From 9d49ca058c8745a6a8f91ad6982910e2a2eef966 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:43:48 -0800 Subject: [PATCH] Add files via upload --- .../02/az104-02a-customRoleDefinition.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json diff --git a/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json b/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json new file mode 100644 index 00000000..df58bc09 --- /dev/null +++ b/Allfiles/Interactive Lab Simulation Files/02/az104-02a-customRoleDefinition.json @@ -0,0 +1,15 @@ +{ + "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