mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Update deploy-sql-big-data-aks.py
This commit is contained in:
@@ -94,7 +94,7 @@ executeCmd (command)
|
||||
command="azdata bdc create -c custom --accept-eula yes"
|
||||
executeCmd (command)
|
||||
|
||||
command="azdata login --cluster-name " + CLUSTER_NAME
|
||||
command="azdata login -n " + CLUSTER_NAME
|
||||
executeCmd (command)
|
||||
|
||||
print("")
|
||||
|
||||
Reference in New Issue
Block a user