Skip to content

Commit

Permalink
Merge pull request #29 from Azure-Samples/tawalke/repo-issue-fixes
Browse files Browse the repository at this point in the history
FIX: Update AKS API version for bicep-TEW
  • Loading branch information
tawalke authored Sep 14, 2023
2 parents 461f7e8 + f56b7c5 commit 5d02b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-Kubernetes-Svc/resources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ param linuxAdminUsername string
@description('Configure all linux machines with the SSH RSA public key string. Your key should include three parts, for example \'ssh-rsa AAAAB...snip...UcyupgH azureuser@linuxvm\'')
param sshRSAPublicKey string

resource aks 'Microsoft.ContainerService/managedClusters@2022-05-02-preview' = {
resource aks 'Microsoft.ContainerService/managedClusters@2023-05-02-preview' = {
name: clusterName
location: location
identity: {
Expand Down

0 comments on commit 5d02b86

Please sign in to comment.