Skip to content

Commit 0683bd7

Browse files
committed
update json body
1 parent c510c28 commit 0683bd7

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

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

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 12/17/2024
9+
ms.date: 02/05/2025
1010
ms.author: anfdocs
1111
---
1212
# 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
123123
"properties": {
124124
"roleName": ""
125125
"description": ""
126-
"assignableScopes": ["/subscription/<subscriptionID>"
127-
],
126+
"assignableScopes": ["/subscription/<subscriptionID>"],
128127
},
129128
"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+
}]
138140
}
139141
```
140142

0 commit comments

Comments
 (0)