jeffhollan / LogicAppTemplateCreator

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

Fixes and updates to Parameter handling and triggers #5

Closed MLogdberg closed 7 years ago

MLogdberg commented 7 years ago

Fixed some parameter promotion bugs, int was converted to string and objects where not correctly promoted up to ARM level.

Added support/handling for File trigger and File list folder id with the Base64 code/decode.

Removed creation of Connection resource if it was a Gateway since it would write over username/passw with deployment and therefor "break" the running Logic App. (also if missed to set that the API Connection was Gateway on publish the API Connection was in need of recreation. (so therefor manual for now)

Trigger parameteras as Interval and frequency are now added as parameter to the ARM template to make it easier to have diffrent values in diffrent enviornment.s.