Skip to content

Commit 9bf6d6c

Browse files
committed
Updates
1 parent 2c15ff7 commit 9bf6d6c

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

articles/deployment-environments/how-to-install-devcenter-cli-extension.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,13 @@ az extension list
3232
### Update the Deployment Environments CLI extension
3333
You can update the Deployment Environments CLI extension if you already have it installed.
3434

35-
To check the version of the extension that's installed
36-
``` azurecli
37-
az extension --version
38-
```
39-
4035
To update a version of the extension that's installed
4136
``` azurecli
4237
az extension update --name devcenter
4338
```
44-
### Uninstall the Deployment Environments CLI extension
39+
### Remove the Deployment Environments CLI extension
4540

46-
To uninstall the extension, use the following command
41+
To remove the extension, use the following command
4742
```azurecli
4843
az extension remove --name devcenter
4944
```

articles/dev-box/how-to-install-dev-box-cli.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,13 @@ az extension list
3232
### Update the Dev Box CLI extension
3333
You can update the Dev Box CLI extension if you already have it installed.
3434

35-
To check the version of the extension that's installed
36-
``` azurecli
37-
az extension --version
38-
```
39-
4035
To update a version of the extension that's installed
4136
``` azurecli
4237
az extension update --name devcenter
4338
```
44-
### Uninstall the Dev Box CLI extension
39+
### Remove the Dev Box CLI extension
4540

46-
To uninstall the extension, use the following command
41+
To remove the extension, use the following command
4742
```azurecli
4843
az extension remove --name devcenter
4944
```

0 commit comments

Comments
 (0)