@@ -53,14 +53,7 @@ New-AzWvdHostPool -ResourceGroupName ResourceGroupName `
53
53
-Description 'Description' `
54
54
-FriendlyName 'Friendly Name' `
55
55
-MaxSessionLimit 5 `
56
- -VMTemplate $null `
57
- -SsoClientId $null `
58
- -SsoClientSecretKeyVaultPath $null `
59
- -SsoSecretType $null `
60
- -SsoadfsAuthority $null `
61
- -CustomRdpProperty $null `
62
- -Ring $null `
63
- -ValidationEnvironment:$false
56
+ -PreferredAppGroupType 'Desktop' `
64
57
```
65
58
66
59
``` output
@@ -83,14 +76,7 @@ New-AzWvdHostPool -ResourceGroupName ResourceGroupName `
83
76
-Description 'Description' `
84
77
-FriendlyName 'Friendly Name' `
85
78
-MaxSessionLimit 5 `
86
- -VMTemplate $null `
87
- -SsoClientId $null `
88
- -SsoClientSecretKeyVaultPath $null `
89
- -SsoSecretType $null `
90
- -SsoadfsAuthority $null `
91
- -CustomRdpProperty $null `
92
- -Ring $null `
93
- -ValidationEnvironment:$false
79
+ -PreferredAppGroupType 'Desktop' `
94
80
```
95
81
96
82
``` output
@@ -443,7 +429,7 @@ Accept wildcard characters: False
443
429
` ` `
444
430
445
431
### -PreferredAppGroupType
446
- The type of preferred application group type, default to Desktop Application Group
432
+ The type of preferred application group type. Accepted Values: Desktop, RailApplications
447
433
448
434
` ` ` yaml
449
435
Type : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType
@@ -643,7 +629,7 @@ Accept wildcard characters: False
643
629
` ` `
644
630
645
631
### -SsoSecretType
646
- The type of single sign on Secret Type.
632
+ The type of single sign on Secret Type. Accepted Values: Certificate, CertificateInKeyVault, SharedKey, SharedKeyInKeyVault
647
633
648
634
` ` ` yaml
649
635
Type : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType
0 commit comments