Skip to content

Commit 3a1a831

Browse files
authored
Update publish-apps.md
Fix typo in powershell howInPortal corrected to ShowInPortal
1 parent 9cb8e34 commit 3a1a831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-desktop/publish-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To publish a built-in app:
3232
CommandLineSetting = '<Allow|Require|DoNotAllow>'
3333
IconIndex = '0'
3434
IconPath = '<IconPath>'
35-
howInPortal = $true
35+
ShowInPortal = $true
3636
}
3737
3838
New-AzWvdApplication @parameters
@@ -58,7 +58,7 @@ $parameters = @{
5858
CommandLineSetting = '<Allow|Require|DoNotAllow>'
5959
IconIndex = '0'
6060
IconPath = 'C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\microsoftedge'
61-
howInPortal = $true
61+
ShowInPortal = $true
6262
}
6363
6464
New-AzWvdApplication @parameters

0 commit comments

Comments
 (0)