Skip to content

Microsoft.Extensions.Azure_1.11.0

Latest
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Mar 21:54
2482a94

1.11.0 (2025-03-15)

Features Added

  • Added support for AzurePipelinesCredential in the client factory by specifying configuration item credential as "azurepipelines" and providing each credential parameter as a named configuration item.

Bugs Fixed

  • Fixed an issue when creating clients from configuration using the ASP.NET Core integration testing library, Microsoft.AspNetCore.Mvc.Testing. Due to a difference in how an section value is represented, logic was interpreting a setting with a child object as an empty connection string value. The child object is now properly parsed and applied for client construction. (#48368)