From 15a1e10503cc4e34b0b69f351cc8f23339002360 Mon Sep 17 00:00:00 2001 From: Sachin Doddaiah Shylaja Date: Mon, 28 Nov 2022 12:57:39 -0800 Subject: [PATCH] add property in compute.json --- .../ComputeRP/stable/2021-11-01/compute.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2021-11-01/compute.json index bde34e95ce45..5f01bcc6b1ae 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/2021-11-01/compute.json @@ -14058,6 +14058,10 @@ "prioritizeUnhealthyInstances": { "type": "boolean", "description": "Upgrade all unhealthy instances in a scale set before any healthy instances." + }, + "rollbackFailedInstancesOnPolicyBreach": { + "type": "boolean", + "description": " Rollback failed instances to previous model if the Rolling Upgrade policy is violated." } }, "description": "The configuration parameters used while performing a rolling upgrade."