Skip to content

Commit 8ef7438

Browse files
{DesktopVitualization} Fix Azure#20307: Update examples and add default values (Azure#20322)
Fixes Azure#20307 Co-authored-by: NanxiangLiu <[email protected]>
1 parent 0e2d3de commit 8ef7438

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

src/DesktopVirtualization/help/New-AzWvdHostPool.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,7 @@ New-AzWvdHostPool -ResourceGroupName ResourceGroupName `
5353
-Description 'Description' `
5454
-FriendlyName 'Friendly Name' `
5555
-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' `
6457
```
6558

6659
```output
@@ -83,14 +76,7 @@ New-AzWvdHostPool -ResourceGroupName ResourceGroupName `
8376
-Description 'Description' `
8477
-FriendlyName 'Friendly Name' `
8578
-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' `
9480
```
9581

9682
```output
@@ -443,7 +429,7 @@ Accept wildcard characters: False
443429
```
444430
445431
### -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
447433
448434
```yaml
449435
Type: Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.PreferredAppGroupType
@@ -643,7 +629,7 @@ Accept wildcard characters: False
643629
```
644630
645631
### -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
647633
648634
```yaml
649635
Type: Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType

0 commit comments

Comments
 (0)