Skip to content

Commit

Permalink
Migrate DesktopVirtualization from generation to main (#23024)
Browse files Browse the repository at this point in the history
* Move DesktopVirtualization to main

* Update ChangeLog.md

* Update ChangeLog.md

---------

Co-authored-by: Yabo Hu <[email protected]>
  • Loading branch information
azure-powershell-bot and VeryEarly authored Oct 20, 2023
1 parent 2579524 commit 3204684
Show file tree
Hide file tree
Showing 774 changed files with 51,667 additions and 16,517 deletions.
786 changes: 636 additions & 150 deletions src/DesktopVirtualization/Az.DesktopVirtualization.format.ps1xml

Large diffs are not rendered by default.

42 changes: 12 additions & 30 deletions src/DesktopVirtualization/Az.DesktopVirtualization.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 2023/5/22
# Generated on: 10/19/2023
#

@{
Expand Down Expand Up @@ -73,23 +73,28 @@ FunctionsToExport = 'Disconnect-AzWvdUserSession', 'Expand-AzWvdMsixImage',
'Get-AzWvdApplication', 'Get-AzWvdApplicationGroup',
'Get-AzWvdDesktop', 'Get-AzWvdHostPool',
'Get-AzWvdHostPoolRegistrationToken', 'Get-AzWvdMsixPackage',
'Get-AzWvdRegistrationInfo', 'Get-AzWvdScalingPlan',
'Get-AzWvdPrivateEndpointConnection',
'Get-AzWvdPrivateLinkResource', 'Get-AzWvdRegistrationInfo',
'Get-AzWvdScalingPlan', 'Get-AzWvdScalingPlanPersonalSchedule',
'Get-AzWvdScalingPlanPooledSchedule', 'Get-AzWvdSessionHost',
'Get-AzWvdStartMenuItem', 'Get-AzWvdUserSession',
'Get-AzWvdWorkspace', 'New-AzWvdApplication',
'New-AzWvdApplicationGroup', 'New-AzWvdHostPool',
'New-AzWvdMsixPackage', 'New-AzWvdRegistrationInfo',
'New-AzWvdScalingPlan', 'New-AzWvdScalingPlanPooledSchedule',
'New-AzWvdWorkspace', 'Register-AzWvdApplicationGroup',
'Remove-AzWvdApplication', 'Remove-AzWvdApplicationGroup',
'Remove-AzWvdHostPool', 'Remove-AzWvdMsixPackage',
'New-AzWvdScalingPlan', 'New-AzWvdScalingPlanPersonalSchedule',
'New-AzWvdScalingPlanPooledSchedule', 'New-AzWvdWorkspace',
'Register-AzWvdApplicationGroup', 'Remove-AzWvdApplication',
'Remove-AzWvdApplicationGroup', 'Remove-AzWvdHostPool',
'Remove-AzWvdMsixPackage', 'Remove-AzWvdPrivateEndpointConnection',
'Remove-AzWvdRegistrationInfo', 'Remove-AzWvdScalingPlan',
'Remove-AzWvdScalingPlanPersonalSchedule',
'Remove-AzWvdScalingPlanPooledSchedule', 'Remove-AzWvdSessionHost',
'Remove-AzWvdUserSession', 'Remove-AzWvdWorkspace',
'Send-AzWvdUserSessionMessage', 'Unregister-AzWvdApplicationGroup',
'Update-AzWvdApplication', 'Update-AzWvdApplicationGroup',
'Update-AzWvdDesktop', 'Update-AzWvdHostPool',
'Update-AzWvdMsixPackage', 'Update-AzWvdScalingPlan',
'Update-AzWvdScalingPlanPersonalSchedule',
'Update-AzWvdScalingPlanPooledSchedule', 'Update-AzWvdSessionHost',
'Update-AzWvdWorkspace'

Expand Down Expand Up @@ -129,30 +134,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Upgraded API version to 2022-09-09
* Added cmdlet:
- ''Get-AzWvdScalingPlanPooledSchedule''
- ''New-AzWvdScalingPlanPooledSchedule''
- ''Remove-AzWvdScalingPlanPooledSchedule''
- ''Update-AzWvdScalingPlanPooledSchedule''
* Added parameters ''pageSize'', ''isDescending'' and ''initialSkip'' to:
- ''Get-AzWvdApplication''
- ''Get-AzWvdApplicationGroup''
- ''Get-AzWvdDesktop''
- ''Get-AzWvdHostPool''
- ''Get-AzWvdMsixPackage''
- ''Get-AzWvdScalingPlan''
- ''Get-AzWvdSessionHost''
- ''Get-AzWvdStartMenuItem''
- ''Get-AzWvdUserSession''
- ''Get-AzWvdWorkspace''
* Added parameters ''AgentUpdateMaintenanceWindow'', ''AgentUpdateMaintenanceWindowTimeZone'', ''AgentUpdateType'', ''AgentUpdateUseSessionHostLocalTime'' to:
- ''New-AzWvdHostPool''
- ''Update-AzWvdHostPool''
* Added parameter ''FriendlyName'' to:
- ''New-AzWvdHostPool''
- ''Update-AzWvdHostPool''
- ''Update-AzWvdSessionHost'''
# ReleaseNotes = ''

# Prerelease string of this module
# Prerelease = ''
Expand Down
16 changes: 16 additions & 0 deletions src/DesktopVirtualization/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@
- Additional information about change #1
-->
## Upcoming Release
* Added Private Link Cmdlets
- `Get-AzWvdPrivateEndpointConnection`
- `Get-AzWvdPrivateLinkResource`
- `Remove-AzWvdPrivateEndpointConnection`
* Added Scaling Plan Personal Schedule cmdlets
- `Get-AzWvdScalingPlanPersonalSchedule`
- `New-AzWvdScalingPlanPersonalSchedule`
- `Remove-AzWvdScalingPlanPersonalSchedule`
- `Update-AzWvdScalingPlanPersonalSchedule`
* Added Scaling Plan Pooled Schedule cmdlets
- `Get-AzWvdScalingPlanPooledSchedule`
- `New-AzWvdScalingPlanPooledSchedule`
- `Remove-AzWvdScalingPlanPooledSchedule`
- `Update-AzWvdScalingPlanPooledSchedule`
* Updated rampDownCapacityThresholdPct minimum value from 0 to 1 on ScalingPlanPooledSchedule cmdlets
* Added showInFeed property to ApplicationGroups

## Version 4.0.0
* Upgraded API version to 2022-09-09
Expand Down
70 changes: 35 additions & 35 deletions src/DesktopVirtualization/DesktopVirtualization.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{E7C61A57-DD85-46E5-8AEF-6B5C78523278}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{789FC9C5-A589-48A4-BB81-6C959EAD3EAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{10721E9B-8EBF-4A01-AD56-D0AC17AD8170}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{7AE71EDA-7760-4506-BFAC-43E352DD3B53}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{086F9EFE-9E06-4E4C-AB6A-E93A208DCE46}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{9AD02C2A-92DB-4ECA-9369-53B6495B0219}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{381C6AE9-E153-4B0B-8E6C-E2B447FA95B1}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{6FC8BF1C-3FC4-492A-930A-00EACFB62D5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{367547A2-26C4-4169-BF69-DE37601CB686}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{E5F75063-9832-4C0B-9D6F-E47D46C7A587}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{FA4095CA-110F-497C-A3FA-3C9499F07168}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{5B4855D3-4EDE-4DAF-8E7A-3BB99CE87193}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DesktopVirtualization", "Az.DesktopVirtualization.csproj", "{BFF28266-671F-4072-9C0C-51189A619EFC}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.DesktopVirtualization", "Az.DesktopVirtualization.csproj", "{CE820F42-0154-4E19-B840-9ACF82CDBC24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -26,33 +26,33 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7C61A57-DD85-46E5-8AEF-6B5C78523278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7C61A57-DD85-46E5-8AEF-6B5C78523278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7C61A57-DD85-46E5-8AEF-6B5C78523278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7C61A57-DD85-46E5-8AEF-6B5C78523278}.Release|Any CPU.Build.0 = Release|Any CPU
{10721E9B-8EBF-4A01-AD56-D0AC17AD8170}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10721E9B-8EBF-4A01-AD56-D0AC17AD8170}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10721E9B-8EBF-4A01-AD56-D0AC17AD8170}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10721E9B-8EBF-4A01-AD56-D0AC17AD8170}.Release|Any CPU.Build.0 = Release|Any CPU
{086F9EFE-9E06-4E4C-AB6A-E93A208DCE46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{086F9EFE-9E06-4E4C-AB6A-E93A208DCE46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{086F9EFE-9E06-4E4C-AB6A-E93A208DCE46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{086F9EFE-9E06-4E4C-AB6A-E93A208DCE46}.Release|Any CPU.Build.0 = Release|Any CPU
{381C6AE9-E153-4B0B-8E6C-E2B447FA95B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381C6AE9-E153-4B0B-8E6C-E2B447FA95B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381C6AE9-E153-4B0B-8E6C-E2B447FA95B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381C6AE9-E153-4B0B-8E6C-E2B447FA95B1}.Release|Any CPU.Build.0 = Release|Any CPU
{367547A2-26C4-4169-BF69-DE37601CB686}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{367547A2-26C4-4169-BF69-DE37601CB686}.Debug|Any CPU.Build.0 = Debug|Any CPU
{367547A2-26C4-4169-BF69-DE37601CB686}.Release|Any CPU.ActiveCfg = Release|Any CPU
{367547A2-26C4-4169-BF69-DE37601CB686}.Release|Any CPU.Build.0 = Release|Any CPU
{FA4095CA-110F-497C-A3FA-3C9499F07168}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA4095CA-110F-497C-A3FA-3C9499F07168}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA4095CA-110F-497C-A3FA-3C9499F07168}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA4095CA-110F-497C-A3FA-3C9499F07168}.Release|Any CPU.Build.0 = Release|Any CPU
{BFF28266-671F-4072-9C0C-51189A619EFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BFF28266-671F-4072-9C0C-51189A619EFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BFF28266-671F-4072-9C0C-51189A619EFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BFF28266-671F-4072-9C0C-51189A619EFC}.Release|Any CPU.Build.0 = Release|Any CPU
{789FC9C5-A589-48A4-BB81-6C959EAD3EAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{789FC9C5-A589-48A4-BB81-6C959EAD3EAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{789FC9C5-A589-48A4-BB81-6C959EAD3EAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{789FC9C5-A589-48A4-BB81-6C959EAD3EAC}.Release|Any CPU.Build.0 = Release|Any CPU
{7AE71EDA-7760-4506-BFAC-43E352DD3B53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AE71EDA-7760-4506-BFAC-43E352DD3B53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AE71EDA-7760-4506-BFAC-43E352DD3B53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AE71EDA-7760-4506-BFAC-43E352DD3B53}.Release|Any CPU.Build.0 = Release|Any CPU
{9AD02C2A-92DB-4ECA-9369-53B6495B0219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AD02C2A-92DB-4ECA-9369-53B6495B0219}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AD02C2A-92DB-4ECA-9369-53B6495B0219}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AD02C2A-92DB-4ECA-9369-53B6495B0219}.Release|Any CPU.Build.0 = Release|Any CPU
{6FC8BF1C-3FC4-492A-930A-00EACFB62D5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FC8BF1C-3FC4-492A-930A-00EACFB62D5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FC8BF1C-3FC4-492A-930A-00EACFB62D5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FC8BF1C-3FC4-492A-930A-00EACFB62D5A}.Release|Any CPU.Build.0 = Release|Any CPU
{E5F75063-9832-4C0B-9D6F-E47D46C7A587}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5F75063-9832-4C0B-9D6F-E47D46C7A587}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5F75063-9832-4C0B-9D6F-E47D46C7A587}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5F75063-9832-4C0B-9D6F-E47D46C7A587}.Release|Any CPU.Build.0 = Release|Any CPU
{5B4855D3-4EDE-4DAF-8E7A-3BB99CE87193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B4855D3-4EDE-4DAF-8E7A-3BB99CE87193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B4855D3-4EDE-4DAF-8E7A-3BB99CE87193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B4855D3-4EDE-4DAF-8E7A-3BB99CE87193}.Release|Any CPU.Build.0 = Release|Any CPU
{CE820F42-0154-4E19-B840-9ACF82CDBC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE820F42-0154-4E19-B840-9ACF82CDBC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE820F42-0154-4E19-B840-9ACF82CDBC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE820F42-0154-4E19-B840-9ACF82CDBC24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal
29 changes: 2 additions & 27 deletions src/DesktopVirtualization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ In this directory, run AutoRest:
> see https://aka.ms/autorest
``` yaml
branch: 45765fbbfd14084eb7a12ebd099aaeddb2a13173
branch: 79e0974b5ca5029a517b86945fd023dec8616fa1
require:
- $(this-folder)/../readme.azure.noprofile.md
sanitize-names: true
subject-prefix: 'Wvd'
input-file:
- $(repo)/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/stable/2022-09-09/desktopvirtualization.json
- $(repo)/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/stable/2023-09-05/desktopvirtualization.json

module-version: 2.1.0
title: DesktopVirtualizationClient
Expand Down Expand Up @@ -99,29 +99,4 @@ directive:
parameter-name: Force
set:
parameter-description: 'Specify to force userSession deletion.'
#breaking change warning
- where:
verb: New
subject: ^ApplicationGroup$|^HostPool$
parameter-name: MigrationRequestMigrationPath|MigrationRequestOperation
set:
breaking-change:
deprecated-by-version: 4.0.0
change-description: This is parameter will be deleted.
- where:
verb: New
subject: ^ScalingPlan$
parameter-name: HostPoolType
set:
breaking-change:
deprecated-by-version: 4.0.0
change-description: The allowed value of this parameter changed from 'BYODesktop, Personal, Pooled' to 'Pooled'
- where:
verb: Update
subject: ^ScalingPlan$
parameter-name: HostPoolType
set:
breaking-change:
deprecated-by-version: 4.0.0
change-description: This parameter will be deleted.
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups/applications",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups/desktops",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools/msixPackages",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
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]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools/sessionHosts/userSessions",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools/sessionHosts",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools",
"apiVersion": "2022-09-09",
"apiVersion": "2023-09-05",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Loading

0 comments on commit 3204684

Please sign in to comment.