win_scheduled_task: add deprecation warning for repetition format (#45468)

* win_scheduled_task: add deprecation warning for repetition format

* fixed up sanity issues
This commit is contained in:
Jordan Borean 2018-09-11 14:22:57 +10:00 committed by GitHub
commit ec6d82435f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 95 additions and 44 deletions

View file

@ -468,7 +468,7 @@ EXAMPLES = r'''
triggers:
- type: registration
repetition:
- interval: PT1M
interval: PT1M
duration: PT5M
stop_at_duration_end: yes
'''