Skip to content

Commit 38bb59c

Browse files
authored
allow Microsoft.PolicyInsights/remediations in deny assignment (#4134)
1 parent f558795 commit 38bb59c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cluster/deploybaseresources_additional.go

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ func (m *manager) denyAssignment() *arm.Resource {
7272
"Microsoft.Network/networkInterfaces/effectiveRouteTable/action",
7373
"Microsoft.Network/networkSecurityGroups/join/action",
7474
"Microsoft.Resources/tags/*", // Enable tagging for Resources RP only
75+
"Microsoft.PolicyInsights/remediations/write",
76+
"Microsoft.PolicyInsights/remediations/delete",
7577
},
7678
},
7779
},

0 commit comments

Comments
 (0)