Skip to content

Commit a2fe2b1

Browse files
Merge pull request #306696 from b-ahibbard/permission
json
2 parents 435826f + 0c49e67 commit a2fe2b1

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,20 +126,21 @@ If you're using a custom RBAC role or the [built-in Contributor role](../role-ba
126126
"properties": {
127127
"roleName": "",
128128
"description": "",
129-
"assignableScopes": ["/subscription/<subscriptionID>"]
130-
},
131-
"permissions": [
132-
{
133-
"actions": [
134-
"Microsoft.NetApp/locations/*",
135-
"Microsoft.NetApp/netAppAccounts/read",
136-
"Microsoft.NetApp/netAppAccounts/renewCredentials/action",
137-
"Microsoft.NetApp/netAppAccounts/capacityPools/read"
138-
],
139-
"notActions": [],
140-
"dataActions": [],
141-
"notDataActions": []
142-
}]
129+
"assignableScopes": ["/subscription/<subscriptionID>"
130+
],
131+
"permissions": [
132+
{
133+
"actions": [
134+
"Microsoft.NetApp/locations/*",
135+
"Microsoft.NetApp/netAppAccounts/read",
136+
"Microsoft.NetApp/netAppAccounts/renewCredentials/action",
137+
"Microsoft.NetApp/netAppAccounts/capacityPools/read"
138+
],
139+
"notActions": [],
140+
"dataActions": [],
141+
"notDataActions": []
142+
}]
143+
}
143144
}
144145
```
145146

0 commit comments

Comments
 (0)