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
Copy file name to clipboardExpand all lines: articles/operator-nexus/howto-install-cli-extensions.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,17 @@ ms.date: 09/05/2024
14
14
15
15
This how-to guide explains the steps for installing the required az CLI and extensions required to interact with Operator Nexus.
16
16
17
+
Azure CLI is required to be installed prior to the extensions installations. Follow [Install Azure CLI][installation-instruction] instuctions to install it.
18
+
17
19
Installations of the following CLI extensions are required:
18
-
`networkcloud` (for Microsoft.NetworkCloud APIs) and `managednetworkfabric` (for Microsoft.ManagedNetworkFabric APIs).
20
+
-`networkcloud` for Microsoft.NetworkCloud APIs
21
+
-`managednetworkfabric` for Microsoft.ManagedNetworkFabric APIs
22
+
19
23
20
-
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.
21
24
22
25
>[!NOTE]
23
-
>The `--allow-preview=True` needs to be explicitely set to install the preview version of an extension.
26
+
> Any upgrade of the Azure CLI will download the latest stable version of the installed extension.
27
+
>The `--allow-preview=True` needs to be explicitly set to install the preview version of the extensions.
24
28
25
29
## Install `networkcloud` CLI extension
26
30
@@ -58,7 +62,7 @@ If you haven't already installed Azure CLI: [Install Azure CLI][installation-ins
58
62
59
63
## Install other Azure extensions
60
64
61
-
Install the additional Azure CLI extensions that Nexus makes use of.
65
+
Install the other Azure CLI extensions that Nexus makes use of.
62
66
63
67
```azurecli
64
68
az extension add --yes --upgrade --name customlocation
0 commit comments