ivywei0125
ivywei0125
What does this implement/fix? Explain your changes. --------------------------------------------------- … Does this close any currently open issues? ------------------------------------------ Any relevant logs, screenshots, error output, etc.? ------------------------------------- Any other comments? ------------------- …...
# Description Telemetry schema ``` { "telemetry": { "enabled": true, "metadata": { "key": "value", "key2": "value2" } } } ``` Metadata is represented by a dictionary of string keys and...
# Description When content type is json, we'll check if the value is a valid json. If invalid, throw `JsonProcessingException`. Before fix, for a key-value: `test_key: test_value`, the error message...
Add "Recurrence" parameter for TimeWindowFilter using Outlook-style schema: https://learn.microsoft.com/en-us/graph/outlook-schedule-recurring-events#using-patterns-and-ranges-to-create-recurring-events Example: ```yaml feature-management: feature-flags: feature-v: enabled-for: - name: TimeWindowFilter parameters: start: "Fri, 22 Mar 2024 20:00:00 GMT", end: "Mon, 01 July...