Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
chore(deps): update resource microsoft.containerservice/managedcluste…
Browse files Browse the repository at this point in the history
…rs to 2023-10-01
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 3bf8696 commit abc5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes-cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource virtualNetwork 'Microsoft.Network/virtualNetworks@2022-11-01' = {
}
}

resource kubernetesCluster 'Microsoft.ContainerService/managedClusters@2023-03-01' = {
resource kubernetesCluster 'Microsoft.ContainerService/managedClusters@2023-10-01' = {
name: 'promitor-kubernetes-landscape-kubernetes-cluster'
location: location
tags: {}
Expand Down

0 comments on commit abc5b30

Please sign in to comment.