We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ef90e + d8166dc commit 79127a4Copy full SHA for 79127a4
articles/aks/use-azure-ad-pod-identity.md
@@ -312,7 +312,7 @@ az aks pod-identity delete --name ${POD_IDENTITY_NAME} --namespace ${POD_IDENTIT
312
```
313
314
```azurecli
315
-az aks update --resource-group myResourceGroup --cluster-name myAKSCluster --disable-pod-identity
+az aks update --resource-group myResourceGroup --name myAKSCluster --disable-pod-identity
316
317
318
## Clean up
0 commit comments