Skip to content

Commit 419b4c2

Browse files
authored
Fixing autoRun JSON
1 parent 587f0b7 commit 419b4c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,8 +1757,9 @@ You can use the `autoRun` property to control whether the image template build p
17571757

17581758
```json
17591759
"properties": {
1760-
"autoRun": "Enabled"
1761-
}
1760+
"autoRun": {
1761+
"state": "Enabled"
1762+
}
17621763
```
17631764

17641765
> [!NOTE]

0 commit comments

Comments
 (0)