Skip to content

Commit d37fe45

Browse files
remove navigation entries
1 parent 21458bf commit d37fe45

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

api-reference/beta/resources/planner-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To [create a new plan](../api/planner-post-plans.md) in a Teams channel's contai
7474
```json
7575
{
7676
"container": {
77-
"id": "00000000-0000-0000-0000-000000000000",
77+
"id": "{teamId}/channels/{channelId}",
7878
"type": "teamsChannel"
7979
}
8080
}

changelog/Microsoft.Tasks.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,18 @@
33
{
44
"ChangeList": [
55
{
6-
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
6+
"Id": "ac461ffd-f78b-4889-a030-1477634802db",
77
"ApiChange": "Member",
88
"ChangedApiName": "teamsChannel",
99
"ChangeType": "Addition",
1010
"Description": "Added the `teamsChannel` member to the **plannerContainerType** enumeration.",
1111
"Target": "plannerContainerType"
12-
},
13-
{
14-
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
15-
"ApiChange": "Resource",
16-
"ChangedApiName": "channel",
17-
"ChangeType": "Addition",
18-
"Description": "Added the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
19-
"Target": "channel"
20-
},
21-
{
22-
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
23-
"ApiChange": "Resource",
24-
"ChangedApiName": "teamsChannelPlanner",
25-
"ChangeType": "Addition",
26-
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
27-
"Target": "teamsChannelPlanner"
2812
}
2913
],
30-
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
14+
"Id": "ac461ffd-f78b-4889-a030-1477634802db",
3115
"Cloud": "Prod",
3216
"Version": "beta",
33-
"CreatedDateTime": "2025-01-04T06:39:48.9706837Z",
17+
"CreatedDateTime": "2025-01-12T20:25:44.9502669Z",
3418
"WorkloadArea": "Tasks and plans",
3519
"SubArea": ""
3620
},

0 commit comments

Comments
 (0)