[Bug Report]: Automation Account module failing on one of the test files due to the jobSchedule
property
#1792
Labels
bug
Something isn't working
jobSchedule
property
#1792
Describe the bug
We have introduced a change a while back that replaces the name of the job schedule name from a GUID into the uniqueString()
function. As per the below commit history:
The unique string function does not produce a GUID according to the requirement of this parameter. Hence that is failing the job and we get the below error:
The
jobSchedule
name has to be a GUID and is not something we can control. Running the template multiple times although submitting a new guid, doesn't actually keep adding more job schedules. It just links the runbook to the schedule and maintains the original guid createdTo reproduce
Simply run the automation accounts module workflow
Code snippet
Relevant log output
The text was updated successfully, but these errors were encountered: