From 763b558d730eefaf56a4f17c80829360d145243e Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 8 May 2018 12:02:44 -0600 Subject: [PATCH 1/2] [AKS] remove unsupported VM types Some SKUs don't have enough RAM to support Kubernetes workloads reliably, so we're removing support for those types. This change won't accomplish that validation, but will prevent SDK users from being led astray and trying to provision those types. --- .../stable/2017-08-31/managedClusters.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-08-31/managedClusters.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-08-31/managedClusters.json index 708158d96970..6793d3273b45 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-08-31/managedClusters.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-08-31/managedClusters.json @@ -426,7 +426,6 @@ }, "description": "Size of agent VMs.", "enum": [ - "Standard_A0", "Standard_A1", "Standard_A10", "Standard_A11", @@ -445,8 +444,6 @@ "Standard_A8_v2", "Standard_A8m_v2", "Standard_A9", - "Standard_B1ms", - "Standard_B1s", "Standard_B2ms", "Standard_B2s", "Standard_B4ms", From 8906ba9709671ec120effb24013ed55425576606 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Tue, 8 May 2018 12:09:33 -0600 Subject: [PATCH 2/2] Sync ACS & AKS' VM sizes lists --- .../stable/2017-07-01/containerService.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json index 3921648127e0..4ad96932f453 100644 --- a/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json +++ b/specification/containerservices/resource-manager/Microsoft.ContainerService/stable/2017-07-01/containerService.json @@ -319,7 +319,6 @@ }, "description": "Size of agent VMs.", "enum": [ - "Standard_A0", "Standard_A1", "Standard_A10", "Standard_A11", @@ -338,8 +337,6 @@ "Standard_A8_v2", "Standard_A8m_v2", "Standard_A9", - "Standard_B1ms", - "Standard_B1s", "Standard_B2ms", "Standard_B2s", "Standard_B4ms",