Skip to content

Commit c20dbe1

Browse files
authored
Merge pull request #1098 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents faa32e4 + e247438 commit c20dbe1

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

Config/PermissionsTranslator.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5371,5 +5371,23 @@
53715371
"userConsentDescription": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
53725372
"userConsentDisplayName": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
53735373
"value": "TeamsTelephoneNumber.ReadWrite.All"
5374+
},
5375+
{
5376+
"description": "Allows the app to read and write Copilot policy settings for the organization, on behalf of the signed-in user.",
5377+
"displayName": "Read and write Copilot policy settings",
5378+
"id": "e2edbde8-4448-4e49-8ebb-d53ba72df0f3",
5379+
"Origin": "Delegated",
5380+
"userConsentDescription": "Allows the app to read and write Copilot policy settings for the organization, on your behalf.",
5381+
"userConsentDisplayName": "Read and write Copilot policy settings",
5382+
"value": "CopilotPolicySettings.ReadWrite"
5383+
},
5384+
{
5385+
"description": "Allows the app to read and write Copilot policy settings for the organization, without a signed-in user.",
5386+
"displayName": "Read and write Copilot policy settings",
5387+
"id": "cc147c17-b8e8-4d3f-9f94-aa9e279a079a",
5388+
"Origin": "Application",
5389+
"userConsentDescription": "Allows the app to read and write Copilot policy settings for the organization, without a signed-in user.",
5390+
"userConsentDisplayName": "Read and write Copilot policy settings",
5391+
"value": "CopilotPolicySettings.ReadWrite"
53745392
}
53755393
]

Config/SAMManifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,14 @@
610610
{
611611
"id": "1ff1be21-34eb-448c-9ac9-ce1f506b2a68",
612612
"type": "Scope"
613+
},
614+
{
615+
"id": "cc147c17-b8e8-4d3f-9f94-aa9e279a079a",
616+
"type": "Role"
617+
},
618+
{
619+
"id": "e2edbde8-4448-4e49-8ebb-d53ba72df0f3",
620+
"type": "Scope"
613621
}
614622
]
615623
},

0 commit comments

Comments
 (0)