Skip to content

Commit 3c99163

Browse files
authored
Merge pull request #247031 from dramasamy/dramasamy/remove-haks-cli
Remove HybirdAKS CLI installation
2 parents 3f6b41e + ab34939 commit 3c99163

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

articles/operator-nexus/howto-install-cli-extensions.md

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: travisneely
66
ms.service: azure-operator-nexus
77
ms.custom: devx-track-azurecli
88
ms.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
11583
Name Version
11684
----------------------- -------------
117-
arcappliance 0.2.32
11885
monitor-control-service 0.2.0
11986
connectedmachine 0.5.1
12087
connectedk8s 1.3.20
@@ -123,7 +90,6 @@ networkcloud 1.0.0b2
12390
k8s-configuration 1.7.0
12491
managednetworkfabric 3.1.0
12592
customlocation 0.1.3
126-
hybridaks 0.2.1
12793
ssh 2.0.1
12894
```
12995

0 commit comments

Comments
 (0)