Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContainsTarget is not true on these navigation properties #25

Open
MIchaelMainer opened this issue Aug 7, 2020 · 0 comments · May be fixed by #26
Open

ContainsTarget is not true on these navigation properties #25

MIchaelMainer opened this issue Aug 7, 2020 · 0 comments · May be fixed by #26
Assignees
Labels

Comments

@MIchaelMainer
Copy link
Contributor

MIchaelMainer commented Aug 7, 2020

TODO: remove containsTarget

<EntityType Name="onenotePage" BaseType="graph.onenoteEntitySchemaObjectModel" HasStream="true">
<Property Name="title" Type="Edm.String"/>
<Property Name="createdByAppId" Type="Edm.String"/>
<Property Name="links" Type="graph.pageLinks"/>
<Property Name="contentUrl" Type="Edm.String"/>
<Property Name="content" Type="Edm.Stream"/>
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset"/>
<Property Name="level" Type="Edm.Int32"/>
<Property Name="order" Type="Edm.Int32"/>
<Property Name="userTags" Type="Collection(Edm.String)"/>
<NavigationProperty Name="parentSection" Type="graph.onenoteSection" ContainsTarget="true"/>
<NavigationProperty Name="parentNotebook" Type="graph.notebook" ContainsTarget="true"/>
</EntityType>

AB#7457

@MIchaelMainer MIchaelMainer added the Needs: Triage 🔍 The issue needs to be triaged. label Aug 7, 2020
@MIchaelMainer MIchaelMainer self-assigned this Aug 13, 2020
@MIchaelMainer MIchaelMainer removed the Needs: Triage 🔍 The issue needs to be triaged. label Aug 13, 2020
@ddyett ddyett added the promote label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants