Skip to content

Commit

Permalink
Adding DisallowedConfiguration property to VirtualMachineImageProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
sirajudeens committed May 5, 2020
1 parent da8a011 commit 84d2dd4
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6151,6 +6151,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 @@ -8776,6 +8793,10 @@
"hyperVGeneration": {
"$ref": "#/definitions/HyperVGenerationType",
"description": "Gets the HyperVGenerationType of the VirtualMachine created from the image"
},
"disallowed": {
"$ref": "#/definitions/DisallowedConfiguration",
"description": "Specifies disallowed configuration for the VirtualMachine created from the image"
}
},
"description": "Describes the properties of an Image."
Expand Down

0 comments on commit 84d2dd4

Please sign in to comment.