azureautomation / automation-packs

Collections of Automation resources that can include runbooks, configurations, modules, credentials, schedules, variables, connections, certificates, jobs, compilation jobs, and nodes.
MIT License
75 stars 42 forks source link

DSC Compilation job suspended does not fail ARM template deployment #19

Open bgelens opened 6 years ago

bgelens commented 6 years ago

When handling DSC compilation jobs with ARM templates and the compilation job suspends due to whatever reason, the ARM deployment will just go on monitoring forever and needs to be stopped manually. I would expect suspended to be handled the same as failed in this case.

osmayqc commented 2 years ago

Any updates?