-
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.
Migrate DesktopVirtualization from generation to main (#23024)
* Move DesktopVirtualization to main * Update ChangeLog.md * Update ChangeLog.md --------- Co-authored-by: Yabo Hu <[email protected]>
- Loading branch information
1 parent
2579524
commit 3204684
Showing
774 changed files
with
51,667 additions
and
16,517 deletions.
There are no files selected for viewing
786 changes: 636 additions & 150 deletions
786
src/DesktopVirtualization/Az.DesktopVirtualization.format.ps1xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
...ktopVirtualization/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
src/DesktopVirtualization/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
src/DesktopVirtualization/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
src/DesktopVirtualization/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
95 changes: 95 additions & 0 deletions
95
...rtualization/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"resourceType": "hostPools/privateEndpointConnections", | ||
"apiVersion": "2023-09-05", | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization" | ||
}, | ||
"commands": [ | ||
{ | ||
"name": "Get-AzWvdPrivateEndpointConnection", | ||
"description": "Get a private endpoint connection.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/get-azwvdprivateendpointconnection" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-HostPoolName <String>", | ||
"-Name <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String[]>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Get a private endpoint connection.", | ||
"parameters": [ | ||
{ | ||
"name": "-HostPoolName", | ||
"value": "[Path.hostPoolName]" | ||
}, | ||
{ | ||
"name": "-Name", | ||
"value": "[Path.privateEndpointConnectionName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Remove-AzWvdPrivateEndpointConnection", | ||
"description": "Remove a connection.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/remove-azwvdprivateendpointconnection" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-HostPoolName <String>", | ||
"-Name <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Remove a connection.", | ||
"parameters": [ | ||
{ | ||
"name": "-HostPoolName", | ||
"value": "[Path.hostPoolName]" | ||
}, | ||
{ | ||
"name": "-Name", | ||
"value": "[Path.privateEndpointConnectionName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
...irtualization/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
src/DesktopVirtualization/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
2 changes: 1 addition & 1 deletion
2
src/DesktopVirtualization/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
Oops, something went wrong.