We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d8995 commit effcdd3Copy full SHA for effcdd3
1 file changed
samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py
@@ -78,7 +78,7 @@ def executeCmd (cmd):
78
command="azdata bdc config init --source aks-dev-test --target custom --force"
79
executeCmd (command)
80
81
-command="azdata bdc config replace -c custom/cluster.json -j ""metadata.name=" + CLUSTER_NAME + ""
+command="azdata bdc config replace -c custom/bdc.json -j ""metadata.name=" + CLUSTER_NAME + ""
82
83
84
# Use this only if you are using a private registry different than default Micrososft registry (mcr).
0 commit comments