devices - 51016 - Privileged Identity Management is enforced for Intune Administrator role assignments#1329
Open
sandeepjha000 wants to merge 3 commits into
Open
devices - 51016 - Privileged Identity Management is enforced for Intune Administrator role assignments#1329sandeepjha000 wants to merge 3 commits into
sandeepjha000 wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces new assessment checks (notably Devices test 51016 for Intune Administrator PIM enforcement) alongside additional new Intune/Azure-related assessments and a small report/visualization hardening change.
Changes:
- Adds new Devices assessments: 51016 (PIM enforcement for Intune Administrator) and 51015 (Intune Multi Admin Approval).
- Adds a new Device assessment: 51001 (Endpoint Privilege Management configured/assigned) plus accompanying markdown docs.
- Hardens report Sankey rendering by sanitizing link inputs; fixes CA devices overview aggregation and adds a Pester test for the corrected Sankey data totals.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/report/src/components/nivo/sankey.tsx | Filters out invalid Sankey links and sanitizes values before rendering. |
| src/powershell/tests/Test-Assessment.61023.ps1 | New AI Threat Detection assessment for Agent 365 connector presence in Sentinel. |
| src/powershell/tests/Test-Assessment.61023.md | Markdown guidance/remediation for assessment 61023. |
| src/powershell/tests/Test-Assessment.51016.ps1 | New Devices assessment enforcing PIM controls for Intune Administrator role. |
| src/powershell/tests/Test-Assessment.51016.md | Markdown guidance/remediation for assessment 51016. |
| src/powershell/tests/Test-Assessment.51015.ps1 | New Devices assessment validating Intune Multi Admin Approval policy configuration. |
| src/powershell/tests/Test-Assessment.51015.md | Markdown guidance/remediation for assessment 51015. |
| src/powershell/tests/Test-Assessment.51001.ps1 | New Device assessment for Endpoint Privilege Management policy configuration/assignment. |
| src/powershell/tests/Test-Assessment.51001.md | Markdown guidance/remediation for assessment 51001. |
| src/powershell/public/Connect-ZtAssessment.ps1 | Adjusts AIP environment mapping and S&C auth endpoint URIs. |
| src/powershell/private/tenantinfo/Add-ZtOverviewCaDevicesAllUsers.ps1 | Fixes sign-in count aggregation across buckets for the CA devices overview. |
| code-tests/commands/Add-ZtOverviewCaDevicesAllUsers.Tests.ps1 | Adds Pester coverage for the corrected CA devices Sankey totals. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Spec-51016