Skip to content

Commit fd2daeb

Browse files
committed
2 parents 06fe798 + 1a01790 commit fd2daeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Prerequisites:
33
#
4-
# 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 )
4+
# 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 )
55
#
66
# Run `az login` at least once BEFORE running this script
77
#
@@ -42,7 +42,7 @@ def executeCmd (cmd):
4242
#
4343
DOCKER_REGISTRY="private-repo.microsoft.com"
4444
DOCKER_REPOSITORY="mssql-private-preview"
45-
DOCKER_IMAGE_TAG="latest"
45+
DOCKER_IMAGE_TAG="ctp2.4"
4646

4747
print ('Setting environment variables')
4848
os.environ['MSSQL_SA_PASSWORD'] = PASSWORD

0 commit comments

Comments
 (0)