1.45.0 (2025-02-11)
Acknowledgments
Thank you to our developer community members who helped to make the Azure.Core library better with their contributions to this release:
- Jero Bado (GitHub)
Features Added
- Added
MexicoCentral
andSpainCentral
locations toAzureLocation
struct. This was a community contribution, courtesy of jerobado. (#47862)
Bugs Fixed
- Fixed an issue where
BearerTokenAuthenticationPolicy
throwsArgumentOutOfRangeException
if theExpiresOn
property of the token is the default value. (#47040)
Other Changes
- Use
BinaryData.Empty
forPipelineResponse.Content
when HTTP message has no content.