Skip to content

Commit 8553cc8

Browse files
committed
update mangedClusters API
1 parent 12ead65 commit 8553cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aks.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource workspace 'Microsoft.OperationalInsights/workspaces@2021-12-01-preview'
4040
}
4141
}
4242

43-
resource managedCluster 'Microsoft.ContainerService/managedClusters@2024-10-01' = {
43+
resource managedCluster 'Microsoft.ContainerService/managedClusters@2025-01-01' = {
4444
name: managedClusterName
4545
location: location
4646
identity: {

0 commit comments

Comments
 (0)