Data 35039 Copilot Communication Compliance Monitoring Configured#776
Data 35039 Copilot Communication Compliance Monitoring Configured#776
Conversation
4089c11 to
fd71a24
Compare
There was a problem hiding this comment.
Pull request overview
This pull request adds a new assessment test and associated remediation guidance to verify that Communication Compliance is configured to monitor Copilot interactions.
Changes:
- Introduces
Test-Assessment-35039PowerShell test to detect Communication Compliance supervisory review rules targeting Copilot, ensure associated policies are enabled with review mailboxes, and optionally check Unified Audit Log evidence. - Adds
Test-Assessment.35039.mddocumentation describing the rationale and remediation steps for configuring Copilot-related Communication Compliance policies. - (Note:
TestMeta.jsoncurrently has no entry for TestId35039; if the harness depends on it, a follow-up change may be needed to register this test.)
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/powershell/tests/Test-Assessment.35039.ps1 | New test implementation that queries supervisory review rules/policies, evaluates Copilot-targeting configuration and enabled state, and generates detailed markdown output including audit-log evidence. |
| src/powershell/tests/Test-Assessment.35039.md | New remediation guidance and verification steps for configuring and validating Communication Compliance policies targeting Copilot interactions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexandair
left a comment
There was a problem hiding this comment.
Why are you wrapping code in @()?
The @() around command output/pipelines can be useful in some cases, but the codebase generally doesn't use this pattern constantly.
Please, remove all the unnecessary @() wrappers.
b7bb889 to
0735613
Compare
0735613 to
8044bae
Compare
Hi @alexandair I have removed it. Changes are ready for review, except for broken link. |
alexandair
left a comment
There was a problem hiding this comment.
@komalp2025 A broken link in .md still needs to be fixed.
LGTM
Updated links in Test-Assessment.35039.md for accuracy.
Hi @alexandair I have updated the broken link. |
Task ID - https://github.com/microsoft/ztspecs/issues/130