Skip to content

Commit 5439add

Browse files
authored
Merge pull request #26170 from microsoftgraph/revert-26107-test/teamsChannelRouting
Revert "teamsChannelPlanner"
2 parents b309841 + 97258f9 commit 5439add

File tree

9 files changed

+5
-242
lines changed

9 files changed

+5
-242
lines changed

api-reference/beta/api/teamschannelplanner-list-plans.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

api-reference/beta/includes/permissions/teamschannelplanner-list-plans-permissions.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

api-reference/beta/resources/channel.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ where files are shared, and where tabs are added.
5858
|[Unshare channel with team](../api/sharedwithchannelteaminfo-delete.md)|None|Unshare a channel with a team.|
5959
|[List allowed members](../api/sharedwithchannelteaminfo-list-allowedmembers.md)|[conversationMember](../resources/conversationmember.md) collection|Get the list of team members who have access to the shared channel.|
6060
|[Check user access](../api/channel-doesuserhaveaccess.md)|Boolean|Check whether a user has access to a shared channel or not.|
61-
| **Planner** | | |
62-
|[List plans](../api/teamschannelplanner-list-plans.md) |[plannerPlan](plannerplan.md) collection| Get a list of [plannerPlan](../resources/plannerplan.md) objects owned by a shared [channel](../resources/channel.md) in Teams.|
6361

6462
## Properties
6563

@@ -103,14 +101,13 @@ For a POST request example, see [Request (create channel in migration state)](/m
103101

104102
| Relationship | Type |Description|
105103
|:---------------|:--------|:----------|
104+
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. A navigation property. Nullable.|
105+
|tabs|[teamsTab](../resources/teamstab.md) collection|A collection of all the tabs in the channel. A navigation property.|
106+
|members|[conversationMember](conversationmember.md) collection|A collection of membership records associated with the channel.|
106107
|allMembers|[conversationMember](conversationmember.md) collection |A collection of membership records associated with the channel. It includes both direct and indirect members of shared channels.|
107108
|[filesFolder](../api/channel-get-filesfolder.md)|[driveItem](driveitem.md)|Metadata for the location where the channel's files are stored.|
108-
|members|[conversationMember](conversationmember.md) collection|A collection of membership records associated with the channel.|
109-
|messages|[chatMessage](chatmessage.md) collection|A collection of all the messages in the channel. Nullable.|
110109
|operations|[teamsAsyncOperation](teamsasyncoperation.md) collection| The async operations that ran or are running on this team. |
111-
|planner|[teamsChannelPlanner](teamschannelplanner.md) | Selective Planner services available to this channel. Currently, only shared channels are supported. Read-only. Nullable. |
112110
|sharedWithTeams|[sharedWithChannelTeamInfo](../resources/sharedwithchannelteaminfo.md) collection|A collection of teams with which a channel is shared.|
113-
|tabs|[teamsTab](../resources/teamstab.md) collection| A collection of all the tabs in the channel.|
114111

115112
## JSON representation
116113

api-reference/beta/resources/teamschannelplanner.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

api-reference/beta/toc/tasks-and-plans/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ items:
110110
href: ../../api/plannertaskdetails-get.md
111111
- name: Update task details
112112
href: ../../api/plannertaskdetails-update.md
113-
- name: Teams channel planner
114-
items:
115-
- name: Teams channel planner
116-
href: ../../resources/teamschannelplanner.md
117-
- name: List plans
118-
href: ../../api/teamschannelplanner-list-plans.md
119113
- name: Business scenarios (preview)
120114
items:
121115
- name: Overview

api-reference/beta/toc/teamwork-and-communications/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -819,10 +819,6 @@ items:
819819
href: ../../api/sharedwithchannelteaminfo-list-allowedmembers.md
820820
- name: Check user access
821821
href: ../../api/channel-doesuserhaveaccess.md
822-
- name: Planner
823-
items:
824-
- name: List plans
825-
href: ../../api/teamschannelplanner-list-plans.md
826822
- name: Chat
827823
items:
828824
- name: Chat

api-reference/beta/toc/toc.mapping.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,8 +2772,7 @@
27722772
"plannerPlanDetails",
27732773
"plannerRoster",
27742774
"plannerUser",
2775-
"plannerTaskDetails",
2776-
"teamsChannelPlanner"
2775+
"plannerTaskDetails"
27772776
],
27782777
"complexTypes": [
27792778
"businessScenarioGroupTarget",

changelog/Microsoft.Tasks.json

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,5 @@
11
{
22
"changelog": [
3-
{
4-
"ChangeList": [
5-
{
6-
"Id": "3da1192e-9af9-47d4-b32c-1ba82ddabcd1",
7-
"ApiChange": "Relationship",
8-
"ChangedApiName": "planner",
9-
"ChangeType": "Addition",
10-
"Description": "Added the **planner** relationship to the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
11-
"Target": "channel"
12-
},
13-
{
14-
"Id": "3da1192e-9af9-47d4-b32c-1ba82ddabcd1",
15-
"ApiChange": "Resource",
16-
"ChangedApiName": "teamsChannelPlanner",
17-
"ChangeType": "Addition",
18-
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/teamsChannelPlanner?view=graph-rest-beta) resource and an associated method.",
19-
"Target": "teamsChannelPlanner"
20-
}
21-
],
22-
"Id": "3da1192e-9af9-47d4-b32c-1ba82ddabcd1",
23-
"Cloud": "Prod",
24-
"Version": "beta",
25-
"CreatedDateTime": "2025-01-22T22:58:43.1666848Z",
26-
"WorkloadArea": "Tasks and plans",
27-
"SubArea": ""
28-
},
293
{
304
"ChangeList": [
315
{

concepts/whats-new-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Use the [start](/graph/api/industrydata-industrydatarun-start?view=graph-rest-be
7070

7171
### Tasks and plans
7272

73-
- Use the [teamsChannel](/graph/api/resources/planner-overview?view=graph-rest-beta&preserve-view=true#container-type-teams-channel) container type to create plans in shared channels in Microsoft Teams.
74-
- [List Planner plans](/graph/api/teamschannelplanner-list-plans?view=graph-rest-beta&preserve-view=true) owned by a shared channel in Teams.
73+
Use the [teamsChannel](/graph/api/resources/planner-overview?view=graph-rest-beta&preserve-view=true#container-type-teams-channel) container type to create plans in shared channels in Microsoft Teams.
7574

7675
## December 2024: New and generally available
7776

0 commit comments

Comments
 (0)