Skip to content

Conversation

@Hu6li
Copy link

@Hu6li Hu6li commented May 16, 2025

The Microsoft Graph Security API exposes multiple resource endpoints (e.g., alerts, incidents), but currently, only alerts is supported in this implementation.

While reviewing the code related to issue #96, I noticed that the input parameter named endpoint is actually being used to specify the API version (e.g., v1.0), not the actual resource endpoint. This is a bit misleading in terms of naming.

In this pull request, I've renamed the endpoint parameter to api_version to better reflect its purpose.

As a follow-up, I plan to introduce a new parameter named endpoint to specify the actual resource (e.g., alerts, incidents), which will make the module more flexible and allow support for other Graph Security API endpoints in the future.

@Hu6li
Copy link
Author

Hu6li commented Jun 4, 2025

Hi team,
Could you please provide an update on the status of this pull request? Are there any outstanding issues or blockers preventing it from being merged?
Thank you!

@Hu6li
Copy link
Author

Hu6li commented Jun 25, 2025

Hi @ayushghosh @JasonConger @nickshine @pellaredk, just checking in on this PR. Appreciate any feedback when you get a chance!

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

Successfully merging this pull request may close these issues.

1 participant