Skip to content

Commit b0e26c7

Browse files
authored
Merge pull request #28702 from microsoftgraph/main
Merge to publish
2 parents 8a9278d + 22d9f7b commit b0e26c7

105 files changed

Lines changed: 2255 additions & 254 deletions

File tree

Some content is hidden

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

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

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

1717
Update the properties of an [approvedClientApp](../resources/approvedclientapp.md) object for a [remotedesktopsecurityconfiguration](../resources/remotedesktopsecurityconfiguration.md).
1818

19+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
20+
1921
## Permissions
2022

2123
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).

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Don't supply a request body for this method.
6161

6262
## Response
6363

64-
If successful, this method returns a `200 OK` response code and collection of [Channel](../resources/channel.md) objects in the response body.
64+
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body.
65+
66+
When the result set spans multiple pages, the response includes an **@odata.nextLink** property with a URL for retrieving the next page of results. For details about how to page through results, see [Paging Microsoft Graph data in your app](/graph/paging).
6567

6668
## Examples
6769

@@ -145,7 +147,7 @@ Content-type: application/json
145147
```
146148

147149
> [!NOTE]
148-
> This API has a [known issue](https://microsoftgraph.visualstudio.com/Known%20Issues/_workitems/edit/40502/) related to listing channels. The **layoutType** property returns `null` when listing channels. To get the layout type of a specific channel, use the [Get channel](../api/channel-get.md) API. Full support for **layoutType** in list operations is planned for a future release.
150+
> This API has a [known issue](/graph/known-issues#layouttype-property-returns-null-when-listing-all-channels) related to listing channels. The **layoutType** property returns `null` when listing channels. To get the layout type of a specific channel, use the [Get channel](../api/channel-get.md) API.
149151
150152
### Example 2: List all private channels
151153

api-reference/beta/api/channel-patch.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ HTTP/1.1 204 No Content
165165
}
166166
-->
167167

168-
### Example 4: Update a channel's layout type
168+
### Example 4: Update the layout type of a channel
169169

170-
This example shows how to update an existing channel's layout type from post to chat.
170+
The following example shows how to update the existing layout type of a channel from post to chat.
171171

172172
#### Request
173173

174-
The following example shows a request to change a channel's layout from the traditional post-reply format to a chat-like threading experience.
174+
The following example shows a request to change the layout of a channel from the traditional post-reply format to a chat-like threading experience.
175175

176176
# [HTTP](#tab/http)
177177
<!-- {
@@ -232,10 +232,10 @@ HTTP/1.1 204 No Content
232232

233233
### Example 5: Switch a channel back to post layout type
234234

235-
This example shows how to convert a chat-layout channel back to the traditional post-reply format.
235+
The following example shows how to convert a chat-layout channel back to the traditional post-reply format.
236236

237237
#### Request
238-
238+
The following example shows a request.
239239
# [HTTP](#tab/http)
240240
<!-- {
241241
"blockType": "request",

api-reference/beta/api/channel-post.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ Content-type: application/json
241241

242242
### Example 3: Create a channel with chat layout type
243243

244-
This example shows how to create a channel with the chat layout type, which provides a chat-like threading experience similar to group chats.
244+
The following example shows how to create a channel with the chat layout type that provides a chat-like threading experience similar to group chats.
245245

246246
#### Request
247247

248-
The following example shows a request to create a channel with `layoutType` set to `chat`.
248+
The following example shows a request to create a channel with **layoutType** set to `chat`.
249249

250250
# [HTTP](#tab/http)
251251
<!-- {

api-reference/beta/api/remotedesktopsecurityconfiguration-delete-approvedclientapps.md

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

1616
Delete a [approvedClientApp](../resources/approvedclientapp.md) object for the [remoteDesktopSecurityConfiguration](../resources/remotedesktopsecurityconfiguration.md) object on a service principal.
1717

18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
1820
## Permissions
1921
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).
2022

api-reference/beta/api/remotedesktopsecurityconfiguration-list-approvedclientapps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Namespace: microsoft.graph
1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

1616
Get a list of the [approvedClientApp](../resources/approvedclientapp.md) objects and their properties on the [remoteDesktopSecurityConfiguration](../resources/remotedesktopsecurityconfiguration.md) resource on a service principal.
17+
1718
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
1819

1920
## Permissions

api-reference/beta/api/remotedesktopsecurityconfiguration-post-approvedclientapps.md

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

1616
Create a new [approvedClientApp](../resources/approvedclientapp.md) object for the [remoteDesktopSecurityConfiguration](../resources/remotedesktopsecurityconfiguration.md) object on a service principal. You can configure a maximum of 20 approved client apps.
1717

18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
1820
## Permissions
1921
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).
2022

api-reference/beta/api/serviceprincipal-list-remotedesktopsecurityconfiguration.md

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

1717
Get a list of the [remoteDesktopSecurityConfiguration](../resources/remotedesktopsecurityconfiguration.md) objects and their properties.
1818

19+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
20+
1921
## Permissions
2022

2123
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).

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

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

1616
Read the properties and relationships of a [targetDeviceGroup](../resources/targetdevicegroup.md) object for the remoteDesktopSecurityConfiguration object on the servicePrincipal.
1717

18+
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
1820
## Permissions
1921
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).
2022

api-reference/beta/api/team-list-allchannels.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ Don't supply a request body for this method.
5454

5555
## Response
5656

57-
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body. The response also includes the **@odata.id** property, which can be used to access the channel and run other operations on the [channel](../resources/channel.md) object.
57+
If successful, this method returns a `200 OK` response code and a collection of [channel](../resources/channel.md) objects in the response body. The response also includes the **@odata.id** property, which can be used to access the channel and run other operations on the [channel](../resources/channel.md) object.
58+
59+
When the result set spans multiple pages, the response includes an **@odata.nextLink** property with a URL for retrieving the next page of results. For details about how to page through results, see [Paging Microsoft Graph data in your app](/graph/paging).
5860

5961
> [!Note]
6062
> Currently, invoking the URL returned from the **@odata.id** property fails for cross-tenant shared channels. You can solve this issue if you remove the `/tenants/{tenant-id}` part from the URL before you call this API. For more information, see [Known issues with Microsoft Graph](/graph/known-issues#unable-to-access-a-cross-tenant-shared-channel-when-the-request-url-contains-tenantscross-tenant-id).

0 commit comments

Comments
 (0)