Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 21 additions & 9 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -37502,8 +37502,8 @@
"/policies/claimsmappingpolicies": "least=DelegatedWork,Application",
"/policies/claimsmappingpolicies/{id}": "least=DelegatedWork,Application",
"/policies/claimsmappingpolicies/{id}/appliesto": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy": "",
"/policies/crosstenantaccesspolicy/default": "",
"/policies/crosstenantaccesspolicy/default/m365Capabilities": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantCalendarAvailabilityBasic": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantCalendarAvailabilityLimitedDetails": "least=DelegatedWork,Application",
Expand All @@ -37515,9 +37515,9 @@
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantOpenProfileCard": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantPlacesDeskBooking": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/default/m365Capabilities/crossTenantPlacesRoomBooking": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners": "",
"/policies/crosstenantaccesspolicy/partners/{id}": "",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": "",
"/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities/crossTenantCalendarAvailabilityBasic": "least=DelegatedWork,Application",
"/policies/crosstenantaccesspolicy/partners/{id}/m365Capabilities/crossTenantCalendarAvailabilityLimitedDetails": "least=DelegatedWork,Application",
Expand Down Expand Up @@ -39038,7 +39038,22 @@
"Application"
],
"methods": [
"GET",
"GET"
],
"paths": {
"/policies/crosstenantaccesspolicy": "",
"/policies/crosstenantaccesspolicy/default": "",
"/policies/crosstenantaccesspolicy/partners": "",
"/policies/crosstenantaccesspolicy/partners/{id}": "",
"/policies/crosstenantaccesspolicy/partners/{id}/identitysynchronization": ""
}
},
{
"schemeKeys": [
"DelegatedWork",
"Application"
],
"methods": [
"PATCH"
],
"paths": {
Expand All @@ -39064,7 +39079,6 @@
"Application"
],
"methods": [
"GET",
"POST"
],
"paths": {
Expand All @@ -39078,7 +39092,6 @@
],
"methods": [
"DELETE",
"GET",
"PATCH"
],
"paths": {
Expand All @@ -39092,7 +39105,6 @@
],
"methods": [
"DELETE",
"GET",
"PATCH",
"PUT"
],
Expand Down
36 changes: 36 additions & 0 deletions permissions/new/provisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11014,6 +11014,24 @@
"resourceAppId": ""
}
],
"Policy.Read.CrossTenantAccess": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
"scheme": "Application",
"environment": "public",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
],
Comment on lines +11017 to +11034
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id is set to an empty string for the newly added permissions, and environment is also empty for PreAuthorizationGrant.Read.All. If downstream tooling expects a real scope/appRole GUID and a non-empty environment (as it appears to for other entries), these records will be unusable and may cause lookups/exports to fail. Populate the correct id values (scope/appRole IDs) and set environment consistently (e.g., "public"), or omit these entries until the authoritative IDs are available.

Copilot uses AI. Check for mistakes.
"Policy.Read.DeviceConfiguration": [
{
"id": "3616a4b0-6746-49c4-a678-4c237599074d",
Expand Down Expand Up @@ -27620,6 +27638,24 @@
"resourceAppId": "00000002-0000-0000-c000-000000000000",
"scheme": "DelegatedWork"
}
],
"PreAuthorizationGrant.Read.All": [
{
"id": "",
"scheme": "DelegatedWork",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
},
{
"id": "",
"scheme": "Application",
"environment": "",
"isHidden": true,
"isEnabled": true,
"resourceAppId": "00000002-0000-0000-c000-000000000000"
}
]
Comment on lines +27642 to 27659
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

id is set to an empty string for the newly added permissions, and environment is also empty for PreAuthorizationGrant.Read.All. If downstream tooling expects a real scope/appRole GUID and a non-empty environment (as it appears to for other entries), these records will be unusable and may cause lookups/exports to fail. Populate the correct id values (scope/appRole IDs) and set environment consistently (e.g., "public"), or omit these entries until the authoritative IDs are available.

Copilot uses AI. Check for mistakes.
}
}