I have created a CI-CD pipeline to deploy pipelines from my development data factory to the production data factory and it works perfectly for the first run. However, when a change is made in the dev, for example,
renamed pipeline1 to pipeline001
the production data factory has a pipeline by the name pipeline001 and also pipeline1, both of which are the same. The issues persist for any kind of change and are not just restricted to renaming. I checked the JSON templates, which was found ok. Any help?