From 72afb6459cdb4d4474c8c7d3f616e325301a7e50 Mon Sep 17 00:00:00 2001 From: Amol Shintre Date: Fri, 1 Feb 2019 14:32:10 -0800 Subject: [PATCH] Update compute.json (#4866) 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 fe2024a861c5..f84b8ce377c7 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",