From 56ddcc44cffb956ca9151191850c9059727fd047 Mon Sep 17 00:00:00 2001 From: Ravit Dennis Date: Wed, 6 Feb 2019 20:01:14 +0200 Subject: [PATCH] Deprecate KC/KS SKUs (#5162) * Deprecate KC/KS sku names * Fix typos --- .../examples/KustoClustersListResourceSkus.json | 8 ++++---- .../Microsoft.Kusto/stable/2019-01-21/kusto.json | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/examples/KustoClustersListResourceSkus.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/examples/KustoClustersListResourceSkus.json index eef67de9aaef..c890116019fc 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/examples/KustoClustersListResourceSkus.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/examples/KustoClustersListResourceSkus.json @@ -12,7 +12,7 @@ { "resourceType": "clusters", "sku": { - "name": "KC8", + "name": "D13_v2", "tier": "Standard" }, "capacity": { @@ -25,7 +25,7 @@ { "resourceType": "clusters", "sku": { - "name": "KC16", + "name": "D14_v2", "tier": "Standard" }, "capacity": { @@ -38,7 +38,7 @@ { "resourceType": "clusters", "sku": { - "name": "KS8", + "name": "L8", "tier": "Standard" }, "capacity": { @@ -51,7 +51,7 @@ { "resourceType": "clusters", "sku": { - "name": "KS16", + "name": "L16", "tier": "Standard" }, "capacity": { diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/kusto.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/kusto.json index d7785666f832..ccd9d4950e79 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/kusto.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2019-01-21/kusto.json @@ -1471,10 +1471,6 @@ "description": "SKU name.", "type": "string", "enum": [ - "KC8", - "KC16", - "KS8", - "KS16", "D13_v2", "D14_v2", "L8",