Last active
July 3, 2021 11:47
-
-
Save lukemurraynz/c7112d45f01959963c7e919ce06098d0 to your computer and use it in GitHub Desktop.
LukeGeek-WebApp Deployment-RW.json
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
{ | |
"properties": { | |
"roleName": "Custom Role - Template", | |
"description": "This is a Template for creating Custom Roles.", | |
"IsCustom": true, | |
"assignableScopes": [ | |
"/subscriptions/<SubscriptionID>" | |
], | |
"permissions": [ | |
{ | |
"actions": [ | |
"Microsoft.Support/register/action", | |
"Microsoft.Support/checkNameAvailability/action", | |
"Microsoft.Support/operationresults/read", | |
"Microsoft.Support/operationsstatus/read", | |
"Microsoft.Support/operations/read", | |
"Microsoft.Support/services/read", | |
"Microsoft.Support/services/problemClassifications/read", | |
"Microsoft.Support/supportTickets/read", | |
"Microsoft.Support/supportTickets/write", | |
"Microsoft.Resources/subscriptions/resourceGroups/read", | |
"Microsoft.Resources/subscriptions/resourcegroups/resources/read" | |
], | |
"notActions": [], | |
"dataActions": [], | |
"notDataActions": [] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment