Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

Exclude feature flags from loaded settings #55

Closed Eskibear closed 3 months ago

Eskibear commented 3 months ago

Context information

According to Feature Management design, the loaded key-values should be:

Current behavior

Feature flags will be loaded and treated as JSON objects if customer specifies proper selectors, e.g. keyFilter: " .appconfig.featureflag/*"

Expected behavior

Before FM is supported, the default behavior should be consistent with FM is disabled. We should exclude feature flags. This will avoid future breaking change.

zhiyuanliang-ms commented 3 months ago

Will it be a separated PR to add feature flag option (the example usage in the design doc of JS FM)?

Eskibear commented 3 months ago

@zhiyuanliang-ms Yes, there will be a separate PR supporting FM. That will not be included in 1.0.0-preview.