Skip to content

Commit

Permalink
Update aks.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydestro authored Oct 12, 2021
1 parent c41ffd7 commit d731408
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions aks.bicep
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// mandatory params
@description('The unique DNS prefix for your cluster, such as myakscluster. This cannot be updated once the Managed Cluster has been created.')
param dnsPrefix string
param dnsPrefix string = resourceGroup()

@description('The administrator username to use for Linux VMs.')
param linuxAdminUsername string
Expand All @@ -14,10 +14,6 @@ param servicePrincipalClientId string
@description('The unique name for the AKS cluster, such as myAKSCluster.')
param uniqueclustername string = resourceGroup()

@secure()
@description('Unique DNS name.')
param dnsPrefix string = resourceGroup()

@secure()
@description('The secret password associated with the service principal.')
param servicePrincipalClientSecret string
Expand Down

0 comments on commit d731408

Please sign in to comment.