Skip to content

Instantly share code, notes, and snippets.

@michaelkc
Created October 6, 2020 12:27
Show Gist options
  • Save michaelkc/e5fdaa6db2792bb97b9f2a17026bad22 to your computer and use it in GitHub Desktop.
Save michaelkc/e5fdaa6db2792bb97b9f2a17026bad22 to your computer and use it in GitHub Desktop.
{
"Name": "Resource Group Creator",
"Id": "1326c8ca-30ea-4438-872b-ed80af0d0474",
"IsCustom": true,
"Description": "Lets you view everything (like reader) and create (but not change) Resource Groups.",
"Actions": [
"*/read",
"Microsoft.Resources/subscriptions/resourceGroups/write"
],
"NotActions": [],
"DataActions": [],
"NotDataActions": [],
"AssignableScopes": [
"/subscriptions/9bb11523-611b-4341-8af2-56368f08b597"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment