Created
July 8, 2020 18:34
-
-
Save gsuttie/9fc7736ebf06371a601218902adee770 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": "Virtual Machine Operator (Custom)", | |
"Id": null, | |
"IsCustom": true, | |
"Description": "Allows to start and stop (deallocate) Azure VMs", | |
"Actions": [ | |
"Microsoft.Compute/*/read", | |
"Microsoft.Compute/virtualMachines/deallocate/action", | |
"Microsoft.Compute/virtualMachines/start/action" | |
], | |
"NotActions": [ | |
], | |
"AssignableScopes": [ | |
"/subscriptions/SUBSCRIPTION_ID" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment