diff --git a/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json b/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json deleted file mode 100644 index df58bc09..00000000 --- a/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "Name": "Support Request Contributor (Custom)", - "IsCustom": true, - "Description": "Allows to create support requests", - "Actions": [ - "Microsoft.Resources/subscriptions/resourceGroups/read", - "Microsoft.Support/*" - ], - "NotActions": [ - ], - "AssignableScopes": [ - "/providers/Microsoft.Management/managementGroups/az104-02-mg1", - "/subscriptions/SUBSCRIPTION_ID" - ] -} \ No newline at end of file