Weekly Permissions sync 2026-08-11 - #1594
Open
David (marabooy) wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly permissions sync updating the permissions/new catalogs used by DevX/Graph Explorer for permission deployment metadata and API-path-to-scope mappings.
Changes:
- Updated
provisioningInfo.jsondeployment metadata (Zone visibility flags, Fairfax environment tagging) and added deployment entries forCopilotCostManagement.Read.All. - Added lifecycle workflows subject-processing-results summary route mapping.
- Added new permission definitions for
Zone.Read.AllandZone.ReadWrite.All, including their path sets.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Updates permission deployment metadata (visibility/environment) and adds a new permission deployment entry. |
| permissions/new/permissions.json | Extends path mappings and introduces Zone permission definitions and HTTP method coverage. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+64588
to
+64592
| "adminDescription": "Allows the app to read, create, update, and delete Zones and manage their environments in Microsoft Defender for Cloud for the signed-in user.", | ||
| "userDisplayName": "Read and manage all Zones in Microsoft Defender for Cloud", | ||
| "userDescription": "Allows the app to read, create, update, and delete Zones and manage their environments in Microsoft Defender for Cloud on behalf of the signed-in user..", | ||
| "requiresAdminConsent": true, | ||
| "privilegeLevel": 3 |
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.
Weekly Permissions sync 2026-08-11