Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matt-FFFFFF/a1160eacfbb80c523489f2065fe9a96c to your computer and use it in GitHub Desktop.
Save matt-FFFFFF/a1160eacfbb80c523489f2065fe9a96c to your computer and use it in GitHub Desktop.
{
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"input": {
"value": {
"Name": "0fb51766-9c3f-422c-a5c7-322d7ef8afa8",
"ResourceType": "Microsoft.Management/managementGroups",
"ExtensionResourceType": "Microsoft.Authorization/roleDefinitions",
"Location": "northeurope",
"Properties": {
"roleName": "NetOps",
"description": "",
"assignableScopes": [
"/providers/Microsoft.Management/managementGroups/d52a5cb0-5817-4f49-81c0-b1c8f72a80af"
],
"permissions": [
{
"actions": [
"*/read",
"Microsoft.Authorization/*/write",
"Microsoft.Network/vpnGateways/*",
"Microsoft.Network/expressRouteCircuits/*",
"Microsoft.Network/routeTables/write",
"Microsoft.Network/vpnsites/*"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment