Last active
July 3, 2021 11:46
-
-
Save lukemurraynz/2f5f4e0a4cc587d7cd297cee7569f621 to your computer and use it in GitHub Desktop.
Custom Role - Template.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", | |
"IsCustom": true, | |
"description": "This is a Template for creating Custom Roles.", | |
"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