jeffhollan / LogicAppTemplateCreator

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

The parameter $connections name should be used instead of the connectionName #35

Closed joeyeng closed 5 years ago

joeyeng commented 5 years ago

The problem happens when the connectionName is different than the parameter $connections name. In my case the parameter $connections name was "azureblob_1", but the connectionName was "azureblob-1". The workflow definition itself refers to the parameter $connections name (azureblob_1), so I changed the parameter $connection to use that instead of connectionName. I added a test file with a new test for this scenario as well.

MLogdberg commented 5 years ago

Looks good, thanks!