-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure cli credential is broken on Windows #18996
Comments
Changed in #15928 |
azure-sdk-for-go/sdk/azidentity/azure_cli_credential.go Lines 112 to 117 in 5e92ba5
So, the requirement is that This makes the error message in the linked issue pretty puzzling. I don't see how @weinong are you able to reproduce this? Have any other users reported it? |
I can't explain it, but the idea that I'm testing this on Windows 10. |
Sorry for the delay, I was out on vacation. I'm superstitious enough to try this on Windows 10 and it works for me there as well. As I showed above, we rely on I'm uncertain we can do anything in the Azure SDK to fix this, since we're using the standard library straightforwardly here, but we can collect more information and see whether anything comes to light. @weinong, if I put together a debug version of |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Waiting on a response from @weinong . I don't know anything about Go, and have no idea why |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Bug Report
azidentity, latest
What happened?
azure_cli_credential on Windows lauches
az
cli usingcmd.exe
under%SYSTEMROOT%
which is actually wrong.cmd.exe
is under%SYSTEMROOT%\system32
instead.this issue causes Azure/kubelogin#129
The text was updated successfully, but these errors were encountered: