msgraph-sdk-java icon indicating copy to clipboard operation
msgraph-sdk-java copied to clipboard

appRoleAssignments is missing from servicePrincipalsWithAppId

Open eric-beyeler opened this issue 7 months ago • 1 comments

Is your feature request related to a problem? Please describe the problem.

The API support both of these: GET /servicePrincipals/{id}/appRoleAssignments GET /servicePrincipals(appId='{appId}')/appRoleAssignments

When i do .servicePrincipals().byServicePrincipalId() I can then do .appRoleAssignments().get() but when I do .servicePrincipalsWithAppId() it does not have the .appRoleAssignments() method.

Describe the solution you'd like.

Add the .appRoleAssignments() method to the ServicePrincipalsWithAppIdRequestBuilder

Additional context?

No response

eric-beyeler avatar Jul 01 '25 11:07 eric-beyeler

ping

eric-beyeler avatar Nov 03 '25 14:11 eric-beyeler