MicrosoftEntraIDGraphAPI: add warning about the collect of events#2923
MicrosoftEntraIDGraphAPI: add warning about the collect of events#2923
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a documentation warning to the Microsoft Entra ID (Graph API) integration page to clarify which event types are collected and to direct users to the broader Entra ID integration when they need additional events.
Changes:
- Added a new
warningadmonition listing the only event types collected by this integration. - Added a link directing users to the Microsoft Entra ID (Azure AD) integration for broader event coverage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | ||
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](/integration/categories/iam/entra_id.md). |
There was a problem hiding this comment.
The admonition content lines are indented with tab characters. MkDocs/Python-Markdown admonitions are more reliably parsed with 4-space indentation, and this file already uses space indentation for the earlier "!!! Danger" block; please replace the tabs here with spaces to avoid rendering/lint inconsistencies.
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | |
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](/integration/categories/iam/entra_id.md). | |
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | |
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](/integration/categories/iam/entra_id.md). |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Newest code from squioc has been published to preview environment 🚀 Latest deployment was built on 2026-04-09 10:47:50 (55d503563eb994521d5c7f08963d9729303e6b9e). |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| !!! warning | ||
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | ||
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md). | ||
|
|
There was a problem hiding this comment.
The new !!! warning admonition body is indented with tabs and has trailing whitespace. In this file other admonitions use 4-space indentation, and tabs/trailing spaces can lead to inconsistent Markdown rendering; please switch the body indentation to 4 spaces and trim trailing spaces (you can also collapse the extra blank line before the admonition).
| !!! warning | |
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | |
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md). | |
| !!! warning | |
| This integration will **only** collect `Interactive user sign-in events`, `Federated sign-in events`, `Provisioning events` and `Audit logs`. | |
| If you need to collect more event types, please use the [Microsoft Entra ID (Azure AD)](entra_id.md). |
No description provided.