msgraph-sdk-java
msgraph-sdk-java copied to clipboard
appRoleAssignments is missing from servicePrincipalsWithAppId
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
ping