We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb8e34 commit 3a1a831Copy full SHA for 3a1a831
articles/virtual-desktop/publish-apps.md
@@ -32,7 +32,7 @@ To publish a built-in app:
32
CommandLineSetting = '<Allow|Require|DoNotAllow>'
33
IconIndex = '0'
34
IconPath = '<IconPath>'
35
- howInPortal = $true
+ ShowInPortal = $true
36
}
37
38
New-AzWvdApplication @parameters
@@ -58,7 +58,7 @@ $parameters = @{
58
59
60
IconPath = 'C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\microsoftedge'
61
62
63
64
0 commit comments