You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/image-builder-json.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1165,7 +1165,7 @@ The `optimize` property can be enabled while creating a VM image and allows VM o
1165
1165
"optimize": {
1166
1166
"vmboot": {
1167
1167
"state": "Enabled"
1168
-
}
1168
+
}
1169
1169
}
1170
1170
```
1171
1171
@@ -1181,7 +1181,7 @@ optimize: {
1181
1181
---
1182
1182
1183
1183
-**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.
0 commit comments