From d17ad7acdee631d1383a7d01618941ce87b798d1 Mon Sep 17 00:00:00 2001 From: Mihaela Blendea Date: Wed, 4 Sep 2019 09:18:35 -0700 Subject: [PATCH] Update deploy-sql-big-data-aks.py --- .../deployment/aks/deploy-sql-big-data-aks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1b0524e4..ef5bfe17 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 @@ print("Creating SQL Big Data cluster:" +CLUSTER_NAME) 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).