Skip to content

Commit d8166dc

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#111828
Changes made in line no 315 Instead of az aks update --resource-group myResourceGroup --cluster-name myAKSCluster --disable-pod-identity should be az aks update --resource-group myResourceGroup --name myAKSCluster --disable-pod-identity
1 parent 8e2854e commit d8166dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-azure-ad-pod-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ az aks pod-identity delete --name ${POD_IDENTITY_NAME} --namespace ${POD_IDENTIT
312312
```
313313

314314
```azurecli
315-
az aks update --resource-group myResourceGroup --cluster-name myAKSCluster --disable-pod-identity
315+
az aks update --resource-group myResourceGroup --name myAKSCluster --disable-pod-identity
316316
```
317317

318318
## Clean up

0 commit comments

Comments
 (0)