From c4a48f49fc7042734e1375fbcd7a6dc2e03f879a Mon Sep 17 00:00:00 2001 From: Amol Shintre Date: Mon, 10 Dec 2018 14:03:16 -0800 Subject: [PATCH] Update compute.json Add ProtectFromScaleIn property to VMScaleSetVM properties --- .../Microsoft.Compute/stable/2018-10-01/compute.json | 4 ++++ 1 file changed, 4 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 12aeabee2a5a..10487abba76a 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 @@ -7801,6 +7801,10 @@ "type": "boolean", "description": "Specifies whether the latest model has been applied to the virtual machine." }, + "protectFromScaleIn" : { + "type": "boolean", + "description": "Specifies whether the virtual machine instance shouldn't be considered for deletion during a scale-in operation" + }, "vmId": { "readOnly": true, "type": "string",