Here's a quick review of the road so far:
CI CD in Azure Synapse Analytics Part 1
Creating an Azure DevOps project
Linking our Azure Synapse Analytics environment to that Project via Git ...
Hi Bradley_Ball quick question about the powershell task that removes the dev linked services. I had a few issues with it if I'm honest, I found that with
Remove-AzSynapseLinkedService was not in the list of cmdlets imported, changing to version 0.7.0 solved this for me. I also had to add a -Force command to the Remove-AzSynapseLinkedService task:
But hey, it's not developing if there isn't a failure.
What I did find however was that the Linked service that had Related objects (the default storage in my case) is not removed.
Before
Before
After After
How did you solve that issue if indeed you could? I noticed in your image there is 1 related object I assume its an Integration dataset. Have you a way to change the name of the service that Integration datasets are pointing to?