From 301e7eff72983dd481105c3f158352b5563c12e0 Mon Sep 17 00:00:00 2001 From: Marwan Ahmed Date: Fri, 28 Feb 2020 17:05:31 -0800 Subject: [PATCH] add balance nodegroups flag --- .../stable/2020-03-01/managedClusters.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-03-01/managedClusters.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-03-01/managedClusters.json index 28743310b2cc..4cfc0d074320 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-03-01/managedClusters.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/stable/2020-03-01/managedClusters.json @@ -1980,6 +1980,9 @@ "autoScalerProfile": { "type": "object", "properties": { + "balance-similar-node-groups": { + "type": "boolean" + }, "scan-interval": { "type": "string" },