How to export the configuration of Service Provider Connections in logic app
Hi,
I am creating an export github action for logic app. The goal is to export all the updated configuration made in the portal and make it into a pull request in the logic app github repo.
I have successfully exported the workflow files and the app-settings. But I also want to export the connections. We are currently using Service Provider Connections and I am currently unable to export those configurations.
Does anyone have the correct API-endpoint/az-command/powershell or whatever to export those values?