jeffhollan / LogicAppTemplateCreator

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

parameter -DisableState #68

Open magnusdeboer opened 4 years ago

magnusdeboer commented 4 years ago

suggestion remove parameter -DisableState from Get-LogicAppTemplate

extract the WorkflowProperties object "state" and add a parameter with default value = "Enabled" This way we can control it in an easier way.

This will be helpful if we need to deploy a logicApp that we want to deploy but start up later.

hcrutz commented 4 years ago

I support this feature request. That's what I manually do to all exported templates.