Skip to content

Commit 6fbce0f

Browse files
committed
Update per PM feedback.
1 parent 113620a commit 6fbce0f

3 files changed

Lines changed: 10 additions & 16 deletions

File tree

docs/azdata/install/deploy-install-azdata-pip.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,14 @@ pip3 install -U requests
3939

4040
1. Starting with SQL Server 2019 CU5 release, azdata has an independent semantic version from the server. If you have any previous releases of `azdata` installed prior to this, it is important to first uninstall them before installing the latest version.
4141

42-
For example, for CTP 3.2 or RC1, run the following command:
42+
For example, for 2019-cu4, run the following command:
4343

4444
```powershell
45-
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-ctp3.2/requirements.txt
45+
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-cu4/requirements.txt
4646
```
4747

48-
or
49-
50-
```powershell
51-
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-rc1/requirements.txt
52-
```
48+
> [!NOTE]
49+
> In the preceding examples, replace `2019-cu6` with the version and CU of your installation of `azdata`.
5350
5451
1. Install `azdata`.
5552

@@ -80,17 +77,14 @@ On Linux, you must install Python 3.5 and then upgrade pip. The following exampl
8077

8178
1. Starting with SQL Server 2019 CU5 release, azdata has an independent semantic version from the server. If you have any previous releases of `azdata` installed prior to this, it is important to first uninstall them before installing the latest version.
8279

83-
For example, for CTP 3.2 or RC1, run the following command:
80+
For example, for `2019-cu6`, run the following command:
8481

8582
```bash
86-
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-ctp3.2/requirements.txt
83+
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-cu6/requirements.txt
8784
```
8885

89-
or
90-
91-
```bash
92-
pip3 uninstall -r https://azdatacli.blob.core.windows.net/python/azdata/2019-rc1/requirements.txt
93-
```
86+
> [!NOTE]
87+
> In the preceding examples, replace `2019-cu6` with the version and CU of your installation of `azdata`.
9488
9589
1. Install `azdata`.
9690

docs/azdata/install/deploy-install-azdata-yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.technology: big-data-cluster
1313

1414
# Install `azdata` with yum
1515

16-
[!INCLUDE[SQL Server 2019](../../includes/applies-to-version/sqlserver2019.md)]
16+
[!INCLUDE[azdata](../../includes/applies-to-version/azdata.md)]
1717

1818
For Linux distributions with `yum` there is a package for the `azdata-cli`. The CLI package has been tested on Linux versions which use `yum`:
1919

docs/azdata/install/deploy-install-azdata-zypper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.technology: big-data-cluster
1313

1414
# Install `azdata` with zypper
1515

16-
[!INCLUDE[SQL Server 2019](../../includes/applies-to-version/sqlserver2019.md)]
16+
[!INCLUDE[azdata](../../includes/applies-to-version/azdata.md)]
1717

1818
For Linux distributions with `zypper` there is a package for the `azdata-cli`. The CLI package has been tested on Linux versions which use `zypper`:
1919

0 commit comments

Comments
 (0)