From bc5275e457b316f3a28a9b32b79113e67fce56cb Mon Sep 17 00:00:00 2001 From: danielscholl Date: Sun, 26 Jan 2025 12:16:29 -0600 Subject: [PATCH] Dropping policyassignments API version down. --- bicep/modules/managed-cluster/aks_policy.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bicep/modules/managed-cluster/aks_policy.bicep b/bicep/modules/managed-cluster/aks_policy.bicep index 30e93bc4..95079bc6 100644 --- a/bicep/modules/managed-cluster/aks_policy.bicep +++ b/bicep/modules/managed-cluster/aks_policy.bicep @@ -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: {