Skip to content

MicrosoftEntraIDGraphAPI: add warning about the collect of events#2923

Open
squioc wants to merge 2 commits intomainfrom
fix/MicrosoftEntraIDGraphAPIWarning
Open

MicrosoftEntraIDGraphAPI: add warning about the collect of events#2923
squioc wants to merge 2 commits intomainfrom
fix/MicrosoftEntraIDGraphAPIWarning

Conversation

@squioc
Copy link
Copy Markdown
Contributor

@squioc squioc commented Apr 9, 2026

No description provided.

@squioc squioc requested review from a team, Copilot and mchupeau-sk April 9, 2026 10:36
@squioc squioc added the enhancement New feature or request label Apr 9, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 warning admonition 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.

Comment on lines +37 to +38
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).
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
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).

Copilot uses AI. Check for mistakes.
Comment thread docs/integration/categories/iam/entra_id_graph_api.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Newest code from squioc has been published to preview environment

🚀 Latest deployment was built on 2026-04-09 10:47:50 (55d503563eb994521d5c7f08963d9729303e6b9e).

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +35 to 39

!!! 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).

Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
!!! 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).

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants