Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6030,6 +6030,18 @@
],
"description": "Describes automatic OS upgrade properties on the image."
},
"HyperVGeneration": {
"type": "string",
"description": "Specifies the HyperVGeneration for the VM image",
"enum": [
"V1",
"V2"
],
"x-ms-enum": {
"name": "HyperVGeneration",
"modelAsString": true
}
},
"VirtualMachineImageProperties": {
"properties": {
"plan": {
Expand All @@ -6046,6 +6058,9 @@
},
"automaticOSUpgradeProperties": {
"$ref": "#/definitions/AutomaticOSUpgradeProperties"
},
"hyperVGeneration": {
Comment thread
khan15 marked this conversation as resolved.
"$ref": "#/definitions/HyperVGeneration"
Comment thread
khan15 marked this conversation as resolved.
Outdated
}
},
"description": "Describes the properties of a Virtual Machine Image."
Expand Down