This repository was archived by the owner on Jan 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
policy/builtin/assignments Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource rgLocationAssignment 'Microsoft.Authorization/policyAssignments@2020-03
38
38
name : 'locrg-${uniqueString ('rg-location-' , policyAssignmentManagementGroupId )}'
39
39
properties : {
40
40
displayName : 'Restrict to Canada Central and Canada East regions for Resource Groups'
41
- policyDefinitionId : resourceId ('Microsoft.Authorization/roleDefinitions ' ,'e765b5de-1225-4ba3-bd56-1ac6695af988' )
41
+ policyDefinitionId : resourceId ('Microsoft.Authorization/policyDefinitions ' ,'e765b5de-1225-4ba3-bd56-1ac6695af988' )
42
42
scope : scope
43
43
notScopes : []
44
44
parameters : {
@@ -55,7 +55,7 @@ resource resourceLocationAssignment 'Microsoft.Authorization/policyAssignments@2
55
55
name : 'locr-${uniqueString ('resource-location-' , policyAssignmentManagementGroupId )}'
56
56
properties : {
57
57
displayName : 'Restrict to Canada Central and Canada East regions for Resources'
58
- policyDefinitionId : resourceId ('Microsoft.Authorization/roleDefinitions ' ,'e56962a6-4747-49cd-b67b-bf8b01975c4c' )
58
+ policyDefinitionId : resourceId ('Microsoft.Authorization/policyDefinitions ' ,'e56962a6-4747-49cd-b67b-bf8b01975c4c' )
59
59
scope : scope
60
60
notScopes : []
61
61
parameters : {
You can’t perform that action at this time.
0 commit comments