From 124b6056081ada07d7d814a11d60a897e183357b Mon Sep 17 00:00:00 2001 From: Priyank Desai Date: Tue, 27 Feb 2018 11:52:28 -0800 Subject: [PATCH 1/2] Compute spec change for zone resilient images --- .../Microsoft.Compute/stable/2017-12-01/compute.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json index 5b5fa6164938..b263adc06806 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json @@ -5446,6 +5446,10 @@ "$ref": "#/definitions/ImageDataDisk" }, "description": "Specifies the parameters that are used to add a data disk to a virtual machine.

For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)." + }, + "zoneResilient": { + "type": "boolean", + "description": "An optional property that specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS)." } }, "required": [ From b77dc9e7e900bfce004620798e8d3bd7dde767d8 Mon Sep 17 00:00:00 2001 From: Priyank Desai Date: Tue, 27 Feb 2018 15:31:47 -0800 Subject: [PATCH 2/2] Address feedback from the previous iteration --- .../Microsoft.Compute/stable/2017-12-01/compute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json index b263adc06806..e5c238d4d561 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2017-12-01/compute.json @@ -5449,7 +5449,7 @@ }, "zoneResilient": { "type": "boolean", - "description": "An optional property that specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS)." + "description": "Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS)." } }, "required": [