Skip to content

Commit 7e41c14

Browse files
authored
Update azure-vm-image-test.md
Fix the AppId property character casing issue as described in issue #102404
1 parent 9ab3fd1 commit 7e41c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/marketplace/azure-vm-image-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ $body = @{
121121
"OS" = $OS
122122
"PortNo" = $PortNo
123123
"CompanyName" = $CompanyName
124-
"AppID" = $AppID
124+
"AppId" = $AppID
125125
"TenantId" = $TenantId
126126
} | ConvertTo-Json
127127
@@ -183,7 +183,7 @@ $Body = @{
183183
"OS" = "Windows"
184184
"PortNo" = "5986"
185185
"CompanyName" = "ABCD"
186-
"AppID" = "XXXX-XXXX-XXXX"
186+
"AppId" = "XXXX-XXXX-XXXX"
187187
"TenantId" = "XXXX-XXXX-XXXX"
188188
} | ConvertTo-Json
189189

0 commit comments

Comments
 (0)