Skip to content

Commit 63af2c8

Browse files
authored
Merge pull request #109480 from VikasPullagura-MSFT/patch-65
(Azure CXP) resolves MicrosoftDocs/azure-docs#51231
2 parents 50d0be8 + 4dc3929 commit 63af2c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-ad-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ az extension list
4646

4747
To install kubectl, use the following
4848
```azurecli
49-
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/darwin/amd64/kubectl"
49+
curl -LO "https://storage.googleapis.com/kubernetes-release/release/v1.18.0-beta.2/bin/linux/amd64/kubectl"
5050
chmod +x ./kubectl
5151
sudo mv ./kubectl /usr/local/bin/kubectl
5252
kubectl version --client
@@ -149,4 +149,4 @@ The user above gets an error because the user is not a part of a group that has
149149
Learn about [Azure AD Role Based Access Control][azure-ad-rbac].
150150

151151
<!-- LINKS - Internal -->
152-
[azure-ad-rbac]: azure-ad-rbac.md
152+
[azure-ad-rbac]: azure-ad-rbac.md

0 commit comments

Comments
 (0)