Skip to content

Commit 5b9039c

Browse files
add teamsChannel change log
1 parent 4716eef commit 5b9039c

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

api-reference/beta/resources/enums.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3423,6 +3423,7 @@ Possible values for user account types (group membership), per Windows definitio
34233423
| project |
34243424
| driveItem |
34253425
| user |
3426+
| teamsChannel|
34263427

34273428
### plannerPlanContextType values
34283429

api-reference/beta/resources/plannerplancontainer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Planner currently supports the container types listed in the following table. Wh
2525
|project| Plan is contained by a Project from [Microsoft Project for the web](/project-for-the-web/projectforweb-admin-home). | Microsoft Project currently doesn't have a resource path on Microsoft Graph. Project details and members can be managed from [Microsoft Project](https://project.microsoft.com). |
2626
|driveItem| Plan is contained by a [driveItem](driveitem.md). | `https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
2727
|user| Plan is contained by a [User](user.md) | `https://graph.microsoft.com/beta/users/<id>` |
28+
|teamsChannel| Plan is container by a [teamsChannel](channel.md). | `http://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
2829

2930
## Properties
3031
|Property|Type|Description|

changelog/Microsoft.Tasks.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
{
22
"changelog": [
3+
{
4+
"ChangeList": [
5+
{
6+
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
7+
"ApiChange": "Member",
8+
"ChangedApiName": "teamsChannel",
9+
"ChangeType": "Addition",
10+
"Description": "Added the `teamsChannel` member to the **plannerContainerType** enumeration.",
11+
"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/teamsChannelPlanner?view=graph-rest-beta) resource.",
27+
"Target": "teamsChannelPlanner"
28+
}
29+
],
30+
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
31+
"Cloud": "Prod",
32+
"Version": "beta",
33+
"CreatedDateTime": "2025-01-04T06:39:48.9706837Z",
34+
"WorkloadArea": "Tasks and plans",
35+
"SubArea": ""
36+
},
337
{
438
"ChangeList": [
539
{

0 commit comments

Comments
 (0)