From 59b11aeb518a08313b9d11d1999dc96ea3f4b838 Mon Sep 17 00:00:00 2001 From: Travis Wright Date: Thu, 27 Jun 2019 11:45:46 -0700 Subject: [PATCH] Updating to CTP 3.1 --- samples/features/sql-big-data-cluster/deployment/aks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/sql-big-data-cluster/deployment/aks/README.md b/samples/features/sql-big-data-cluster/deployment/aks/README.md index 5f24919a..0c49e06b 100644 --- a/samples/features/sql-big-data-cluster/deployment/aks/README.md +++ b/samples/features/sql-big-data-cluster/deployment/aks/README.md @@ -18,7 +18,7 @@ Using this sample Python script, you will deploy a Kubernetes cluster in Azure u ``` - Install mssqlctl CLI latest version using . Run the command below using elevated priviledges (sudo or admin cmd window): ``` - pip3 install -r https://private-repo.microsoft.com/python/ctp3.0/mssqlctl/requirements.txt + pip3 install -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt ``` 1. Login into your Azure account. Run this command: ```