Skip to content
Merged
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
18 changes: 18 additions & 0 deletions Config/PermissionsTranslator.json
Original file line number Diff line number Diff line change
Expand Up @@ -5371,5 +5371,23 @@
"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.",
"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.",
"value": "TeamsTelephoneNumber.ReadWrite.All"
},
{
"description": "Allows the app to read and write Copilot policy settings for the organization, on behalf of the signed-in user.",
"displayName": "Read and write Copilot policy settings",
"id": "e2edbde8-4448-4e49-8ebb-d53ba72df0f3",
"Origin": "Delegated",
"userConsentDescription": "Allows the app to read and write Copilot policy settings for the organization, on your behalf.",
"userConsentDisplayName": "Read and write Copilot policy settings",
"value": "CopilotPolicySettings.ReadWrite"
},
{
"description": "Allows the app to read and write Copilot policy settings for the organization, without a signed-in user.",
"displayName": "Read and write Copilot policy settings",
"id": "cc147c17-b8e8-4d3f-9f94-aa9e279a079a",
"Origin": "Application",
"userConsentDescription": "Allows the app to read and write Copilot policy settings for the organization, without a signed-in user.",
"userConsentDisplayName": "Read and write Copilot policy settings",
"value": "CopilotPolicySettings.ReadWrite"
}
]
8 changes: 8 additions & 0 deletions Config/SAMManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,14 @@
{
"id": "1ff1be21-34eb-448c-9ac9-ce1f506b2a68",
"type": "Scope"
},
{
"id": "cc147c17-b8e8-4d3f-9f94-aa9e279a079a",
"type": "Role"
},
{
"id": "e2edbde8-4448-4e49-8ebb-d53ba72df0f3",
"type": "Scope"
}
]
},
Expand Down
Loading