gbrueckl / Azure.DataFactory.LocalEnvironment

This code allows you to load any existing Azure Data Factory project file (*.dfproj) and perform further actions like "Export to ARM Template" or to debug custom C# activities
MIT License
26 stars 18 forks source link

Make Config-Files work with all Values #6

Closed gbrueckl closed 7 years ago

gbrueckl commented 7 years ago

currently, values coming from a Config file only overwrite properties which have a value of "". This is not consistent with how ADF works. ADFLocalEnvironment should replace all values defined in config files regardless of their original value

gbrueckl commented 7 years ago

fixed