Closed YotamEN closed 2 weeks ago
Its the azure.core 1.40 that has the bug, not the Azure.Identity 1.12 correct?
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.
@YotamEN this is the bug in Azure.Core 1.40 that causes time outs as token refreshes: https://github.com/Azure/azure-sdk-for-net/issues/44817
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.
@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.
The next release should come out next week
@philon-msft thank you very much for the prompt response!
v3.2.0 referencing Azure.Identity 1.13.1 has been released
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 https://github.com/Azure/azure-sdk-for-net/issues/44817