Skip to content

Commit fb1a399

Browse files
authored
Merge pull request #98895 from mlearned/mlearned-aks-cert-rotation-doesnt-need-preview
remove CLI extension per saurya
2 parents 091e898 + 801e24b commit fb1a399

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

articles/aks/certificate-rotation.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,7 @@ This article shows you how to rotate the certificates in your AKS cluster.
1818

1919
## Before you begin
2020

21-
This article requires that you are running the Azure CLI version 2.0.76 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
22-
23-
24-
### Install aks-preview CLI extension
25-
26-
To use this feature, you need the *aks-preview* CLI extension version 0.4.21 or higher. Install the *aks-preview* Azure CLI extension using the [az extension add][az-extension-add] command, then check for any available updates using the [az extension update][az-extension-update] command:
27-
28-
```azurecli-interactive
29-
# Install the aks-preview extension
30-
az extension add --name aks-preview
31-
32-
# Update the extension to make sure you have the latest version installed
33-
az extension update --name aks-preview
34-
```
21+
This article requires that you are running the Azure CLI version 2.0.77 or later. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][azure-cli-install].
3522

3623
## AKS certificates, Certificate Authorities, and Service Accounts
3724

0 commit comments

Comments
 (0)