Skip to content

Commit 028ca61

Browse files
committed
Weekly Permissions sync 2025-12-14
1 parent ee2176c commit 028ca61

File tree

2 files changed

+84
-9
lines changed

2 files changed

+84
-9
lines changed

permissions/new/permissions.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10849,6 +10849,81 @@
1084910849
"ownerSecurityGroup": "DcsMsGraphSchemaAdmins"
1085010850
}
1085110851
},
10852+
"CopilotPackages.Read.All": {
10853+
"authorizationType": "oAuth2",
10854+
"schemes": {
10855+
"DelegatedWork": {
10856+
"adminDisplayName": "Read all packages information",
10857+
"adminDescription": "Allows the user to read the packages information",
10858+
"userDisplayName": "Read all packages information",
10859+
"userDescription": "Allows the app to read packages information.",
10860+
"requiresAdminConsent": false,
10861+
"privilegeLevel": 3
10862+
},
10863+
"Application": {
10864+
"adminDisplayName": "Read all packages information",
10865+
"adminDescription": "Allows the app to read packages information without a signed-in user.",
10866+
"requiresAdminConsent": true,
10867+
"privilegeLevel": 4
10868+
}
10869+
},
10870+
"pathSets": [
10871+
{
10872+
"schemeKeys": [
10873+
"DelegatedWork",
10874+
"Application"
10875+
],
10876+
"methods": [
10877+
"GET"
10878+
],
10879+
"paths": {
10880+
"/copilot/admin/catalog/packages": "least=DelegatedWork,Application",
10881+
"/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application"
10882+
}
10883+
}
10884+
],
10885+
"ownerInfo": {
10886+
"ownerSecurityGroup": "m365adminsvcdevteam"
10887+
}
10888+
},
10889+
"CopilotPackages.ReadWrite.All": {
10890+
"authorizationType": "oAuth2",
10891+
"schemes": {
10892+
"DelegatedWork": {
10893+
"adminDisplayName": "Read and update all packages information",
10894+
"adminDescription": "Allows the user to read and update the packages information",
10895+
"userDisplayName": "Read and update all packages information",
10896+
"userDescription": "Allows the app to read and update packages information.",
10897+
"requiresAdminConsent": true,
10898+
"privilegeLevel": 3
10899+
},
10900+
"Application": {
10901+
"adminDisplayName": "Read and update all packages information",
10902+
"adminDescription": "Allows the app to read and update packages information without a signed-in user.",
10903+
"requiresAdminConsent": true,
10904+
"privilegeLevel": 4
10905+
}
10906+
},
10907+
"pathSets": [
10908+
{
10909+
"schemeKeys": [
10910+
"DelegatedWork",
10911+
"Application"
10912+
],
10913+
"methods": [
10914+
"GET",
10915+
"POST"
10916+
],
10917+
"paths": {
10918+
"/copilot/admin/catalog/packages": "least=DelegatedWork,Application",
10919+
"/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application"
10920+
}
10921+
}
10922+
],
10923+
"ownerInfo": {
10924+
"ownerSecurityGroup": "m365adminsvcdevteam"
10925+
}
10926+
},
1085210927
"CopilotSettings-LimitedMode.Read": {
1085310928
"authorizationType": "oAuth2",
1085410929
"schemes": {

permissions/new/provisioningInfo.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3510,15 +3510,15 @@
35103510
],
35113511
"CopilotPackages.Read.All": [
35123512
{
3513-
"id": "",
3513+
"id": "a2dcfcb9-cbe8-4d42-812d-952e55cf7f3f",
35143514
"scheme": "DelegatedWork",
35153515
"environment": "public",
3516-
"isHidden": true,
3517-
"isEnabled": false,
3516+
"isHidden": false,
3517+
"isEnabled": true,
35183518
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
35193519
},
35203520
{
3521-
"id": "",
3521+
"id": "72f0655d-6228-4ddc-8e1b-164973b9213b",
35223522
"scheme": "Application",
35233523
"environment": "public",
35243524
"isHidden": true,
@@ -3528,15 +3528,15 @@
35283528
],
35293529
"CopilotPackages.ReadWrite.All": [
35303530
{
3531-
"id": "",
3531+
"id": "e9c5fd18-ac15-43dd-9f5c-6f9611dd5604",
35323532
"scheme": "DelegatedWork",
35333533
"environment": "public",
3534-
"isHidden": true,
3535-
"isEnabled": false,
3534+
"isHidden": false,
3535+
"isEnabled": true,
35363536
"resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9"
35373537
},
35383538
{
3539-
"id": "",
3539+
"id": "ed31732f-9495-47ed-ba3b-4ed0948c1c64",
35403540
"scheme": "Application",
35413541
"environment": "public",
35423542
"isHidden": true,
@@ -15972,7 +15972,7 @@
1597215972
{
1597315973
"id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89",
1597415974
"scheme": "DelegatedWork",
15975-
"environment": "PPE;public",
15975+
"environment": "",
1597615976
"isHidden": false,
1597715977
"isEnabled": true,
1597815978
"resourceAppId": ""

0 commit comments

Comments
 (0)