-
Notifications
You must be signed in to change notification settings - Fork 104
Description
Describe the bug
The API documentation as well as Graph Explorer itself list a number of resources that do not appear to be available. Specifically in the partner/securityScore group. These are all in beta, but they should still work. Some of them work fine, but others give a 404. I'm specifically getting 404s for:
- beta/security/partner/securityScore/history
- beta/security/partner/securityScore/requirements
Graph Explorer also suggests the presence of some more specific endpoints where an id can be provided, for example for customerInsights, which does not appear anywhere in the documentation.
To Reproduce
Steps to reproduce the behavior:
- Go to Graph Explorer
- Click on Api Explorer
- Click on "Beta ver."
- Scroll down to "security/partner/securityScore/requirements"
- Run the query after consenting to the appropriate permissions
Expected behavior
A result that indicates success, or failure for whatever reason. Not a 404.
Desktop (please complete the following information):
This seems irrelevant, but sure.
- OS: Windows 11
- Browser Firefox
- Version 141
Additional context
This is in the context of a tenant that is a CSP sandbox. I'm observing the same in a different tenant that is a regular CSP tenant.
In both the securityScore and securityScore/customerInsights work without issues, but history and requirements fail with a 404.
Furthermore, I'm observing the exact same behaviour when calling the API from an application (.NET) via REST.