jeffhollan / LogicAppTemplateCreator

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

HTTP AD Authentication, Authority is null #82

Closed MLogdberg closed 4 years ago

MLogdberg commented 4 years ago

When extracting Authority and it's not set the value is null, that breaks the deployment.

"HTTP-Authority": { "type": "string", "defaultValue": null },

MLogdberg commented 4 years ago

Solved in #83 now it's defaultValue is "" if nopt found