Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent usage of service principal #2558

Open
zorgoz opened this issue Jun 20, 2024 · 1 comment
Open

Inconsistent usage of service principal #2558

zorgoz opened this issue Jun 20, 2024 · 1 comment
Labels
dependency:metadata Awaiting fix from core dependency project module type:bug A broken experience

Comments

@zorgoz
Copy link

zorgoz commented Jun 20, 2024

public Microsoft.Graph.ServicePrincipalsWithAppId.ServicePrincipalsWithAppIdRequestBuilder ServicePrincipalsWithAppId(string appId)

ServicePrincipalsWithAppIdRequestBuilder does not expose the same methods as ServicePrincipalsRequestBuilder. For example, there is no AppRoleAssignedTo in the former, whilst it is in the latter, and https://graph.microsoft.com/v1.0/servicePrincipals(appId='ab7752ff-3c3a-abcd-xyzw-d6c3349bf789')/appRoleAssignedTo works just fine.

@andrueastman
Copy link
Member

Thanks for raising this @zorgoz

This is currently inhibited due to the large size of the openApi metadata which currently does not include child paths in alternate keys. This is related to microsoft/OpenAPI.NET.OData#459

@andrueastman andrueastman added type:bug A broken experience dependency:metadata Awaiting fix from core dependency project module labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency:metadata Awaiting fix from core dependency project module type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants