diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json index a55e132b4d91..89dff360419e 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-06-01/compute.json @@ -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", @@ -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."