Skip to content

Instantly share code, notes, and snippets.

@rooftop90
Last active July 21, 2020 12:01
Show Gist options
  • Save rooftop90/842e8291e46eade95ffae10e91ff3da1 to your computer and use it in GitHub Desktop.
Save rooftop90/842e8291e46eade95ffae10e91ff3da1 to your computer and use it in GitHub Desktop.
{
"Name": "AIB Custom Role",
"IsCustom": true,
"Description": "Azure Image Builder access to create resources for the image build",
"Actions": [
"Microsoft.Compute/images/write",
"Microsoft.Compute/images/read",
"Microsoft.Compute/images/delete"
],
"NotActions": [
],
"AssignableScopes": [
"/subscriptions/<subscriptionId>/resourceGroups/<rg>"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment