jeffhollan / LogicAppTemplateCreator

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

Added Support for Multitenant, push of parameters and bug fix api connections #1

Closed MLogdberg closed 8 years ago

MLogdberg commented 8 years ago

Added support for multitenant, meaning that users that have multiple tenants can target a a specific tenant when authenticating. Solves problem of "Not Authenticated" when the subscription is not placed in the default tenant.

Pushing Logic App parameters to Template parameters for easier parameterization (filter on parameters not starting with $ i.e. connections)

Fixed a bug with API Connections where the current subscription was hard coded in the template, now properly using the subscription().id so that the connection is linked via the current subscription.

jeffhollan commented 8 years ago

Thanks this is awesome - meant to make the subscription().id change as well. Appreciate it.

MLogdberg commented 8 years ago

No problem, just glad you liked it :+1: