Skip to content

Commit 2e0eddd

Browse files
authored
Merge pull request #25312 from microsoftgraph/main
Merge to publish.
2 parents 88f7d1f + 3da897c commit 2e0eddd

File tree

44 files changed

+730
-1134
lines changed

Some content is hidden

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

44 files changed

+730
-1134
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@
271271
"redirect_document_id": false
272272
}
273273
]
274-
}
274+
}

api-reference/beta/api/application-post-federatedidentitycredentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ The following table lists the properties that are required when you create the [
4444

4545
|Property|Type|Description|
4646
|:---|:---|:---|
47-
|audiences|String collection|The audience that can appear in the external token. This field is mandatory and should be set to `api://AzureADTokenExchange` for Microsoft Entra ID. It says what Microsoft identity platform should accept in the `aud` claim in the incoming token. This value represents Microsoft Entra ID in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters. Required.|
48-
|issuer|String|TThe URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of **issuer** and **subject** must be unique on the app. It has a limit of 600 characters. Required.|
49-
|name|String|The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created|
47+
|audiences|String collection|Required. The audience that can appear in the external token. This field is mandatory and should be set to `api://AzureADTokenExchange` for Microsoft Entra ID. It says what Microsoft identity platform should accept in the `aud` claim in the incoming token. This value represents Microsoft Entra ID in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. This field can only accept a single value and has a limit of 600 characters.|
48+
|issuer|String|Required. The URL of the external identity provider and must match the issuer claim of the external token being exchanged. The combination of the values of **issuer** and **subject** must be unique on the app. It has a limit of 600 characters.|
49+
|name|String|Required. The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created.|
5050
|subject|String|Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. It has a limit of 600 characters. The combination of **issuer** and **subject** must be unique on the app.|
5151

5252

api-reference/beta/api/channel-list-messages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ This method supports the following [OData query parameters](/graph/query-paramet
5252

5353
The other [OData query parameters](/graph/query-parameters) aren't currently supported.
5454

55-
> **Note:** [GET /teams/{team-id}/channels/{channel-id}/messages/delta](chatmessage-delta.md) supports filtering by date, which provides similar data to GET /teams/{team-id}/channels/{channel-id}/messages .
56-
5755
## Request headers
5856

5957
| Header | Value |

api-reference/beta/api/chatmessage-delta.md

Lines changed: 284 additions & 519 deletions
Large diffs are not rendered by default.

api-reference/beta/api/cloudpc-retrievesnapshots.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ List all [cloudPcSnapshot](../resources/cloudpcsnapshot.md) resources for a Clou
1717

1818
## Permissions
1919

20-
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
20+
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).
2121

22-
|Permission type|Permissions (from least to most privileged)|
23-
|:---|:---|
24-
|Delegated (work or school account)|CloudPC.ReadWrite.All|
25-
|Delegated (personal Microsoft account)|Not supported.|
26-
|Application|CloudPC.ReadWrite.All|
22+
<!-- { "blockType": "permissions", "name": "cloudpc_retrievesnapshots" } -->
23+
[!INCLUDE [permissions-table](../includes/permissions/cloudpc-retrievesnapshots-permissions.md)]
2724

2825
## HTTP request
2926

api-reference/beta/api/directoryobject-getmembergroups.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@ One of the following permissions is required to call this API. To learn more, in
2424

2525
### Group memberships for a directory object
2626

27+
Here, the permission allows you to read *any* directory object, regardless of the object type. To scope the operation to a specific object type and use lesser-privileged permissions, refer to other permissions tables on this page.
28+
2729
<!-- { "blockType": "ignored" } // Note: Removing this line will result in the permissions autogeneration tool overwriting the table. -->
2830
|Permission type | Permissions (from least to most privileged) |
2931
|:--------------------|:---------------------------------------------------------|
30-
|Delegated (work or school account) | User.ReadBasic.All and GroupMember.Read.All, User.Read.All and GroupMember.Read.All, User.ReadBasic.All and Group.Read.All, User.Read.All and Group.Read.All, Directory.Read.All |
32+
|Delegated (work or school account) | Directory.Read.All |
3133
|Delegated (personal Microsoft account) | Not supported. |
32-
|Application | User.Read.All and GroupMember.Read.All, User.Read.All and Group.Read.All, Directory.Read.All |
34+
|Application | Directory.Read.All |
3335

3436
### Group memberships for a user
3537

@@ -38,7 +40,7 @@ One of the following permissions is required to call this API. To learn more, in
3840
|:--------------------|:---------------------------------------------------------|
3941
|Delegated (work or school account) | User.ReadBasic.All and GroupMember.Read.All, User.Read.All and GroupMember.Read.All, User.ReadBasic.All and Group.Read.All, User.Read.All and Group.Read.All, Directory.Read.All |
4042
|Delegated (personal Microsoft account) | Not supported. |
41-
|Application | User.Read.All and GroupMember.Read.All, User.Read.All and Group.Read.All, Directory.Read.All |
43+
|Application | User.ReadBasic.All and GroupMember.Read.All, User.Read.All and GroupMember.Read.All, User.ReadBasic.All and Group.Read.All, User.Read.All and Group.Read.All, Directory.Read.All |
4244

4345
### Group memberships for a group
4446

api-reference/beta/includes/permissions/chatmessage-delta-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|ChannelMessage.Read.All|Group.Read.All, Group.ReadWrite.All|
9+
|Delegated (work or school account)|Not supported.|Not supported.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|ChannelMessage.Read.Group|ChannelMessage.Read.All, Group.Read.All, Group.ReadWrite.All|
11+
|Application|Chat.Read.All|Chat.ReadWrite.All|
1212

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
description: "Automatically generated file. DO NOT MODIFY"
3+
ms.topic: include
4+
ms.localizationpriority: medium
5+
---
6+
7+
|Permission type|Least privileged permissions|Higher privileged permissions|
8+
|:---|:---|:---|
9+
|Delegated (work or school account)|CloudPC.ReadWrite.All|Not available.|
10+
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11+
|Application|CloudPC.ReadWrite.All|Not available.|

api-reference/beta/includes/permissions/networkaccess-branchconnectivityconfiguration-get-permissions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|NetworkAccessPolicy.Read.All|NetworkAccessPolicy.ReadWrite.All|
9+
|Delegated (work or school account)|NetworkAccess.Read.All|NetworkAccess.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|NetworkAccess.Read.All|NetworkAccess.ReadWrite.All|
12+

api-reference/beta/includes/permissions/networkaccess-filteringpolicy-post-policyrules-permissions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.localizationpriority: medium
66

77
|Permission type|Least privileged permissions|Higher privileged permissions|
88
|:---|:---|:---|
9-
|Delegated (work or school account)|NetworkAccessPolicy.ReadWrite.All|Not available.|
9+
|Delegated (work or school account)|NetworkAccess.ReadWrite.All|Not available.|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
11-
|Application|Not supported.|Not supported.|
11+
|Application|NetworkAccess.ReadWrite.All|Not available.|
12+

0 commit comments

Comments
 (0)