Skip to content

Commit f358632

Browse files
authored
Merge branch 'main' into calvintang/callrecordingtranscription
2 parents 11c5208 + ea04997 commit f358632

File tree

129 files changed

+2536
-456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+2536
-456
lines changed

api-reference/beta/api/accessreviewpolicy-get.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": "accessreviewpolicy_get" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/accessreviewpolicy-get-permissions.md)]
2525

26+
[!INCLUDE [rbac-access-review-policy-apis-read](../includes/rbac-for-apis/rbac-access-review-policy-apis-read.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/accessreviewpolicy-update.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": "accessreviewpolicy_update" } -->
2424
[!INCLUDE [permissions-table](../includes/permissions/accessreviewpolicy-update-permissions.md)]
2525

26+
[!INCLUDE [rbac-access-review-policy-apis-update](../includes/rbac-for-apis/rbac-access-review-policy-apis-update.md)]
27+
2628
## HTTP request
2729

2830
<!-- {

api-reference/beta/api/announcement-get.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Read the properties of an [announcement](../resources/announcement.md) object.
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "announcement-get-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "announcement_get" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/announcement-get-permissions.md)]
2925

3026
Any user can call these APIs, there are no admin role requirements.

api-reference/beta/api/announcement-list.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Get a list of the [announcement](../resources/announcement.md) objects and their
2020

2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

23-
<!-- {
24-
"blockType": "permissions",
25-
"name": "announcement-list-permissions"
26-
}
27-
-->
23+
<!-- { "blockType": "permissions", "name": "announcement_list" } -->
2824
[!INCLUDE [permissions-table](../includes/permissions/announcement-list-permissions.md)]
2925

3026
Any user can call these APIs, there are no admin role requirements.

api-reference/beta/api/authentication-delete-hardwareoathmethods.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
2626
"name": "authentication-delete-hardwareoathmethods-permissions"
2727
}
2828
-->
29-
<!-- {
30-
"blockType": "permissions",
31-
"name": "authentication-delete-hardwareoathmethods-permissions"
32-
}
33-
-->
29+
<!-- { "blockType": "permissions", "name": "authentication_delete_hardwareoathmethods" } -->
3430
[!INCLUDE [permissions-table](../includes/permissions/authentication-delete-hardwareoathmethods-permissions.md)]
3531

3632
## Permissions acting on other users
@@ -41,6 +37,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
4137
-->
4238
[!INCLUDE [permissions-table](../includes/permissions/authentication-delete-hardwareoathmethods-2-permissions.md)]
4339

40+
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
41+
4442
## HTTP request
4543

4644
Unassign yourself a hardware OATH authentication method.

api-reference/beta/api/authentication-list-hardwareoathmethods.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,15 @@ Get a list of the [hardware tokens](../resources/hardwareoathauthenticationmetho
2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

2323
### Permissions acting on self
24-
<!-- {
25-
"blockType": "permissions",
26-
"name": "authentication-list-hardwareoathmethods-permissions"
27-
}
28-
-->
24+
<!-- { "blockType": "permissions", "name": "authentication_list_hardwareoathmethods" } -->
2925
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-hardwareoathmethods-permissions.md)]
3026

3127
### Permissions acting on other users
32-
<!-- {
33-
"blockType": "permissions",
34-
"name": "authentication-list-hardwareoathmethods-2-permissions"
35-
}
36-
-->
28+
<!-- { "blockType": "permissions", "name": "authentication_list_hardwareoathmethods_2" } -->
3729
[!INCLUDE [permissions-table](../includes/permissions/authentication-list-hardwareoathmethods-2-permissions.md)]
3830

31+
[!INCLUDE [rbac-authentication-methods-apis-read-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-read-others.md)]
32+
3933
## HTTP request
4034
Get details of your own hardware OATH methods.
4135
<!-- {

api-reference/beta/api/authentication-post-hardwareoathmethods.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ Assign a [hardware token](../resources/hardwareoathauthenticationmethod.md) to a
2121
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
2222

2323
## Permissions acting on self
24-
<!-- {
25-
"blockType": "permissions",
26-
"name": "authentication-post-hardwareoathmethods-permissions"
27-
}
28-
-->
24+
<!-- { "blockType": "permissions", "name": "authentication_post_hardwareoathmethods" } -->
2925
[!INCLUDE [permissions-table](../includes/permissions/authentication-post-hardwareoathmethods-permissions.md)]
3026

3127
## Permissions acting on other users
@@ -36,6 +32,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
3632
-->
3733
[!INCLUDE [permissions-table](../includes/permissions/authentication-post-hardwareoathmethods-2-permissions.md)]
3834

35+
[!INCLUDE [rbac-authentication-methods-apis-write-others](../includes/rbac-for-apis/rbac-authentication-methods-apis-write-others.md)]
36+
3937
## HTTP request
4038
Assign a hardware OATH authentication method to yourself.
4139
<!-- {

api-reference/beta/api/authenticationmethoddevice-delete-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
-->
2828
[!INCLUDE [permissions-table](../includes/permissions/authenticationmethoddevice-delete-hardwareoathdevices-permissions.md)]
2929

30+
[!INCLUDE [rbac-authentication-methods-policy-apis-write](../includes/rbac-for-apis/rbac-authentication-methods-policy-apis-write.md)]
31+
3032
## HTTP request
3133

3234
<!-- {

api-reference/beta/api/authenticationmethoddevice-list-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
-->
2828
[!INCLUDE [permissions-table](../includes/permissions/authenticationmethoddevice-list-hardwareoathdevices-permissions.md)]
2929

30+
[!INCLUDE [rbac-authentication-methods-policy-apis-read](../includes/rbac-for-apis/rbac-authentication-methods-policy-apis-read.md)]
31+
3032
## HTTP request
3133

3234
<!-- {

api-reference/beta/api/authenticationmethoddevice-post-hardwareoathdevices.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Choose the permission or permissions marked as least privileged for this API. Us
2727
-->
2828
[!INCLUDE [permissions-table](../includes/permissions/authenticationmethoddevice-post-hardwareoathdevices-permissions.md)]
2929

30+
[!INCLUDE [rbac-authentication-methods-policy-apis-write](../includes/rbac-for-apis/rbac-authentication-methods-policy-apis-write.md)]
31+
3032
## HTTP request
3133

3234
<!-- {

0 commit comments

Comments
 (0)