Skip to content

Commit 394045b

Browse files
Updates for CTP3.2
1 parent 789332b commit 394045b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/aks

samples/features/sql-big-data-cluster/deployment/aks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Using this sample Python script, you will deploy a Kubernetes cluster in Azure u
1616
python -m pip install requests
1717
python -m pip install requests --upgrade
1818
```
19-
- Install mssqlctl CLI latest version using . Run the command below using elevated priviledges (sudo or admin cmd window):
19+
- Install latest version of the cluster management tool **azdata** (previously named mssqlctl) using below command. Run the command below using elevated priviledges (sudo or admin cmd window):
2020
```
21-
pip3 install -r https://private-repo.microsoft.com/python/ctp3.1/mssqlctl/requirements.txt
21+
pip3 install -r https://aka.ms/azdata
2222
```
2323
1. Login into your Azure account. Run this command:
2424
```

0 commit comments

Comments
 (0)