File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/data-manager-for-agri Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ Follow one of the following methods to enable:
61
61
62
62
:::image type="content" source="./media/concepts-byol-and-credentials/enable-system-via-ui.png" alt-text="Screenshot showing usage of UI to enable key.":::
63
63
64
- 2 . Via Azure Resource Manager client
64
+ 2 . Via Azure CLI
65
65
66
- ``` cmd
67
- armclient patch /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{ADMA_instance_name}?api-version=2023-06-01-preview "{ identity: { type: 'systemAssigned' }}
66
+ ``` azurecli
67
+ az rest --method patch --url /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AgFoodPlatform/farmBeats/{ADMA_instance_name}?api-version=2023-06-01-preview --body "{' identity' : {' type' : 'SystemAssigned'}}"
68
68
```
69
69
70
70
### Step 4: Access policy
You can’t perform that action at this time.
0 commit comments