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 7e41c14 commit f1ca931Copy full SHA for f1ca931
articles/marketplace/azure-vm-image-test.md
@@ -111,7 +111,7 @@ $Password = "<Password>"
111
$OS = "Linux"
112
$PortNo = "22"
113
$CompanyName = "ABCD"
114
-$AppID = "<Application ID>"
+$AppId = "<Application ID>"
115
$TenantId = "<Tenant ID>"
116
117
$body = @{
@@ -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
0 commit comments