From 4927713e353793ac5f22f0c0954e51ba5623034e Mon Sep 17 00:00:00 2001 From: raredd Date: Fri, 28 Sep 2018 09:44:17 -0700 Subject: [PATCH] Added VirtualMachineImageProperties.AutomaticOSUpgradeProperties in GET VMImageVersion API Added VirtualMachineImageProperties.AutomaticOSUpgradeProperties in GET VMImageVersion API --- .../stable/2018-10-01/compute.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json index 4762489997a3..6cd417649100 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2018-10-01/compute.json @@ -4748,6 +4748,18 @@ }, "description": "Contains the data disk images information." }, + "AutomaticOSUpgradeProperties": { + "properties": { + "automaticOSUpgradeSupported": { + "type": "boolean", + "description": "Specifies whether automatic OS upgrade is supported on the image." + } + }, + "required": [ + "automaticOSUpgradeSupported" + ], + "description": "Describes automatic OS upgrade properties on the image." + }, "VirtualMachineImageProperties": { "properties": { "plan": { @@ -4761,6 +4773,9 @@ "items": { "$ref": "#/definitions/DataDiskImage" } + }, + "automaticOSUpgradeProperties": { + "$ref": "#/definitions/AutomaticOSUpgradeProperties" } }, "description": "Describes the properties of a Virtual Machine Image."