Skip to content

Commit 67218fe

Browse files
authored
Merge pull request #28712 from microsoftgraph/user/jsinghmokha/fix-section-apis-cloud-support
Fix national cloud support for section management APIs
2 parents a779917 + a281932 commit 67218fe

9 files changed

Lines changed: 9 additions & 9 deletions

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

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

1717
Delete a user-defined [section](../resources/teamworksection.md) from a user's [teamwork](../resources/userteamwork.md). System-defined sections can't be deleted.
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

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

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

1717
Read the properties of a [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md).
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

api-reference/beta/api/teamworksection-list-items.md

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

1717
Get the list of [items](../resources/teamworksectionitem.md) in a [section](../resources/teamworksection.md) of a user's [teamwork](../resources/userteamwork.md).
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

api-reference/beta/api/teamworksection-post-items.md

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

1717
Add an [item](../resources/teamworksectionitem.md), such as a chat, channel, meeting, or community, to a user-defined [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). Each item can belong to only one section at a time. You can only add items that are currently in a system-defined section. If the item is already in another user-defined section, use the [move](teamworksectionitem-move.md) action to relocate it.
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

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

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

1717
Update the properties of a [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). For system-defined sections, only the **sortType** property can be updated.
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

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

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

1717
Remove an [item](../resources/teamworksectionitem.md) from a user-defined [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md). This API doesn't delete the underlying chat, channel, meeting, or community; it only removes the item from the user-defined section. The item is automatically moved back to its default system-defined section.
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

api-reference/beta/api/teamworksectionitem-move.md

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

1717
Move an [item](../resources/teamworksectionitem.md) from one user-defined [section](../resources/teamworksection.md) to another user-defined section in a user's [teamwork](../resources/userteamwork.md). Each item can belong to only one section at a time. This action removes the item from its current section and adds it to the target section. Use this action instead of [add](teamworksection-post-items.md) when the item is already in a user-defined section.
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

api-reference/beta/api/userteamwork-list-sections.md

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

1717
Get the list of [sections](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md).
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

api-reference/beta/api/userteamwork-post-sections.md

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

1717
Create a new [section](../resources/teamworksection.md) in a user's [teamwork](../resources/userteamwork.md).
1818

19-
[!INCLUDE [national-cloud-support](../../includes/all-clouds.md)]
19+
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
2020

2121
## Permissions
2222

0 commit comments

Comments
 (0)