From 1a0179046e99ef569e724889491db9cee0095dd3 Mon Sep 17 00:00:00 2001 From: Mihaela Blendea Date: Wed, 27 Mar 2019 12:28:00 -0700 Subject: [PATCH] Updates for CTP2.4 --- .../deployment/aks/deploy-sql-big-data-aks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0f14c056..2165efc1 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 @@ -1,7 +1,7 @@ # # Prerequisites: # -# Azure CLI (https://docs.microsoft.com/en-us/cli/azure/install-azure-cli), python3 (https://www.python.org/downloads), mssqlctl CLI (pip3 install -r https://private-repo.microsoft.com/python/ctp-2.3/mssqlctl/requirements.txt ) +# Azure CLI (https://docs.microsoft.com/en-us/cli/azure/install-azure-cli), python3 (https://www.python.org/downloads), mssqlctl CLI (pip3 install -r https://private-repo.microsoft.com/python/ctp-2.4/mssqlctl/requirements.txt ) # # Run `az login` at least once BEFORE running this script # @@ -42,7 +42,7 @@ CONTROLLER_USERNAME=input("Provide username to be used for Controller user - Pre # DOCKER_REGISTRY="private-repo.microsoft.com" DOCKER_REPOSITORY="mssql-private-preview" -DOCKER_IMAGE_TAG="latest" +DOCKER_IMAGE_TAG="ctp2.4" print ('Setting environment variables') os.environ['MSSQL_SA_PASSWORD'] = PASSWORD