microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.05k stars 115 forks source link

Remove configuration reference from variant feature flag #488

Closed zhiyuanliang-ms closed 2 months ago

zhiyuanliang-ms commented 3 months ago

Why this PR?

489

Visible changes

configuration_reference is not longer supported.

zhenlan commented 2 months ago

@mrm9084 @zhiyuanliang-ms, just to confirm, we don't have this in the FM of other languages either, right?

rossgrambo commented 2 months ago

Python had it: https://github.com/microsoft/FeatureManagement-Python/pull/37