Weekly Permissions sync 2026-09-05 - #1618
Open
David (marabooy) wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The newly added CrossTenantContentMigration consent descriptions contain grammatical errors (“your tenant’s all …”) that should be corrected before publishing.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Weekly permissions content sync updating the published permissions catalogs under permissions/new/, including new/updated permission definitions and deployment metadata consumed by downstream tooling (e.g., Graph Explorer/DevX content consumers).
Changes:
- Added new permission definitions for
CrossTenantContentMigration.Read.AllandCrossTenantContentMigration.ReadWrite.All. - Updated deployment metadata for
CrossTenantContentMigration.*and addedTeamworkTag.*.Groupdeployment entries. - Adjusted
TeamworkTag.*.Allpath mapping entries for Teams tags endpoints.
File summaries
| File | Description |
|---|---|
| permissions/new/provisioningInfo.json | Updates permission deployment metadata (visibility flags and new TeamworkTag.*.Group entries). |
| permissions/new/permissions.json | Adds CrossTenantContentMigration permissions and updates Teams tags endpoint mappings. |
Review details
Suppressed comments (3)
permissions/new/permissions.json:13606
- This description has the same grammatical issue ("your tenant's all ..."). Consider rephrasing to "all ... in your tenant" for clearer published text.
permissions/new/permissions.json:13639 - These descriptions use the ungrammatical phrase "your tenant's all ..."; rephrase to "all ... in your tenant" for clearer published consent text.
permissions/new/permissions.json:13645 - This description has the same grammatical issue ("your tenant's all ..."); rephrasing will improve the published consent description.
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+13598
to
+13600
| "adminDescription": "Allows the app to read your tenant's all cross tenant content migration job details on behalf of the signed-in user.", | ||
| "userDisplayName": "Read all cross tenant content migration job details", | ||
| "userDescription": "Allows the app to read your tenant's all cross tenant content migration job details on behalf of the signed-in user.", |
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-09-05