-
Notifications
You must be signed in to change notification settings - Fork 50
Weekly Permissions sync 2025-12-14 #1379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10849,6 +10849,81 @@ | |
| "ownerSecurityGroup": "DcsMsGraphSchemaAdmins" | ||
| } | ||
| }, | ||
| "CopilotPackages.Read.All": { | ||
| "authorizationType": "oAuth2", | ||
| "schemes": { | ||
| "DelegatedWork": { | ||
| "adminDisplayName": "Read all packages information", | ||
| "adminDescription": "Allows the user to read the packages information", | ||
| "userDisplayName": "Read all packages information", | ||
| "userDescription": "Allows the app to read packages information.", | ||
|
||
| "requiresAdminConsent": false, | ||
| "privilegeLevel": 3 | ||
| }, | ||
| "Application": { | ||
| "adminDisplayName": "Read all packages information", | ||
| "adminDescription": "Allows the app to read packages information without a signed-in user.", | ||
|
||
| "requiresAdminConsent": true, | ||
| "privilegeLevel": 4 | ||
| } | ||
| }, | ||
| "pathSets": [ | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
| "Application" | ||
| ], | ||
| "methods": [ | ||
| "GET" | ||
| ], | ||
| "paths": { | ||
| "/copilot/admin/catalog/packages": "least=DelegatedWork,Application", | ||
| "/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
| "ownerSecurityGroup": "m365adminsvcdevteam" | ||
| } | ||
| }, | ||
| "CopilotPackages.ReadWrite.All": { | ||
| "authorizationType": "oAuth2", | ||
| "schemes": { | ||
| "DelegatedWork": { | ||
| "adminDisplayName": "Read and update all packages information", | ||
| "adminDescription": "Allows the user to read and update the packages information", | ||
|
||
| "userDisplayName": "Read and update all packages information", | ||
| "userDescription": "Allows the app to read and update packages information.", | ||
|
||
| "requiresAdminConsent": true, | ||
| "privilegeLevel": 3 | ||
| }, | ||
| "Application": { | ||
| "adminDisplayName": "Read and update all packages information", | ||
| "adminDescription": "Allows the app to read and update packages information without a signed-in user.", | ||
|
||
| "requiresAdminConsent": true, | ||
| "privilegeLevel": 4 | ||
| } | ||
| }, | ||
| "pathSets": [ | ||
| { | ||
| "schemeKeys": [ | ||
| "DelegatedWork", | ||
| "Application" | ||
| ], | ||
| "methods": [ | ||
| "GET", | ||
| "POST" | ||
|
Comment on lines
+10913
to
+10915
|
||
| ], | ||
| "paths": { | ||
| "/copilot/admin/catalog/packages": "least=DelegatedWork,Application", | ||
| "/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application" | ||
| } | ||
| } | ||
| ], | ||
| "ownerInfo": { | ||
| "ownerSecurityGroup": "m365adminsvcdevteam" | ||
| } | ||
| }, | ||
| "CopilotSettings-LimitedMode.Read": { | ||
| "authorizationType": "oAuth2", | ||
| "schemes": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3510,15 +3510,15 @@ | |||||
| ], | ||||||
| "CopilotPackages.Read.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "id": "a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": false, | ||||||
| "isHidden": false, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "id": "72f0655d-6228-4ddc-8e1b-164973b9213b", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
|
|
@@ -3528,15 +3528,15 @@ | |||||
| ], | ||||||
| "CopilotPackages.ReadWrite.All": [ | ||||||
| { | ||||||
| "id": "", | ||||||
| "id": "e9c5fd18-ac15-43dd-9f5c-6f9611dd5604", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
| "isEnabled": false, | ||||||
| "isHidden": false, | ||||||
| "isEnabled": true, | ||||||
| "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" | ||||||
| }, | ||||||
| { | ||||||
| "id": "", | ||||||
| "id": "ed31732f-9495-47ed-ba3b-4ed0948c1c64", | ||||||
| "scheme": "Application", | ||||||
| "environment": "public", | ||||||
| "isHidden": true, | ||||||
|
|
@@ -15972,7 +15972,7 @@ | |||||
| { | ||||||
| "id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89", | ||||||
| "scheme": "DelegatedWork", | ||||||
| "environment": "PPE;public", | ||||||
| "environment": "", | ||||||
|
||||||
| "environment": "", | |
| "environment": "PPE;public", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description "Allows the user to read the packages information" is grammatically awkward. Consider using either "package information" (singular, more idiomatic) or "packages' information" (possessive plural) for better clarity and consistency with other permission descriptions.