Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval property is not an integer anymore but object #23

Open
VladimirtheGreatest opened this issue Jul 3, 2021 · 0 comments
Open

Comments

@VladimirtheGreatest
Copy link

Hey there, according to microsoft documentation https://docs.microsoft.com/en-us/azure/templates/microsoft.automation/automationaccounts/schedules?tabs=json
arm template "type": "Microsoft.Automation/automationAccounts/schedules", has got property interval which is an object "interval": {}, . I would like to create a schedule for my automation job but I want a recurring job, however I have got no idea what should be passed to that object, every single tutorial or example in azureautomation repo has got this property as an integer. Any idea what kind of key value pair or any specific object should be passed to this property so I can make my schedule recurring? Thanks I tried to pass different values such as "interval": {interval :1}, but there are no many different possible scenarios. Also if you know any other way how I could make my schedule recurring, unfortunately if I pass different value than "OneTime" to the property frequency I get an error saying that for recurring jobs interval should be more than 1, but without example I find it really frustrating to find out what should be there. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant