jeffhollan / LogicAppTemplateCreator

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

Boolean parameters are not handled successfully #21

Closed dgrospelier closed 6 years ago

dgrospelier commented 6 years ago

Hi, When a FTP connection is used by the Logic App for example, there are multiple parameters for this connection that are of type Boolean (i.e isSSL for example). The value generated in the template for those parameters is not ok: it should be set to false or true and not False or True (the F and T must be in lower case) to be handled correctly in the JSON.

MLogdberg commented 6 years ago

Thanks dgrospelier for informing on this, I'll take a look at this.

MLogdberg commented 6 years ago

Issue is found and a fix is merged in.