File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed
articles/azure-netapp-files Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author: b-ahibbard
6
6
ms.service : azure-netapp-files
7
7
ms.custom : devx-track-terraform
8
8
ms.topic : how-to
9
- ms.date : 12/17/2024
9
+ ms.date : 02/05/2025
10
10
ms.author : anfdocs
11
11
---
12
12
# Manage availability zone volume placement for Azure NetApp Files
@@ -123,18 +123,20 @@ If you're using a custom RBAC role or the [built-in Contributor role](../role-ba
123
123
"properties": {
124
124
"roleName": ""
125
125
"description": ""
126
- "assignableScopes": ["/subscription/<subscriptionID>"
127
- ],
126
+ "assignableScopes": ["/subscription/<subscriptionID>"],
128
127
},
129
128
"permissions": [
130
- {
131
- "actions": [
132
- "Microsoft.NetApp/locations/*",
133
- "Microsoft.NetApp/netAppAccounts/read",
134
- "Microsoft.NetApp/netAppAccounts/renewCredentials/action",
135
- "Microsoft.NetApp/netAppAccounts/capacityPools/read",
136
- ]
137
- }]
129
+ {
130
+ "actions": [
131
+ "Microsoft.NetApp/locations/*",
132
+ "Microsoft.NetApp/netAppAccounts/read",
133
+ "Microsoft.NetApp/netAppAccounts/renewCredentials/action",
134
+ "Microsoft.NetApp/netAppAccounts/capacityPools/read",
135
+ ],
136
+ "notActions": [],
137
+ "dataActions": [],
138
+ "notDataActions": []
139
+ }]
138
140
}
139
141
```
140
142
You can’t perform that action at this time.
0 commit comments