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 9ab3fd1 commit 7e41c14Copy full SHA for 7e41c14
articles/marketplace/azure-vm-image-test.md
@@ -121,7 +121,7 @@ $body = @{
121
"OS" = $OS
122
"PortNo" = $PortNo
123
"CompanyName" = $CompanyName
124
- "AppID" = $AppID
+ "AppId" = $AppID
125
"TenantId" = $TenantId
126
} | ConvertTo-Json
127
@@ -183,7 +183,7 @@ $Body = @{
183
"OS" = "Windows"
184
"PortNo" = "5986"
185
"CompanyName" = "ABCD"
186
- "AppID" = "XXXX-XXXX-XXXX"
+ "AppId" = "XXXX-XXXX-XXXX"
187
"TenantId" = "XXXX-XXXX-XXXX"
188
189
0 commit comments