Created
May 29, 2019 10:42
-
-
Save giseongeom/3b92a499a531003ac8a4d9823043636c to your computer and use it in GitHub Desktop.
AKS Scaling Administrator custom role
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": "AKS Scale Operator", | |
| "IsCustom": true, | |
| "Description": "Can monitor and scale AKS-enabled virtual machines.", | |
| "Actions": [ | |
| "Microsoft.Resources/subscriptions/resourceGroups/write", | |
| "Microsoft.Resources/subscriptions/resourceGroups/delete", | |
| "Microsoft.Storage/checkNameAvailability/*", | |
| "Microsoft.Storage/storageAccounts/*", | |
| "Microsoft.ContainerService/*" | |
| ], | |
| "NotActions": [ | |
| ], | |
| "AssignableScopes": [ | |
| "/subscriptions/xxxxxxxx" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment