diff --git a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py index 1b0524e41d..ef5bfe17c5 100644 --- a/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py +++ b/samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py @@ -78,7 +78,7 @@ def executeCmd (cmd): command="azdata bdc config init --source aks-dev-test --target custom --force" executeCmd (command) -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 + "" executeCmd (command) # Use this only if you are using a private registry different than default Micrososft registry (mcr).