Add container type registration audit events to SharePoint Embedded docs#10773
Conversation
|
Learn Build status updates of commit 7ee766d: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
7ee766d to
317853d
Compare
|
Learn Build status updates of commit 317853d: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
There was a problem hiding this comment.
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.mdarticle 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.
317853d to
0ef1b33
Compare
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 0ef1b33: ✅ Validation status: passed
For more details, please refer to the build report. |
gnjoseph
left a comment
There was a problem hiding this comment.
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>
0ef1b33 to
83c7609
Compare
PoliCheck Scan ReportThe 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 foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 83c7609: ✅ Validation status: passed
For more details, please refer to the build report. |
Category
Related issues
What's in this Pull Request?
Adds container type registration audit events section to the SharePoint Embedded audit log events article.
docs/embedded/compliance/audit-events.md— adds 3 container type registration operations (ContainerTypeRegistrationCreated, ContainerTypeRegistrationDeleted, ContainerTypeRegistrationUpdated)security-and-compliance.mdto mention registration eventsRelated documentation PRs