I am trying to do an adf deployment from production instance into the development instance in order to sync up the recent changes on PROD ADF. In the production instance we do have linked services connecting to Gen1 ADLS and Gen2 ADLS.
But in DEV we do have only Gen2 ADLS available. Is there any way to convert/map the Linked Services with Gen1 ADLS into Gen2 at the time of deployment and vice versa.
Is there any other way to achieve the same like by replacing the linked service object in ARM template?