AZ-104-MicrosoftAzureAdmini.../Allfiles/Labs/02/az104-02a-customRoleDefinition.json

15 lines
412 B
JSON
Raw Normal View History

2020-02-10 21:12:57 -05:00
{
"Name": "Support Request Contributor (Custom)",
"IsCustom": true,
"Description": "Allows to create support requests",
"Actions": [
"Microsoft.Resources/subscriptions/resourceGroups/read",
"Microsoft.Support/*"
],
"NotActions": [
],
"AssignableScopes": [
2020-02-13 19:53:13 -05:00
"/providers/Microsoft.Management/managementGroups/az104-02-mg1",
2020-02-10 21:12:57 -05:00
"/subscriptions/SUBSCRIPTION_ID"
]
}