In Azure DevOps: Service Connections, there is an option for PowerPlatform. This service connection type takes a ClientSecret and an App Id to access a Dynamics 365 instance.
This is then used by Microsoft's Power Platform Tools to access online Dynamics 365 instances from a build pipeline.
What type of task input is this? I have tried:
- "type": "connectedService:PowerPlatform"
- "type": "connectedService:PowerPlatformSPN"
- "type": "connectedService:SPN"
(based on the YAML for the Microsoft Power Platform Tools)
I haven't been able to find any documentation on this type of Service connection
