Open spkane opened 1 day ago
Sounds like an outdated extension as in https://github.com/Azure/azure-cli/issues/30305#issuecomment-2468670606, does updating it help? Azure extensions are installed outside of homebrew in ~/.azure/cliextensions
so I'm not sure there's much we can do unfortunately
Had the same issue, indeed it helped to update the aks-preview extension
az extension update -n aks-preview --allow-preview true
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I am trying to run an Azure CLI command. Specifically,
az aks get-credentials --resource-group "workstation" --context "lab" --name "workstation" --admin
.What happened (include all command output)?
I got this error message:
What did you expect to happen?
I expected the command to work. Something like this:
Step-by-step reproduction instructions (by running
brew
commands)Additional Notes
/opt/homebrew/Cellar/azure-cli/2.66.0/libexec/bin/pip install azure-graphrbac
.