Skip to content

Commit fb8e826

Browse files
authored
Merge pull request #109434 from yossi-y/patch-62
Some editing
2 parents a72a23a + 641ad52 commit fb8e826

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

articles/azure-monitor/platform/customer-managed-keys.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Content-type: application/json
172172
"type": "systemAssigned"
173173
},
174174
"sku": {
175-
"name": "capacityReservationLevel",
175+
"name": "capacityReservation",
176176
"Capacity": 1000
177177
},
178178
"properties": {
@@ -187,13 +187,6 @@ The identity is assigned to the *Cluster* resource at creation time.
187187

188188
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
189189

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-
197190
### Azure Monitor data-store (ADX cluster) provisioning
198191

199192
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>
215208
"principalId": "principal-id"
216209
},
217210
"sku": {
218-
"name": "capacityReservationLevel",
211+
"name": "capacityReservation",
219212
"capacity": 1000,
220213
"lastSkuUpdate": "Sun, 22 Mar 2020 15:39:29 GMT"
221214
},
@@ -272,7 +265,7 @@ Content-type: application/json
272265
"type": "systemAssigned"
273266
},
274267
"sku": {
275-
"name": "capacityReservationLevel",
268+
"name": "capacityReservation",
276269
"capacity": 1000
277270
},
278271
"properties": {
@@ -297,7 +290,7 @@ Content-type: application/json
297290
"principalId": "principle-id"
298291
},
299292
"sku": {
300-
"name": "capacityReservationLevel",
293+
"name": "capacityReservation",
301294
"capacity": 1000,
302295
"lastSkuUpdate": "Sun, 22 Mar 2020 15:39:29 GMT"
303296
},
@@ -590,7 +583,7 @@ Identity is assigned to the *Cluster* resource at creation time.
590583
"principalId": "principle-id"
591584
},
592585
"sku": {
593-
"name": "capacityReservationLevel",
586+
"name": "capacityReservation",
594587
"Capacity": 1000
595588
},
596589
"properties": {
@@ -634,7 +627,7 @@ Authorization: Bearer <token>
634627
"principalId": "principal-id"
635628
},
636629
"sku": {
637-
"name": "capacityReservationLevel",
630+
"name": "capacityReservation",
638631
"capacity": 1000,
639632
"lastSkuUpdate": "Sun, 22 Mar 2020 15:39:29 GMT"
640633
},

0 commit comments

Comments
 (0)