diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json index 9afb3356de34..3d8032a629ed 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2019-03-01/compute.json @@ -5220,7 +5220,7 @@ }, "HyperVGenerationType": { "type": "string", - "description": "Specifies the HyperVGeneration Type for the Virtual Machine created from the image", + "description": "Specifies the HyperVGeneration Type", "enum": [ "V1", "V2" @@ -6046,6 +6046,9 @@ }, "automaticOSUpgradeProperties": { "$ref": "#/definitions/AutomaticOSUpgradeProperties" + }, + "hyperVGeneration": { + "$ref": "#/definitions/HyperVGenerationType" } }, "description": "Describes the properties of a Virtual Machine Image."