@@ -172,7 +172,7 @@ Content-type: application/json
172
172
"type": "systemAssigned"
173
173
},
174
174
"sku": {
175
- "name": "capacityReservationLevel ",
175
+ "name": "capacityReservation ",
176
176
"Capacity": 1000
177
177
},
178
178
"properties": {
@@ -187,13 +187,6 @@ The identity is assigned to the *Cluster* resource at creation time.
187
187
188
188
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
189
189
190
- If you what to delete the * Cluster* resource for any reason -- for example, create it with a different name or clusterType, use this REST API:
191
-
192
- ``` rst
193
- DELETE
194
- https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.OperationalInsights/clusters/<cluster-name>?api-version=2019-08-01-preview
195
- ```
196
-
197
190
### Azure Monitor data-store (ADX cluster) provisioning
198
191
199
192
During the early access period of the feature, the ADX cluster is provisioned manually by the product team once the previous steps are completed. Use your Microsoft channel for the provisioning while providing the * Cluster* resource response.
@@ -215,7 +208,7 @@ Authorization: Bearer <token>
215
208
"principalId" : " principal-id"
216
209
},
217
210
"sku" : {
218
- "name" : " capacityReservationLevel " ,
211
+ "name" : " capacityReservation " ,
219
212
"capacity" : 1000 ,
220
213
"lastSkuUpdate" : " Sun, 22 Mar 2020 15:39:29 GMT"
221
214
},
@@ -272,7 +265,7 @@ Content-type: application/json
272
265
"type": "systemAssigned"
273
266
},
274
267
"sku": {
275
- "name": "capacityReservationLevel ",
268
+ "name": "capacityReservation ",
276
269
"capacity": 1000
277
270
},
278
271
"properties": {
@@ -297,7 +290,7 @@ Content-type: application/json
297
290
"principalId" : " principle-id"
298
291
},
299
292
"sku" : {
300
- "name" : " capacityReservationLevel " ,
293
+ "name" : " capacityReservation " ,
301
294
"capacity" : 1000 ,
302
295
"lastSkuUpdate" : " Sun, 22 Mar 2020 15:39:29 GMT"
303
296
},
@@ -590,7 +583,7 @@ Identity is assigned to the *Cluster* resource at creation time.
590
583
"principalId" : " principle-id"
591
584
},
592
585
"sku" : {
593
- "name" : " capacityReservationLevel " ,
586
+ "name" : " capacityReservation " ,
594
587
"Capacity" : 1000
595
588
},
596
589
"properties" : {
@@ -634,7 +627,7 @@ Authorization: Bearer <token>
634
627
"principalId" : " principal-id"
635
628
},
636
629
"sku" : {
637
- "name" : " capacityReservationLevel " ,
630
+ "name" : " capacityReservation " ,
638
631
"capacity" : 1000 ,
639
632
"lastSkuUpdate" : " Sun, 22 Mar 2020 15:39:29 GMT"
640
633
},
0 commit comments