linglingye001
linglingye001
draft release notes for v2.1.0
Making `enabled` and `conditions` optional according to the [Feature Flag schema](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureFlag.v2.0.0.schema.json), where only `id` is required.
Users running in clouds other than the public cloud must correctly configure ConfigurationClientOptions.Audience when using the ConfigurationClient from the Azure SDK. There are two main ways users can misconfigure They...