Skip to content

Commit 40bf908

Browse files
authored
Merge pull request #108806 from jroggeman/update-wid-docs
Update workload-identity-deploy-cluster.md
2 parents f93bf2a + dfa6638 commit 40bf908

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)