We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f3ff7 commit ac3639bCopy full SHA for ac3639b
1 file changed
samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py
@@ -71,7 +71,7 @@ def executeCmd (cmd):
71
executeCmd (command)
72
73
print("Creating SQL Big Data cluster:" +CLUSTER_NAME)
74
-command="mssqlctl bdc config init --src aks-dev-test --target custom --force"
+command="mssqlctl bdc config init --source aks-dev-test --target custom --force"
75
76
77
command="mssqlctl bdc config section set -c custom -j ""metadata.name=" + CLUSTER_NAME + ""
0 commit comments