Skip to content

Commit 5a422bd

Browse files
authored
Merge pull request #102405 from MWL88/patch-1
Update azure-vm-image-test.md
2 parents 81661cc + f1ca931 commit 5a422bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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
@@ -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)