Skip to content

Commit ac3639b

Browse files
Update deploy-sql-big-data-aks.py
1 parent e9f3ff7 commit ac3639b

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
@@ -71,7 +71,7 @@ def executeCmd (cmd):
7171
executeCmd (command)
7272

7373
print("Creating SQL Big Data cluster:" +CLUSTER_NAME)
74-
command="mssqlctl bdc config init --src aks-dev-test --target custom --force"
74+
command="mssqlctl bdc config init --source aks-dev-test --target custom --force"
7575
executeCmd (command)
7676

7777
command="mssqlctl bdc config section set -c custom -j ""metadata.name=" + CLUSTER_NAME + ""

0 commit comments

Comments
 (0)