@@ -6,7 +6,7 @@ ms.author: travisneely
66ms.service : azure-operator-nexus
77ms.custom : devx-track-azurecli
88ms.topic : include
9- ms.date : 05/26 /2023
9+ ms.date : 08/01 /2023
1010# ms.custom: template-include
1111---
1212
@@ -57,44 +57,12 @@ az extension add --name networkcloud --version 0.4.1
5757 az networkfabric --help
5858 ```
5959
60- ## Install AKS-Hybrid (`hybridaks`) CLI extension
61-
62- - Remove any previously installed version of the extension
63-
64- ```azurecli
65- az extension remove --name hybridaks
66- ```
67-
68- - Download the `hybridaks` python wheel
69-
70- # [Linux / macOS / WSL](#tab/linux+macos+wsl)
71-
72- ```sh
73- curl -L "https://aka.ms/nexus-hybridaks-cli" --output "hybridaks-0.0.0-py3-none-any.whl"
74- ```
75-
76- # [ PowerShell] ( #tab/powershell )
77-
78- ``` ps
79- curl "https://aka.ms/nexus-hybridaks-cli" -OutFile "hybridaks-0.0.0-py3-none-any.whl"
80- ```
81-
82- ---
83-
84- - Install and test the ` hybridaks ` CLI extension
85-
86- ``` azurecli
87- az extension add --source hybridaks-0.0.0-py3-none-any.whl
88- az hybridaks --help
89- ```
90-
9160## Install other Azure extensions
9261
9362 ```azurecli
9463 az extension add --yes --upgrade --name customlocation
9564 az extension add --yes --upgrade --name k8s-extension
9665 az extension add --yes --upgrade --name k8s-configuration
97- az extension add --yes --upgrade --name arcappliance
9866 az extension add --yes --upgrade --name connectedmachine
9967 az extension add --yes --upgrade --name monitor-control-service --version 0.2.0
10068 az extension add --yes --upgrade --name ssh
@@ -114,7 +82,6 @@ Example output:
11482``` output
11583Name Version
11684----------------------- -------------
117- arcappliance 0.2.32
11885monitor-control-service 0.2.0
11986connectedmachine 0.5.1
12087connectedk8s 1.3.20
@@ -123,7 +90,6 @@ networkcloud 1.0.0b2
12390k8s-configuration 1.7.0
12491managednetworkfabric 3.1.0
12592customlocation 0.1.3
126- hybridaks 0.2.1
12793ssh 2.0.1
12894```
12995
0 commit comments