Skip to content

Azure.Data.AppConfiguration_1.11.0

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 24 Jul 01:18
be06b67

1.11.0 (2026-07-23)

Features Added

  • Improved authentication in sovereign clouds (such as Bleu) when using a TokenCredential. Previously, if you did not set ConfigurationClientOptions.Audience, the client fell back to the Azure Public Cloud audience and authentication could fail. The client now infers the correct Microsoft Entra audience from your App Configuration endpoint, so no additional configuration is required. Public, Azure China, and Azure US Government endpoints continue to work as before, and you can still set Audience explicitly to override the inferred value.