Skip to content

Commit

Permalink
updated RBAC for subscription DINE policies
Browse files Browse the repository at this point in the history
  • Loading branch information
krnese committed Feb 19, 2021
1 parent 9482cbe commit 03757bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13762,7 +13762,7 @@
"existenceScope": "ResourceGroup",
"ResourceGroupName": "[[parameters('rgName')]",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"deployment": {
"location": "northeurope",
Expand Down Expand Up @@ -14142,7 +14142,7 @@
"deploymentScope": "Subscription",
"existenceScope": "Subscription",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"existenceCondition": {
"allOf": [
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/contoso/armTemplates/auxiliary/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -13762,7 +13762,7 @@
"existenceScope": "ResourceGroup",
"ResourceGroupName": "[[parameters('rgName')]",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"deployment": {
"location": "northeurope",
Expand Down Expand Up @@ -14142,7 +14142,7 @@
"deploymentScope": "Subscription",
"existenceScope": "Subscription",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"existenceCondition": {
"allOf": [
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/wingtip/armTemplates/auxiliary/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -13762,7 +13762,7 @@
"existenceScope": "ResourceGroup",
"ResourceGroupName": "[[parameters('rgName')]",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"deployment": {
"location": "northeurope",
Expand Down Expand Up @@ -14142,7 +14142,7 @@
"deploymentScope": "Subscription",
"existenceScope": "Subscription",
"roleDefinitionIds": [
"/providers/Microsoft.Authorization/roleDefinitions/4d97b98b-1d4f-4787-a291-c67834d212e7"
"/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c"
],
"existenceCondition": {
"allOf": [
Expand Down

0 comments on commit 03757bc

Please sign in to comment.