@@ -6,7 +6,7 @@ ms.author: travisneely
6
6
ms.service : azure-operator-nexus
7
7
ms.custom : devx-track-azurecli
8
8
ms.topic : include
9
- ms.date : 05/26 /2023
9
+ ms.date : 08/01 /2023
10
10
# ms.custom: template-include
11
11
---
12
12
@@ -57,44 +57,12 @@ az extension add --name networkcloud --version 0.4.1
57
57
az networkfabric --help
58
58
```
59
59
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
-
91
60
## Install other Azure extensions
92
61
93
62
```azurecli
94
63
az extension add --yes --upgrade --name customlocation
95
64
az extension add --yes --upgrade --name k8s-extension
96
65
az extension add --yes --upgrade --name k8s-configuration
97
- az extension add --yes --upgrade --name arcappliance
98
66
az extension add --yes --upgrade --name connectedmachine
99
67
az extension add --yes --upgrade --name monitor-control-service --version 0.2.0
100
68
az extension add --yes --upgrade --name ssh
@@ -114,7 +82,6 @@ Example output:
114
82
``` output
115
83
Name Version
116
84
----------------------- -------------
117
- arcappliance 0.2.32
118
85
monitor-control-service 0.2.0
119
86
connectedmachine 0.5.1
120
87
connectedk8s 1.3.20
@@ -123,7 +90,6 @@ networkcloud 1.0.0b2
123
90
k8s-configuration 1.7.0
124
91
managednetworkfabric 3.1.0
125
92
customlocation 0.1.3
126
- hybridaks 0.2.1
127
93
ssh 2.0.1
128
94
```
129
95
0 commit comments