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

Domain.ReadWrite.All incorrectly says that "This permission does not have any graph methods published." #8

Open
cnotin opened this issue Dec 5, 2023 · 4 comments

Comments

@cnotin
Copy link

cnotin commented Dec 5, 2023

The page for Domain.ReadWrite.All says that:

This permission does not have any graph methods published

Whereas I can find at least those four MS Graph API that mention this permission:

So it seems that something is wrong ;)

@MartinM85
Copy link

Seems like almost all permissions say the same.

@cnotin
Copy link
Author

cnotin commented Feb 6, 2024

Not all of them, for example https://graphpermissions.merill.net/permission/Device.Read.All

@MartinM85
Copy link

I believe that the issue is somehow connected to permission tables in Graph API doc.
Some tables have two columns: https://learn.microsoft.com/en-us/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0&tabs=http#group-memberships-for-a-directory-object
Others have three columns: https://learn.microsoft.com/en-us/graph/api/domain-post-domains?view=graph-rest-1.0&tabs=http#permissions

I don't see any script how all pages are generated but I believe it parses data from GitHub repo for Graph API doc

@cnotin
Copy link
Author

cnotin commented Feb 6, 2024

That could explain it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants