Skip to content

Commit f1ca931

Browse files
authored
Update azure-vm-image-test.md
1 parent 7e41c14 commit f1ca931

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
@@ -111,7 +111,7 @@ $Password = "<Password>"
111111
$OS = "Linux"
112112
$PortNo = "22"
113113
$CompanyName = "ABCD"
114-
$AppID = "<Application ID>"
114+
$AppId = "<Application ID>"
115115
$TenantId = "<Tenant ID>"
116116
117117
$body = @{
@@ -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

0 commit comments

Comments
 (0)