Skip to content

Commit 9189c1b

Browse files
Merge pull request #297804 from pratikjadhav13/patch-33
(AzureCXP) fixes MicrosoftDocs/azure-docs#402769
2 parents c95044a + e9eaece commit 9189c1b

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)