Skip to content

Instantly share code, notes, and snippets.

@kasunkv
Created January 19, 2020 06:28
Show Gist options
  • Save kasunkv/184f62c2a1e442052fd0a66331938b29 to your computer and use it in GitHub Desktop.
Save kasunkv/184f62c2a1e442052fd0a66331938b29 to your computer and use it in GitHub Desktop.
Enabling Microoft.TimeWindow feature filter.
{
...
"FeatureManagement": {
...
"Suggestion.User": {
"EnabledFor": [
{
"Name": "Microsoft.TimeWindow",
"Parameters": {
"Start": "Mon, 13 January 2020 00:00:00 GMT",
"End": "Mon, 20 January 2020 00:00:00 GMT"
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment