I have DEV and PROD ADF instances,
I export ARM template from DEV, change params and import ARM to PROD as a "release" workflow,
The problem is that ARM "merges" stuff instead of complete replacement, so if I delete pipeline in DEV it's still present in PROD after release
Is there a way to clean the whole ADF instance (delete all objects) so I could perform cleanup before release?