Skip to content

Commit

Permalink
Merge pull request #13993 from tamram/patch-2
Browse files Browse the repository at this point in the history
Update main.bicep
  • Loading branch information
alex-frankel committed May 2, 2024
2 parents 921a9e2 + 189b6c7 commit e903ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstarts/microsoft.kubernetes/aks/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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@2024-02-01' = {
name: clusterName
location: location
identity: {
Expand Down

0 comments on commit e903ce0

Please sign in to comment.