Skip to content

Commit e17f290

Browse files
authored
Merge pull request #105507 from jensheerin/patch-1
Update publish-apps.md
2 parents 13c9178 + 3a1a831 commit e17f290

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)