File tree Expand file tree Collapse file tree
articles/azure-netapp-files Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments