Skip to content

Commit e9eaece

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#402769
Added line number 64 to 66 "dataActions": [ "Microsoft.Storage/storageAccounts/fileServices/*" ]
1 parent ec1f262 commit e9eaece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ For deployment script API version 2020-10-01 or later, there are two principals
6161
"Microsoft.Resources/deployments/*",
6262
"Microsoft.Resources/deploymentScripts/*"
6363
],
64+
"dataActions": [
65+
"Microsoft.Storage/storageAccounts/fileServices/*"
66+
]
6467
}
6568
],
6669
"assignableScopes": [

0 commit comments

Comments
 (0)