Skip to content

Commit dfa6638

Browse files
authored
Update workload-identity-deploy-cluster.md
1 parent 9559b8b commit dfa6638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ You can retrieve this information using the Azure CLI command: [az keyvault list
176176
To disable the Azure AD workload identity on the AKS cluster where it's been enabled and configured, you can run the following command:
177177
178178
```azurecli
179-
az aks update --resource-group myResourceGroup --name myAKSCluster --enable-workload-identity false
179+
az aks update --resource-group myResourceGroup --name myAKSCluster --disable-workload-identity
180180
```
181181

182182
## Next steps

0 commit comments

Comments
 (0)