Skip to content

Commit 9bc8c11

Browse files
author
Caitlin Bales (MSFT)
committed
Revert "Merge pull request #90 from microsoftgraph/oneNoteUpdates"
This reverts commit a37a854, reversing changes made to 171f423.
1 parent a37a854 commit 9bc8c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metadata/v1.0_2017_05_16.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@
15041504
<NavigationProperty Name="sections" Type="Collection(microsoft.graph.onenoteSection)" ContainsTarget="true"/>
15051505
<NavigationProperty Name="sectionGroups" Type="Collection(microsoft.graph.sectionGroup)" ContainsTarget="true"/>
15061506
</EntityType>
1507-
<EntityType Name="onenotePage" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel">
1507+
<EntityType Name="onenotePage" BaseType="microsoft.graph.onenoteEntitySchemaObjectModel" HasStream="true">
15081508
<Property Name="title" Type="Edm.String" Unicode="false"/>
15091509
<Property Name="createdByAppId" Type="Edm.String" Unicode="false"/>
15101510
<Property Name="links" Type="microsoft.graph.pageLinks"/>
@@ -1517,7 +1517,7 @@
15171517
<NavigationProperty Name="parentSection" Type="microsoft.graph.onenoteSection" ContainsTarget="true"/>
15181518
<NavigationProperty Name="parentNotebook" Type="microsoft.graph.notebook" ContainsTarget="true"/>
15191519
</EntityType>
1520-
<EntityType Name="onenoteResource" BaseType="microsoft.graph.onenoteEntityBaseModel">
1520+
<EntityType Name="onenoteResource" BaseType="microsoft.graph.onenoteEntityBaseModel" HasStream="true">
15211521
<Property Name="content" Type="Edm.Stream"/>
15221522
<Property Name="contentUrl" Type="Edm.String" Unicode="false"/>
15231523
</EntityType>
@@ -1803,8 +1803,8 @@
18031803
</Action>
18041804
<Action Name="createLink" IsBound="true">
18051805
<Parameter Name="bindingParameter" Type="microsoft.graph.driveItem"/>
1806-
<Parameter Name="type" Type="Edm.String" Unicode="false"/>
18071806
<Parameter Name="scope" Type="Edm.String" Unicode="false"/>
1807+
<Parameter Name="type" Type="Edm.String" Unicode="false"/>
18081808
<ReturnType Type="microsoft.graph.permission"/>
18091809
</Action>
18101810
<Action Name="createUploadSession" IsBound="true">

0 commit comments

Comments
 (0)