Skip to content

Commit

Permalink
Update scope-property.json (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Sep 14, 2022
1 parent 41e5457 commit 534b224
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"scope": "[format('Microsoft.Storage/storageAccounts/{0}', variables('storageAccountName'))]",
"type": "Microsoft.Authorization/roleAssignments",
"apiVersion": "2022-01-01-preview",
"apiVersion": "2022-04-01",
"name": "[variables('roleAssignmentName')]",
"properties": {
"roleDefinitionId": "[variables('storageBlobDataReaderRoleDefinitionId')]",
Expand Down

0 comments on commit 534b224

Please sign in to comment.