You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`networkcloud` (for Microsoft.NetworkCloud APIs) and `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs).
18
18
19
19
If you haven't already installed Azure CLI: [Install Azure CLI][installation-instruction]. The aka.ms links download the latest available version of the extension.
20
+
For list of available versions, see [the extension release history][az-cli-networkcloud-cli-versions].
20
21
21
22
## Install `networkcloud` CLI extension
22
23
23
-
-Remove any previously installed version of the extension
24
+
-Upgrade any previously installed version of the extension
24
25
25
26
```azurecli
26
-
az extension remove --name networkcloud
27
+
az extension add --yes --upgrade --name networkcloud
27
28
```
28
29
29
-
30
30
- Install and test the latest version of `networkcloud` CLI extension
31
31
32
32
```azurecli
33
33
az extension add --name networkcloud
34
34
az networkcloud --help
35
35
```
36
36
37
-
For list of available versions, see [the extension release history][az-cli-networkcloud-cli-versions].
38
-
39
-
To install a specific version of the networkcloud CLI extension, add `--version` parameter to the command. For example, below installs 0.4.1
40
-
41
-
```azurecli
42
-
az extension add --name networkcloud --version 0.4.1
43
-
```
44
-
45
37
## Install `managednetworkfabric` CLI extension
46
38
47
-
-Remove any previously installed version of the extension
39
+
- Upgrade any previously installed version of the extension
48
40
49
41
```azurecli
50
-
az extension remove --name managednetworkfabric
42
+
az extension add --yes --upgrade --name managednetworkfabric
51
43
```
52
44
53
45
- Install and test the `managednetworkfabric` CLI extension
0 commit comments