Skip to content

Commit effcdd3

Browse files
committed
Update deploy-sql-big-data-aks.py
1 parent d6d8995 commit effcdd3

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
@@ -78,7 +78,7 @@ def executeCmd (cmd):
7878
command="azdata bdc config init --source aks-dev-test --target custom --force"
7979
executeCmd (command)
8080

81-
command="azdata bdc config replace -c custom/cluster.json -j ""metadata.name=" + CLUSTER_NAME + ""
81+
command="azdata bdc config replace -c custom/bdc.json -j ""metadata.name=" + CLUSTER_NAME + ""
8282
executeCmd (command)
8383

8484
# Use this only if you are using a private registry different than default Micrososft registry (mcr).

0 commit comments

Comments
 (0)