Created
January 19, 2020 05:56
-
-
Save kasunkv/d57a7727841b7da374a063f4af49c87f to your computer and use it in GitHub Desktop.
Enabling Microsoft.Percentage feature filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"FeatureManagement": { | |
... | |
"Suggestion.User": { | |
"EnabledFor": [ | |
{ | |
"Name": "Microsoft.Percentage", | |
"Parameters": { | |
"Value": 50 | |
} | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment