Skip to content

Commit 3ac3a0a

Browse files
authored
modify kusto (#19481)
Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent c1eac5f commit 3ac3a0a

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersCreateOrUpdate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"parameters": {
88
"location": "westus",
99
"sku": {
10-
"name": "Standard_L8s",
10+
"name": "Standard_L8s_v2",
1111
"capacity": 2,
1212
"tier": "Standard"
1313
},
@@ -95,7 +95,7 @@
9595
]
9696
},
9797
"sku": {
98-
"name": "Standard_L8s",
98+
"name": "Standard_L8s_v2",
9999
"capacity": 2,
100100
"tier": "Standard"
101101
},

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersGet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
"sku": {
55-
"name": "Standard_L8s",
55+
"name": "Standard_L8s_v2",
5656
"capacity": 2,
5757
"tier": "Standard"
5858
},

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersList.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"sku": {
54-
"name": "Standard_L8s",
54+
"name": "Standard_L8s_v2",
5555
"capacity": 2,
5656
"tier": "Standard"
5757
},
@@ -76,7 +76,7 @@
7676
"privateEndpointConnections": []
7777
},
7878
"sku": {
79-
"name": "Standard_L8s",
79+
"name": "Standard_L8s_v2",
8080
"capacity": 2,
8181
"tier": "Standard"
8282
},

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListByResourceGroup.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
"sku": {
34-
"name": "Standard_L8s",
34+
"name": "Standard_L8s_v2",
3535
"capacity": 2,
3636
"tier": "Standard"
3737
},
@@ -54,7 +54,7 @@
5454
"restrictOutboundNetworkAccess": "Disabled"
5555
},
5656
"sku": {
57-
"name": "Standard_L8s",
57+
"name": "Standard_L8s_v2",
5858
"capacity": 2,
5959
"tier": "Standard"
6060
},

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersListResourceSkus.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{
3939
"resourceType": "clusters",
4040
"sku": {
41-
"name": "Standard_L8s",
41+
"name": "Standard_L8s_v2",
4242
"tier": "Standard"
4343
},
4444
"capacity": {

specification/azure-kusto/resource-manager/Microsoft.Kusto/stable/2022-02-01/examples/KustoClustersUpdate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"restrictOutboundNetworkAccess": "Disabled"
4949
},
5050
"sku": {
51-
"name": "Standard_L8s",
51+
"name": "Standard_L8s_v2",
5252
"capacity": 2,
5353
"tier": "Standard"
5454
},
@@ -86,7 +86,7 @@
8686
"restrictOutboundNetworkAccess": "Disabled"
8787
},
8888
"sku": {
89-
"name": "Standard_L8s",
89+
"name": "Standard_L8s_v2",
9090
"capacity": 2,
9191
"tier": "Standard"
9292
},
@@ -119,7 +119,7 @@
119119
"restrictOutboundNetworkAccess": "Disabled"
120120
},
121121
"sku": {
122-
"name": "Standard_L8s",
122+
"name": "Standard_L8s_v2",
123123
"capacity": 2,
124124
"tier": "Standard"
125125
},

0 commit comments

Comments
 (0)