Commit d8166dc
authored
(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-identity1 parent 8e2854e commit d8166dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
0 commit comments