File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
articles/azure-monitor/platform Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -329,18 +329,17 @@ Content-type: application/json
329
329
330
330
{
331
331
"properties": {
332
- "WriteAccessResourceId": "subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/clusters/<cluster-name>"
332
+ "WriteAccessResourceId": "/ subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/clusters/<cluster-name>"
333
333
}
334
334
}
335
335
```
336
- The * clusterDefinitionId* is the * clusterId* value provided in the response from the previous step.
337
336
338
337
** Response**
339
338
340
339
``` json
341
340
{
342
341
"properties" : {
343
- "WriteAccessResourceId" : " subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/clusters/<cluster-name>"
342
+ "WriteAccessResourceId" : " / subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/clusters/<cluster-name>"
344
343
},
345
344
"id" : " /subscriptions/subscription-id/resourcegroups/resource-group-name/providers/microsoft.operationalinsights/workspaces/workspace-name/linkedservices/cluster" ,
346
345
"name" : " workspace-name/cluster" ,
You can’t perform that action at this time.
0 commit comments