Skip to content

Commit

Permalink
Update main.bicep (#646)
Browse files Browse the repository at this point in the history
Update managedCluster version to allow web application routing to work
  • Loading branch information
khowling authored Aug 17, 2023
1 parent 7b84692 commit 5051c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ keyVaultKmsCreateAndPrereqs || !empty(keyVaultKmsByoKeyId) ? azureKeyVaultKms :
!empty(serviceMeshProfile) ? { serviceMeshProfile: serviceMeshProfileObj } : {}
)

resource aks 'Microsoft.ContainerService/managedClusters@2023-04-01' = {
resource aks 'Microsoft.ContainerService/managedClusters@2023-05-02-preview' = {
name: 'aks-${resourceName}'
location: location
properties: aksProperties
Expand Down

0 comments on commit 5051c8a

Please sign in to comment.