Skip to content

Commit

Permalink
Solve file conflicts for PR #1759
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanzhang9 committed Oct 22, 2024
1 parent 6d1a172 commit 4c7c09e
Showing 1 changed file with 23 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"metadata": {
"_generator": {
"name": "bicep",
"version": "0.22.6.54827",
"templateHash": "14490525755972949150"
"version": "0.29.47.4906",
"templateHash": "12429908550017328445"
}
},
"variables": {
Expand Down Expand Up @@ -38,25 +38,22 @@
}
},
"$fxv#1": {
"name": "402344ce-48c4-5ac1-9320-16726050f964",
"name": "dc726155-3983-5405-b446-9bb27b94e02c",
"type": "Microsoft.Authorization/roleDefinitions",
"apiVersion": "2022-04-01",
"properties": {
"roleName": "Subscription-Owner",
"description": "Delegated role for subscription owner generated from subscription Owner role",
"roleName": "Network-Management",
"description": "Platform-wide global connectivity management: virtual networks, UDRs, NSGs, NVAs, VPN, Azure ExpressRoute, and others",
"type": "customRole",
"permissions": [
{
"actions": [
"*"
],
"notActions": [
"Microsoft.Authorization/*/write",
"Microsoft.Network/vpnGateways/*",
"Microsoft.Network/expressRouteCircuits/*",
"Microsoft.Network/routeTables/write",
"Microsoft.Network/vpnSites/*"
"*/read",
"Microsoft.Network/*",
"Microsoft.Resources/deployments/*",
"Microsoft.Support/*"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
Expand Down Expand Up @@ -101,22 +98,25 @@
}
},
"$fxv#3": {
"name": "dc726155-3983-5405-b446-9bb27b94e02c",
"name": "402344ce-48c4-5ac1-9320-16726050f964",
"type": "Microsoft.Authorization/roleDefinitions",
"apiVersion": "2022-04-01",
"properties": {
"roleName": "Network-Management",
"description": "Platform-wide global connectivity management: virtual networks, UDRs, NSGs, NVAs, VPN, Azure ExpressRoute, and others",
"roleName": "Subscription-Owner",
"description": "Delegated role for subscription owner generated from subscription Owner role",
"type": "customRole",
"permissions": [
{
"actions": [
"*/read",
"Microsoft.Network/*",
"Microsoft.Resources/deployments/*",
"Microsoft.Support/*"
"*"
],
"notActions": [
"Microsoft.Authorization/*/write",
"Microsoft.Network/vpnGateways/*",
"Microsoft.Network/expressRouteCircuits/*",
"Microsoft.Network/routeTables/write",
"Microsoft.Network/vpnSites/*"
],
"notActions": [],
"dataActions": [],
"notDataActions": []
}
Expand All @@ -130,12 +130,11 @@
"loadRoleDefinitions": {
"All": [
"[variables('$fxv#0')]",
"[variables('$fxv#1')]"
],
"AzureCloud": [
"[variables('$fxv#1')]",
"[variables('$fxv#2')]",
"[variables('$fxv#3')]"
],
"AzureCloud": [],
"AzureChinaCloud": [],
"AzureUSGovernment": []
},
Expand Down

0 comments on commit 4c7c09e

Please sign in to comment.