jeffhollan / LogicAppTemplateCreator

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

File Connector not getting any parameters #81

Closed MLogdberg closed 4 years ago

MLogdberg commented 4 years ago

When generating the template the File Connector parameters is empty.

{ "type": "Microsoft.Web/connections", "apiVersion": "2016-06-01", "location": "[parameters('logicAppLocation')]", "name": "[parameters('filesystem_name')]", "properties": { "api": { "id": "[concat('/subscriptions/',subscription().subscriptionId,'/providers/Microsoft.Web/locations/',parameters('logicAppLocation'),'/managedApis/filesystem')]" }, "displayName": "[parameters('filesystem_displayName')]" } }

MLogdberg commented 4 years ago

Fixed in #83