File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,13 @@ az extension list
32
32
### Update the Deployment Environments CLI extension
33
33
You can update the Deployment Environments CLI extension if you already have it installed.
34
34
35
- To check the version of the extension that's installed
36
- ``` azurecli
37
- az extension --version
38
- ```
39
-
40
35
To update a version of the extension that's installed
41
36
``` azurecli
42
37
az extension update --name devcenter
43
38
```
44
- ### Uninstall the Deployment Environments CLI extension
39
+ ### Remove the Deployment Environments CLI extension
45
40
46
- To uninstall the extension, use the following command
41
+ To remove the extension, use the following command
47
42
``` azurecli
48
43
az extension remove --name devcenter
49
44
```
Original file line number Diff line number Diff line change @@ -32,18 +32,13 @@ az extension list
32
32
### Update the Dev Box CLI extension
33
33
You can update the Dev Box CLI extension if you already have it installed.
34
34
35
- To check the version of the extension that's installed
36
- ``` azurecli
37
- az extension --version
38
- ```
39
-
40
35
To update a version of the extension that's installed
41
36
``` azurecli
42
37
az extension update --name devcenter
43
38
```
44
- ### Uninstall the Dev Box CLI extension
39
+ ### Remove the Dev Box CLI extension
45
40
46
- To uninstall the extension, use the following command
41
+ To remove the extension, use the following command
47
42
``` azurecli
48
43
az extension remove --name devcenter
49
44
```
You can’t perform that action at this time.
0 commit comments