-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alecb/generation 20240403 Stable Release (#25951)
* built new module on stable, all tests pass * Updated examples * Added missing custom powershell and tests, renamed Senerio to Scenario * Ran tests after adding custom posh * Added breaking change supporessions for upgraded commonTypes from v2 to v5 * Ran autorest v4 * added v4 directives * Committing work for v4 upgrade, * Updated custom cmdlets to use autorest v4, lost function exports for PrivateLink * Updated custom to v4, removed PrivateLink from export * Fixed PEC and PLR cmdlets, removed breaking change issues to check status * Added breakingChangeExceptions, all tests pass but RemoveSH * All tests pass * Empty Commit to run CI again because I don't have run perms * added identity to readme * Empty commit to re-run CI * Added Examples back that were lost from v4 * Removed BreakingChangeIssues to determine what changes we have * Added breaking change exceptions (largely due to autorest v3 -> v4 and swagger commontypes v2 -> v5 * built module with removed directive and reverted versioning * Removed comment
- Loading branch information
1 parent
258c5d7
commit 6174dd5
Showing
175 changed files
with
15,292 additions
and
6,915 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.