jeffhollan / LogicAppTemplateCreator

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

IncludeInitializeVariable #54

Closed Splaxi closed 4 years ago

Splaxi commented 5 years ago

Implementation of the IncludeInitializeVariable parameter

Contains: 1 x unit test for IncludeInitializeVariable not set (standard behavior) 1 x unit test for IncludeInitializeVariable set (new implementation) 1 x sample file with a valid initialize variable example

Splaxi commented 5 years ago

All non-set / non-assigned variables are excluded, simply because I can't think of a case where you check-in code, where the variable isn't set to a value, but you want it set when deploying to the next environment.