Skip to content

Instantly share code, notes, and snippets.

@rooftop90
Created August 24, 2020 14:42
Show Gist options
  • Save rooftop90/de6125995df80745675fbb61e4778f7d to your computer and use it in GitHub Desktop.
Save rooftop90/de6125995df80745675fbb61e4778f7d 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/galleries/read",
"Microsoft.Compute/galleries/images/read",
"Microsoft.Compute/galleries/images/versions/read",
"Microsoft.Compute/galleries/images/versions/write",
"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