I am using logic apps of type consumption in developer environment. I want to use same logic app for all other environments like Test, QA, Prod. With the help of azure devops arm templates deploying logic apps to other environments. Here I am unable to track Dev, Test, QA, Prod environments. So I have created a folder of logic app with the respective parameters files.
Folder Structure

Here definition file is common for all environments in which it is does not have connections information. But while updating the logic app it agian returning connections info which i need to modify manually.
Can I know how to get logic app defintion file without connection information in it?