39483948 <PropertyValue Property="Filterable" Bool="true"/>
39493949 </Record>
39503950 </Annotation>
3951+ <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
3952+ <Record>
3953+ <PropertyValue Property="Referenceable" Bool="false"/>
3954+ </Record>
3955+ </Annotation>
39513956 <Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
39523957 <Record>
39533958 <PropertyValue Property="Supported" Bool="true"/>
53505355 <PropertyValue Property="Insertable" Bool="false"/>
53515356 </Record>
53525357 </Annotation>
5358+ <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
5359+ <Record>
5360+ <PropertyValue Property="Referenceable" Bool="false"/>
5361+ </Record>
5362+ </Annotation>
53535363 <Annotation Term="Org.OData.Capabilities.V1.SelectSupport">
53545364 <Record>
53555365 <PropertyValue Property="Supported" Bool="false"/>
54015411 <PropertyValue Property="Insertable" Bool="false"/>
54025412 </Record>
54035413 </Annotation>
5414+ <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
5415+ <Record>
5416+ <PropertyValue Property="Referenceable" Bool="false"/>
5417+ </Record>
5418+ </Annotation>
54045419 <Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false"/>
54055420 <Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
54065421 <Record>
@@ -28342,6 +28357,9 @@ within the time frame of their original request."/>
2834228357 <Property Name="isSearchable" Type="Edm.Boolean"/>
2834328358 <Property Name="value" Type="Edm.String" Nullable="false"/>
2834428359 </ComplexType>
28360+ <ComplexType Name="fileStorageContainerSettings">
28361+ <Property Name="isOcrEnabled" Type="Edm.Boolean"/>
28362+ </ComplexType>
2834528363 <ComplexType Name="fileStorageContainerViewpoint">
2834628364 <Property Name="effectiveRole" Type="Edm.String" Nullable="false"/>
2834728365 </ComplexType>
@@ -28359,6 +28377,7 @@ within the time frame of their original request."/>
2835928377 <Property Name="customProperties" Type="graph.fileStorageContainerCustomPropertyDictionary"/>
2836028378 <Property Name="description" Type="Edm.String"/>
2836128379 <Property Name="displayName" Type="Edm.String" Nullable="false"/>
28380+ <Property Name="settings" Type="graph.fileStorageContainerSettings" Nullable="false"/>
2836228381 <Property Name="status" Type="graph.fileStorageContainerStatus"/>
2836328382 <Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint"/>
2836428383 <NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true"/>
@@ -34260,6 +34279,8 @@ within the time frame of their original request."/>
3426034279 </ComplexType>
3426134280 <ComplexType Name="chatMessageReaction">
3426234281 <Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false"/>
34282+ <Property Name="displayName" Type="Edm.String"/>
34283+ <Property Name="reactionContentUrl" Type="Edm.String"/>
3426334284 <Property Name="reactionType" Type="Edm.String" Nullable="false"/>
3426434285 <Property Name="user" Type="graph.chatMessageReactionIdentitySet" Nullable="false"/>
3426534286 </ComplexType>
@@ -35397,6 +35418,9 @@ within the time frame of their original request."/>
3539735418 <Action Name="instantiate" IsBound="true">
3539835419 <Parameter Name="bindingParameter" Type="graph.applicationTemplate"/>
3539935420 <Parameter Name="displayName" Type="Edm.String" Unicode="false"/>
35421+ <Parameter Name="serviceManagementReference" Type="Edm.String" Unicode="false">
35422+ <Annotation Term="Org.OData.Core.V1.OptionalParameter"/>
35423+ </Parameter>
3540035424 <ReturnType Type="graph.applicationServicePrincipal"/>
3540135425 </Action>
3540235426 <Action Name="setVerifiedPublisher" IsBound="true">
@@ -40705,8 +40729,8 @@ within the time frame of their original request."/>
4070540729 </EnumType>
4070640730 <EnumType Name="purgeType">
4070740731 <Member Name="recoverable" Value="0"/>
40708- <Member Name="permanentlyDeleted " Value="1"/>
40709- <Member Name="unknownFutureValue " Value="2"/>
40732+ <Member Name="unknownFutureValue " Value="1"/>
40733+ <Member Name="permanentlyDelete " Value="2"/>
4071040734 </EnumType>
4071140735 <EnumType Name="sourceType" IsFlags="true">
4071240736 <Member Name="mailbox" Value="1"/>
0 commit comments