Skip to content

Commit d697d53

Browse files
authored
Update planner container types and changelog
1 parent 16255ce commit d697d53

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

api-reference/beta/resources/plannerplancontainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Planner currently supports the container types listed in the following table. Wh
2020

2121
|Type|Description|Path to the resource|
2222
|----|-----------|--------------------|
23+
|driveItem| Plan is contained by a [driveItem](driveitem.md). | `https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
2324
|group| Plan is contained by a [group](group.md).| `https://graph.microsoft.com/beta/groups/<id>` |
24-
|roster| Plan is contained by a [plannerRoster](plannerroster.md). | `https://graph.microsoft.com/beta/planner/rosters/<id>` |
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). |
26-
|driveItem| Plan is contained by a [driveItem](driveitem.md). | `https://graph.microsoft.com/beta/drives/<driveId>/items/<itemId>`|
26+
|roster| Plan is contained by a [plannerRoster](plannerroster.md). | `https://graph.microsoft.com/beta/planner/rosters/<id>` |
27+
|teamsChannel| Plan is contained by a [teamsChannel](channel.md). | `https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
2728
|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). | `https://graph.microsoft.com/beta/teams/<teamId>/channels/<channelId>` |
2929

3030
## Properties
3131
|Property|Type|Description|

changelog/Microsoft.Tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
},
1313
{
1414
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
15-
"ApiChange": "Resource",
16-
"ChangedApiName": "channel",
15+
"ApiChange": "Relationship",
16+
"ChangedApiName": "planner",
1717
"ChangeType": "Addition",
18-
"Description": "Added the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
18+
"Description": "Added the **planner** relationship to the [channel](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
1919
"Target": "channel"
2020
},
2121
{
2222
"Id": "3b15b694-fe2b-4146-93ed-0a85db2f6fd9",
2323
"ApiChange": "Resource",
2424
"ChangedApiName": "teamsChannelPlanner",
2525
"ChangeType": "Addition",
26-
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource.",
26+
"Description": "Added the [teamsChannelPlanner](https://learn.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-beta) resource type.",
2727
"Target": "teamsChannelPlanner"
2828
}
2929
],

0 commit comments

Comments
 (0)