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 setConfigurationClientOptions.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 setAudienceexplicitly to override the inferred value.