Skip to content

Commit 4de3837

Browse files
authored
Merge branch 'main' into neelporiya/add-site-archive-unarchive-api-docs
2 parents ca0d03b + 493f1e5 commit 4de3837

14 files changed

+108
-92
lines changed

api-reference/beta/api/accesspackage-delete.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2828
<!-- { "blockType": "permissions", "name": "accesspackage_delete" } -->
2929
[!INCLUDE [permissions-table](../includes/permissions/accesspackage-delete-permissions.md)]
3030

31+
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
32+
3133
## HTTP request
3234

3335
<!-- { "blockType": "ignored" } -->

api-reference/beta/api/accesspackage-getapplicablepolicyrequirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2323
<!-- { "blockType": "permissions", "name": "accesspackage_getapplicablepolicyrequirements" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/accesspackage-getapplicablepolicyrequirements-permissions.md)]
2525

26+
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/accesspackage-update.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2424
<!-- { "blockType": "permissions", "name": "accesspackage_update" } -->
2525
[!INCLUDE [permissions-table](../includes/permissions/accesspackage-update-permissions.md)]
2626

27+
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
28+
2729
## HTTP request
2830
<!-- {
2931
"blockType": "ignored"

api-reference/beta/api/aiinteractionhistory-getallenterpriseinteractions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
"Get all Microsoft 365 Copilot interaction data, including user prompts to Copilot and Copilot responses. This API captures the user intent, the resources accessed by Copilot, and the response to the user for Microsoft 365 apps such as Teams, Word, and Outlook.
17+
Get all Microsoft 365 Copilot interaction data, including user prompts to Copilot and Copilot responses. This API captures the user intent, the resources accessed by Copilot, and the response to the user for Microsoft 365 apps such as Teams, Word, and Outlook.
1818

1919
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

api-reference/beta/api/entitlementmanagement-post-accesspackages.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Create a new [accessPackage](../resources/accesspackage.md) object.
1818

1919
The access package will be added to an existing [accessPackageCatalog](../resources/accesspackagecatalog.md). After the access package is created, you can then create [accessPackageAssignmentPolicies](../resources/accesspackageassignmentpolicy.md) which specify how users are assigned to the access package.
2020

21-
2221
[!INCLUDE [national-cloud-support](../../includes/global-us.md)]
2322

2423
## Permissions
@@ -28,6 +27,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2827
<!-- { "blockType": "permissions", "name": "entitlementmanagement_post_accesspackages" } -->
2928
[!INCLUDE [permissions-table](../includes/permissions/entitlementmanagement-post-accesspackages-permissions.md)]
3029

30+
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
31+
3132
## HTTP request
3233

3334
<!-- { "blockType": "ignored" } -->

api-reference/beta/resources/callrecords-session.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Namespace: microsoft.graph.callRecords
1616

1717
Represents a user-user communication or a user-meeting communication in the case of a conference call.
1818

19+
One session can be returned multiple times if the communication involves more than one service identity. For more information, see [call record API FAQ](/graph/callrecords-api-faq).
20+
1921
## Methods
2022

2123
| Method | Return Type | Description |

api-reference/beta/resources/copilotadminlimitedmode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "copilotAdminLimitedMode resource type"
3-
description: "Represents a setting that controls whether Microsoft 365 Copilot users can receive responses to sentiment-related prompts."
3+
description: "Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts."
44
author: "gautamjain14"
55
ms.localizationpriority: medium
66
ms.subservice: "meetings-copilot"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents a setting that controls whether Microsoft 365 Copilot in Teams Meetings users can receive responses to sentiment-related prompts. If this setting is enabled, Copilot in Teams Meetings doesn't respond to sentiment-related prompts and questions asked by the user. If the setting is disabled, Copilot in Teams Meetings responds to sentiment-related prompts and questions asked by the user. Copilot in Teams Meetings currently honors this setting. By default, the setting is disabled.
17+
Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts. If this setting is enabled, Copilot in Teams meetings doesn't respond to sentiment-related prompts and questions asked by the user. If the setting is disabled, Copilot in Teams meetings responds to sentiment-related prompts and questions asked by the user. Copilot in Teams meetings currently honors this setting. By default, the setting is disabled.
1818

1919
Inherits from [entity](../resources/entity.md).
2020

@@ -28,7 +28,7 @@ Inherits from [entity](../resources/entity.md).
2828
|Property|Type|Description|
2929
|:---|:---|:---|
3030
|isEnabledForGroup|Boolean|Enables the user to be in limited mode for Copilot in Teams meetings. When `copilotAdminLimitedMode=true`, users in this mode can ask any questions, but Copilot doesn't respond to certain questions related to inferring emotions, behavior, or judgments. When `copilotAdminLimitedMode=false`, it responds to any types of questions grounded to the meeting conversation. The default value is false.|
31-
|groupId|String|The ID of a Microsoft Entra group to which the value of the **isEnabledForGroup** property is applied value. The default value is `null`. This parameter is optional. If **isEnabledForGroup** is set to `true`, the **groupId** value must be provided in order for Copilot limited mode in Teams Meetings to be enabled for the members of the group. |
31+
|groupId|String|The ID of a Microsoft Entra group to which the value of the **isEnabledForGroup** property is applied value. The default value is `null`. This parameter is optional. If **isEnabledForGroup** is set to `true`, the **groupId** value must be provided in order for Copilot limited mode in Teams meetings to be enabled for the members of the group. |
3232

3333
## Relationships
3434
None.

api-reference/beta/resources/copilotadminsetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ None.
2626
## Relationships
2727
|Relationship|Type|Description|
2828
|:---|:---|:---|
29-
|limitedMode|[copilotAdminLimitedMode](../resources/copilotadminlimitedmode.md)|Represents a setting that controls whether Microsoft 365 Copilot in Teams Meetings users can receive responses to sentiment-related prompts. Read-only. Nullable.|
29+
|limitedMode|[copilotAdminLimitedMode](../resources/copilotadminlimitedmode.md)|Represents a setting that controls whether Microsoft 365 Copilot in Teams meetings users can receive responses to sentiment-related prompts. Read-only. Nullable.|
3030

3131
## JSON representation
3232
The following JSON representation shows the resource type.

api-reference/v1.0/api/accesspackage-getapplicablepolicyrequirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2121
<!-- { "blockType": "permissions", "name": "accesspackage_getapplicablepolicyrequirements" } -->
2222
[!INCLUDE [permissions-table](../includes/permissions/accesspackage-getapplicablepolicyrequirements-permissions.md)]
2323

24+
[!INCLUDE [rbac-entitlement-access-package-manager-write](../includes/rbac-for-apis/rbac-entitlement-management-access-package-manager-apis-write.md)]
25+
2426
## HTTP request
2527

2628
<!-- {

api-reference/v1.0/resources/callrecords-session.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Namespace: microsoft.graph.callRecords
1414

1515
Represents a user-user communication or a user-meeting communication in the case of a conference call.
1616

17+
One session can be returned multiple times if the communication involves more than one service identity. For more information, see [call record API FAQ](/graph/callrecords-api-faq).
18+
1719
## Methods
1820

1921
| Method | Return Type | Description |

0 commit comments

Comments
 (0)