Skip to content

Commit b5a1387

Browse files
fixing spacing
1 parent fef8770 commit b5a1387

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
@@ -1165,7 +1165,7 @@ The `optimize` property can be enabled while creating a VM image and allows VM o
11651165
"optimize": {
11661166
"vmboot": {
11671167
"state": "Enabled"
1168-
}
1168+
}
11691169
}
11701170
```
11711171

@@ -1181,7 +1181,7 @@ optimize: {
11811181
---
11821182

11831183
- **vmboot**: A configuration related to the booting process of the virtual machine (VM), used to control optimizations that can improve boot time or other performance aspects.
1184-
- **state**: The state of the boot optimization feature within `vmboot`, with the value `Enabled` indicating that the feature is turned on to improve image creation time.
1184+
- state: The state of the boot optimization feature within `vmboot`, with the value `Enabled` indicating that the feature is turned on to improve image creation time.
11851185

11861186
## Properties: source
11871187

0 commit comments

Comments
 (0)