Skip to content

Commit

Permalink
Dropping policyassignments API version down.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielscholl committed Jan 26, 2025
1 parent dd2d1f1 commit bc5275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bicep/modules/managed-cluster/aks_policy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resource managedCluster 'Microsoft.ContainerService/managedClusters@2024-09-02-p
}

var policyDefinitionId = '/providers/Microsoft.Authorization/policySetDefinitions/c047ea8e-9c78-49b2-958b-37e56d291a44'
resource policyAssignment 'Microsoft.Authorization/policyAssignments@2024-05-01' = {
resource policyAssignment 'Microsoft.Authorization/policyAssignments@2024-04-01' = {
name: 'aksDeploymentSafeguardsAssignment'
scope: managedCluster
properties: {
Expand Down

0 comments on commit bc5275e

Please sign in to comment.