Skip to content
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

Dependency on Azure.Identity Version 1.12.0 which contains bug #63

Closed
YotamEN opened this issue Aug 22, 2024 · 9 comments
Closed

Dependency on Azure.Identity Version 1.12.0 which contains bug #63

YotamEN opened this issue Aug 22, 2024 · 9 comments

Comments

@YotamEN
Copy link

YotamEN commented Aug 22, 2024

This package uses Azure.Identity Version 1.12.0 which contains a bug causing timeouts while trying to authenticate with Azure resources.
You should use an older version / check if they have fixed and provided a newer version.

See Azure/azure-sdk-for-net#44817

@isacruzramos
Copy link

Its the azure.core 1.40 that has the bug, not the Azure.Identity 1.12 correct?

@YotamEN
Copy link
Author

YotamEN commented Oct 10, 2024

Azure.Identity 1.12 definitely has a bug, I don’t know if it’s because it is dependent on a bad version of Azure.Core or if it’s a separate issue. But we’ve had a lot of issues with 1.12, had to revert to older versions.

@isacruzramos
Copy link

@YotamEN this is the bug in Azure.Core 1.40 that causes time outs as token refreshes:
Azure/azure-sdk-for-net#44817

@philon-msft
Copy link
Contributor

Thanks all for reporting this. The next release of this package (coming soon) will use Azure.Identity 1.12.1 (or newer). If I understand correctly, that will fix the issue.

@anhhnguyen206
Copy link

@philon-msft Hi, is there an ETA for the next release? I'm looking to soon integrate this into my project and wonder if this bug has been fixed.

@philon-msft
Copy link
Contributor

The next release should come out next week

@anhhnguyen206
Copy link

@philon-msft thank you very much for the prompt response!

@philon-msft
Copy link
Contributor

v3.2.0 referencing Azure.Identity 1.13.1 has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants