Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Do not stop triggers when not planning for deployment #332

Closed NowinskiK closed 1 year ago

NowinskiK commented 1 year ago

Is your feature request related to a problem? Please describe. Latest new feature "Incremental Deployment" #195 helps a lot when it comes of deployment speed. Stopping/starting triggers is also time-consuming process, so would be good to avoid it for triggers that have not been changed and won't be republish.

Describe the solution you'd like Do not stop/start triggers that have not been changed. They won't be deployed, so stopping is not required.

Additional context This feature is extension of "Incremental Deployment" #195 introduced in ver.1.4.

NowinskiK commented 1 year ago

Related to #264