Skip to content
Merged
Changes from all commits
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 @@ -6212,6 +6212,23 @@
},
"description": "Describes the properties of a Compute Operation Value Display."
},
"DisallowedConfiguration": {
"properties": {
"vmDiskType": {
"type": "string",
"description": "VM disk types which are disallowed.",
"enum": [
"None",
"Unmanaged"
],
"x-ms-enum": {
"name": "VmDiskTypes",
"modelAsString": true
}
}
},
"description": "Specifies the disallowed configuration for a virtual machine image."
},
"HyperVGenerationType": {
"type": "string",
"description": "Specifies the HyperVGeneration Type",
Expand Down Expand Up @@ -7140,6 +7157,10 @@
},
"hyperVGeneration": {
"$ref": "#/definitions/HyperVGenerationType"
},
"disallowed": {
"$ref": "#/definitions/DisallowedConfiguration",
"description": "Specifies disallowed configuration for the VirtualMachine created from the image"
}
},
"description": "Describes the properties of a Virtual Machine Image."
Expand Down