Skip to content

Add container type registration audit events to SharePoint Embedded docs#10773

Open
gnjoseph wants to merge 1 commit into
SharePoint:mainfrom
gnjoseph:users/grjoseph/add-container-type-registration-audit-events
Open

Add container type registration audit events to SharePoint Embedded docs#10773
gnjoseph wants to merge 1 commit into
SharePoint:mainfrom
gnjoseph:users/grjoseph/add-container-type-registration-audit-events

Conversation

@gnjoseph

@gnjoseph gnjoseph commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

Category

  • Content fix
  • New article

Related issues

What's in this Pull Request?

Adds container type registration audit events section to the SharePoint Embedded audit log events article.

  • Updated article: docs/embedded/compliance/audit-events.md — adds 3 container type registration operations (ContainerTypeRegistrationCreated, ContainerTypeRegistrationDeleted, ContainerTypeRegistrationUpdated)
  • Updated search section with both activity categories
  • Updated cross-reference in security-and-compliance.md to mention registration events

Related documentation PRs

  • Purview-pr PR #7280 — Container Type Registration activities section
  • office-365-management-api PR #548 — SharePointAuditOperation enum additions
  • Auditing PR #5033059 — AuditOperationsGateConfig.csv + SharePointBaseSchema.xml onboarding
  • M365SCC-Client PR #5033060 — Purview portal UI

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 7ee766d:

✅ Validation status: passed

File Status Preview URL Details
docs/embedded/compliance/audit-events.md ✅Succeeded View
docs/embedded/compliance/security-and-compliance.md ✅Succeeded View
docs/toc.yml ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

Comment thread docs/embedded/compliance/security-and-compliance.md
@gnjoseph gnjoseph force-pushed the users/grjoseph/add-container-type-registration-audit-events branch from 7ee766d to 317853d Compare June 18, 2026 20:23
@gnjoseph gnjoseph marked this pull request as ready for review June 18, 2026 20:23
@gnjoseph gnjoseph changed the title [Draft] Add container type registration audit events to SharePoint Embedded docs Add container type registration audit events to SharePoint Embedded docs Jun 18, 2026
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 317853d:

❌ Validation status: errors

Please follow instructions here which may help to resolve issue.

File Status Preview URL Details
❌Error Details

  • [Error: CannotMergeCommit] Cannot merge commit 317853d81fad2687e0edd77443464aed81a4c5b0 in branch users/grjoseph/add-container-type-registration-audit-events of repository https://github.com/gnjoseph/sp-dev-docs into branch main (commit 57989618a829df05a6f6f31464955b70e60c687d). Please follow this documentation: https://help.github.com/articles/resolving-a-merge-conflict-using-the-command-line/ to use git.exe to resolve you content conflicts locally and then push to remote.

For more details, please refer to the build report.

Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds/updates SharePoint Embedded compliance documentation to include a dedicated “Audit log events” reference page covering container type and container type registration audit operations, and wires it into navigation and cross-references.

Changes:

  • Adds a new audit-events.md article documenting container type + container type registration audit operations and how to search them.
  • Updates the SharePoint Embedded Compliance TOC to include the new Audit log events page.
  • Updates the Security and Compliance article to cross-link to the new audit events reference.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
docs/toc.yml Adds the “Audit log events” entry under SharePoint Embedded > Compliance.
docs/embedded/compliance/security-and-compliance.md Adds a cross-reference to the new audit events article.
docs/embedded/compliance/audit-events.md New article describing audit operations, categories, search steps, and schema reference.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/embedded/compliance/audit-events.md Outdated
Comment thread docs/embedded/compliance/audit-events.md
Comment thread docs/embedded/compliance/security-and-compliance.md
@gnjoseph gnjoseph force-pushed the users/grjoseph/add-container-type-registration-audit-events branch from 317853d to 0ef1b33 Compare June 18, 2026 20:39
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 0ef1b33:

✅ Validation status: passed

File Status Preview URL Details
docs/embedded/compliance/audit-events.md ✅Succeeded View
docs/embedded/compliance/security-and-compliance.md ✅Succeeded View

For more details, please refer to the build report.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 2 out of 2 changed files in this pull request and generated 4 comments.

Comment thread docs/embedded/compliance/audit-events.md Outdated
Comment thread docs/embedded/compliance/audit-events.md Outdated
Comment thread docs/embedded/compliance/audit-events.md
Comment thread docs/embedded/compliance/security-and-compliance.md

@gnjoseph gnjoseph left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Addressed in the rebase: the file was renormalized to LF, so the diff now shows only the intended content change.

Adds container type registration audit events to the SharePoint Embedded
audit log events article on top of the merged container type activities
(SharePoint#10772):
- New "Container type registration activities" section with the three
  ContainerTypeRegistration operations
- Updates description, intro, search guidance, and schema reference to
  cover registration events
- Adds Consuming Tenant Admin to related content
- Expands the cross-reference in security-and-compliance.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@gnjoseph gnjoseph force-pushed the users/grjoseph/add-container-type-registration-audit-events branch from 0ef1b33 to 83c7609 Compare June 19, 2026 18:08
@learn-build-service-prod

Copy link
Copy Markdown
Contributor

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 83c7609:

✅ Validation status: passed

File Status Preview URL Details
docs/embedded/compliance/audit-events.md ✅Succeeded View
docs/embedded/compliance/security-and-compliance.md ✅Succeeded View

For more details, please refer to the build report.

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.

3 participants