Merge pull request #6302 from MicrosoftDocs/evmill-patch-2

SmartRetry case sensitive
This commit is contained in:
Jeff Borsecnik 2022-02-23 09:32:22 -08:00 committed by GitHub
commit 4c5ffff985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -834,6 +834,9 @@ Value type is string.
<!--/Description--> <!--/Description-->
<!--SupportedValues--> <!--SupportedValues-->
> [!NOTE]
> The check for recurrence is done in a case sensitive manner. For instance the value needs to be “Daily” instead of “daily”. The wrong case will cause SmartRetry to fail to execute.
<!--/SupportedValues--> <!--/SupportedValues-->
<!--Example--> <!--Example-->
Sample SyncML: Sample SyncML:
@ -853,7 +856,7 @@ Sample SyncML:
</Meta> </Meta>
<Data> <Data>
<ForceRestart StartDateTime="2018-03-28T22:21:52Z" <ForceRestart StartDateTime="2018-03-28T22:21:52Z"
Recurrence="[none/daily/weekly/monthly]" Recurrence="[None/Daily/Weekly/Monthly]"
DayOfWeek=”1” DayOfWeek=”1”
DayOfMonth=”12” DayOfMonth=”12”
RunIfTaskIsMissed=”1”/> RunIfTaskIsMissed=”1”/>