Update deploy-sql-big-data-aks.py

This commit is contained in:
Mihaela Blendea
2019-10-18 10:21:51 -07:00
committed by GitHub
parent d01e9b99c3
commit 043e4ba4d9
@@ -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("")