jeffhollan / LogicAppTemplateCreator

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

Corrected case where parameter string default value is null #30

Closed bejo73 closed 6 years ago

bejo73 commented 6 years ago

When extracting a Logic App with defaultValue = null for parameter string type an exception is thrown. Added a correction to take care of this. Example that caused the error:

"INT123-SFTP_sshHostKeyFingerprint": { "type": "string", "defaultValue": null, "metadata": { "description": "SSH Host Key Finger-print" } },