Skip to content

Commit 7cca612

Browse files
authored
Merge pull request #193045 from SreejaBhattacharya-MSFT/patch-3
(AzureCXP) fixes MicrosoftDocs/azure-docs#90549
2 parents 8d30f51 + ead6265 commit 7cca612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/linux/image-builder-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,15 +406,15 @@ The shell customizer supports running PowerShell scripts and inline command, the
406406
"type": "PowerShell",
407407
"name": "<name>",
408408
"scriptUri": "<path to script>",
409-
"runElevated": "<true false>",
409+
"runElevated": <true false>,
410410
"sha256Checksum": "<sha256 checksum>"
411411
},
412412
{
413413
"type": "PowerShell",
414414
"name": "<name>",
415415
"inline": "<PowerShell syntax to run>",
416416
"validExitCodes": "<exit code>",
417-
"runElevated": "<true or false>"
417+
"runElevated": <true or false>
418418
}
419419
],
420420
```

0 commit comments

Comments
 (0)