-
Notifications
You must be signed in to change notification settings - Fork 4k
Alecb/generation 20240403 Stable Release #25951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vidai-msft
merged 21 commits into
Azure:generation
from
AVD-RDDAM:alecb/generation-20240403
Nov 5, 2024
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
537947d
built new module on stable, all tests pass
alec-baird 77ca4e7
Updated examples
alec-baird 143706e
Added missing custom powershell and tests, renamed Senerio to Scenario
alec-baird a4ef756
Ran tests after adding custom posh
alec-baird 5e05c2d
Added breaking change supporessions for upgraded commonTypes from v2 …
alec-baird 1d098b4
Ran autorest v4
alec-baird 6b9a1ba
added v4 directives
alec-baird e361384
Committing work for v4 upgrade,
alec-baird f833ede
Updated custom cmdlets to use autorest v4, lost function exports for …
alec-baird fc65c2c
Updated custom to v4, removed PrivateLink from export
alec-baird e9ab424
Fixed PEC and PLR cmdlets, removed breaking change issues to check st…
alec-baird ebe613d
Added breakingChangeExceptions, all tests pass but RemoveSH
alec-baird a1eb332
All tests pass
alec-baird 1c13802
Empty Commit to run CI again because I don't have run perms
alec-baird f50576e
added identity to readme
alec-baird a3c62cf
Empty commit to re-run CI
alec-baird dfea28c
Added Examples back that were lost from v4
alec-baird 00c5dff
Removed BreakingChangeIssues to determine what changes we have
alec-baird 3dfb95d
Added breaking change exceptions (largely due to autorest v3 -> v4 an…
alec-baird 45bffd7
built module with removed directive and reverted versioning
alec-baird 3d87157
Removed comment
alec-baird File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 85 additions & 0 deletions
85
.../DesktopVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/appAttachPackages.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"resourceType": "appAttachPackages", | ||
"apiVersion": "2024-04-03", | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization" | ||
}, | ||
"commands": [ | ||
{ | ||
"name": "Get-AzWvdAppAttachPackage", | ||
"description": "Get an app attach package.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/appAttachPackages/{appAttachPackageName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/get-azwvdappattachpackage" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-Name <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String[]>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Get an app attach package.", | ||
"parameters": [ | ||
{ | ||
"name": "-Name", | ||
"value": "[Path.appAttachPackageName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Remove-AzWvdAppAttachPackage", | ||
"description": "Remove an App Attach Package.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/appAttachPackages/{appAttachPackageName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/remove-azwvdappattachpackage" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-Name <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Remove an App Attach Package.", | ||
"parameters": [ | ||
{ | ||
"name": "-Name", | ||
"value": "[Path.appAttachPackageName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...alization.Autorest/UX/Microsoft.DesktopVirtualization/applicationGroups-applications.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...irtualization.Autorest/UX/Microsoft.DesktopVirtualization/applicationGroups-desktops.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../DesktopVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/applicationGroups.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...topVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/hostPools-msixPackages.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ion.Autorest/UX/Microsoft.DesktopVirtualization/hostPools-privateEndpointConnections.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tion.Autorest/UX/Microsoft.DesktopVirtualization/hostPools-sessionHosts-userSessions.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...topVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/hostPools-sessionHosts.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 2 additions & 40 deletions
42
...lization/DesktopVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/hostPools.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...alization.Autorest/UX/Microsoft.DesktopVirtualization/scalingPlans-personalSchedules.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tualization.Autorest/UX/Microsoft.DesktopVirtualization/scalingPlans-pooledSchedules.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ation/DesktopVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/scalingPlans.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...on.Autorest/UX/Microsoft.DesktopVirtualization/workspaces-privateEndpointConnections.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ization/DesktopVirtualization.Autorest/UX/Microsoft.DesktopVirtualization/workspaces.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.