jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
144 stars 74 forks source link

Fixed exception on recurrence interval parameter extraction #140

Open chris-w-dev opened 1 year ago

chris-w-dev commented 1 year ago

Fixes #139 and correct preservation of the value in property startTime. One of the unit tests failed on the startTime, because it swapped day and month during parsing.

chris-w-dev commented 1 year ago

@MLogdberg have you seen this PR?