Last active
August 2, 2023 15:33
-
-
Save GrillPhil/8d6a14008dc008f6e83e7ac70e96d7f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"IsCustom": true, | |
"Name": "test-dev-custom-role", | |
"Actions": [ | |
"Microsoft.Resources/deployments/*", | |
"Microsoft.Authorization/*/read" | |
], | |
"AssignableScopes": [ | |
"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-myapp-dev" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment