Azure – How can I call the /servicePrincipals(appId='{appId}') endpoint using the Microsoft Graph .NET SDK?
I want to retrieve the service principal object given an application ID. The .NET SDK provides the following endpoint for that: GET /servicePrincipals(appId='{appId}') However, I don't see how to call that endpoint, only the one with the service principal's object…