We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2d1f1 commit bc5275eCopy full SHA for bc5275e
1 file changed
bicep/modules/managed-cluster/aks_policy.bicep
@@ -6,7 +6,7 @@ resource managedCluster 'Microsoft.ContainerService/managedClusters@2024-09-02-p
6
}
7
8
var policyDefinitionId = '/providers/Microsoft.Authorization/policySetDefinitions/c047ea8e-9c78-49b2-958b-37e56d291a44'
9
-resource policyAssignment 'Microsoft.Authorization/policyAssignments@2024-05-01' = {
+resource policyAssignment 'Microsoft.Authorization/policyAssignments@2024-04-01' = {
10
name: 'aksDeploymentSafeguardsAssignment'
11
scope: managedCluster
12
properties: {
0 commit comments