Created
January 19, 2020 06:28
-
-
Save kasunkv/184f62c2a1e442052fd0a66331938b29 to your computer and use it in GitHub Desktop.
Enabling Microoft.TimeWindow 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.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