diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersCreateOrUpdate.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersCreateOrUpdate.json index 509ff73b5105..62b936491869 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersCreateOrUpdate.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersCreateOrUpdate.json @@ -7,7 +7,7 @@ "parameters": { "location": "westus", "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, @@ -95,7 +95,7 @@ ] }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersGet.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersGet.json index 2e8e41ff0e82..eac0229bc771 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersGet.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersGet.json @@ -52,7 +52,7 @@ ] }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersList.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersList.json index 53bcb47e135c..cf1d432e1e73 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersList.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersList.json @@ -51,7 +51,7 @@ ] }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, @@ -76,7 +76,7 @@ "privateEndpointConnections": [] }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListByResourceGroup.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListByResourceGroup.json index 1f405bb3dfa5..63d30009d4c8 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListByResourceGroup.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListByResourceGroup.json @@ -31,7 +31,7 @@ ] }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, @@ -54,7 +54,7 @@ "restrictOutboundNetworkAccess": "Disabled" }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListResourceSkus.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListResourceSkus.json index 9f826573c6a2..5e9d6bd3282e 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListResourceSkus.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListResourceSkus.json @@ -38,7 +38,7 @@ { "resourceType": "clusters", "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "tier": "Standard" }, "capacity": { diff --git a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersUpdate.json b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersUpdate.json index a08eacb6f529..28fcaaf53fc9 100644 --- a/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersUpdate.json +++ b/specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersUpdate.json @@ -48,7 +48,7 @@ "restrictOutboundNetworkAccess": "Disabled" }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, @@ -86,7 +86,7 @@ "restrictOutboundNetworkAccess": "Disabled" }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" }, @@ -119,7 +119,7 @@ "restrictOutboundNetworkAccess": "Disabled" }, "sku": { - "name": "Standard_L8s", + "name": "Standard_L8s_v2", "capacity": 2, "tier": "Standard" },