jeffhollan / LogicAppTemplateCreator

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

Null FTP parameters #37

Closed lfalck closed 5 years ago

lfalck commented 5 years ago

Hi!

These FTP parameters are generated with null values which causes the ARM template deploy to fail:

ftp_closeConnectionAfterRequestCompletion (default is false) ftp_password (should be empty string or dummy value?)

Best regards, Ludvig Falck

lfalck commented 5 years ago

You can close this, not sure if it was fixed or if i did something weird when it happened but i am getting correct (non null) values for ftp_closeConnectionAfterRequestCompletion and ftp_password now.

Thanks!

MLogdberg commented 5 years ago

Thanks for update!