Skip to content

Instantly share code, notes, and snippets.

@gsuttie
Created July 8, 2020 18:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsuttie/9fc7736ebf06371a601218902adee770 to your computer and use it in GitHub Desktop.
Save gsuttie/9fc7736ebf06371a601218902adee770 to your computer and use it in GitHub Desktop.
{
"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