Skip to content

Commit 043e4ba

Browse files
Update deploy-sql-big-data-aks.py
1 parent d01e9b9 commit 043e4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def executeCmd (cmd):
9494
command="azdata bdc create -c custom --accept-eula yes"
9595
executeCmd (command)
9696

97-
command="azdata login --cluster-name " + CLUSTER_NAME
97+
command="azdata login -n " + CLUSTER_NAME
9898
executeCmd (command)
9999

100100
print("")

0 commit comments

Comments
 (0)