jeffhollan / LogicAppTemplateCreator

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

Custom Connector #122

Open marcintabaszewski opened 2 years ago

marcintabaszewski commented 2 years ago

1. The issue

I have Logic App and LogicApp Custom connector on Azure and they are working as expected; without any problem, the same goes with CI/CD behind, but when running the module Get-LogicAppTemplate I got the following error: image

2. The analysis

I tried to find where the problem was and it seems that it occurs on LogicApp Custom Connector, which is connected with LogicApp with API connection. As a reminder; the part that will be shown below is working perfectly and the connection is working as expected in Azure. If I deleted the below part of the code from Custom Connector the problem disappear and I can use the "Get-LogicAppTemplate" module without any issue image