Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 19, 2020 05:56
Show Gist options
  • Save kasunkv/d57a7727841b7da374a063f4af49c87f to your computer and use it in GitHub Desktop.
Save kasunkv/d57a7727841b7da374a063f4af49c87f to your computer and use it in GitHub Desktop.
Enabling Microsoft.Percentage feature filter
{
...
"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