Last active
July 21, 2020 12:01
-
-
Save rooftop90/842e8291e46eade95ffae10e91ff3da1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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