|
20714 | 20714 | <Property Name="requestId" Type="Edm.String" Nullable="false" /> |
20715 | 20715 | <Property Name="sessionId" Type="Edm.String" Nullable="false" /> |
20716 | 20716 | </EntityType> |
20717 | | - <EntityType Name="aiInteractionHistory" BaseType="graph.entity"> |
20718 | | - <NavigationProperty Name="interactions" Type="Collection(graph.aiInteraction)" ContainsTarget="true" /> |
20719 | | - </EntityType> |
| 20717 | + <EntityType Name="aiInteractionHistory" BaseType="graph.entity" /> |
20720 | 20718 | <EntityType Name="aiUser" BaseType="graph.entity"> |
20721 | 20719 | <NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" /> |
20722 | 20720 | </EntityType> |
|
32226 | 32224 | <Property Name="activity" Type="Edm.String" /> |
32227 | 32225 | <Property Name="availability" Type="Edm.String" /> |
32228 | 32226 | <Property Name="outOfOfficeSettings" Type="graph.outOfOfficeSettings" /> |
| 32227 | + <Property Name="sequenceNumber" Type="Edm.String" /> |
32229 | 32228 | <Property Name="statusMessage" Type="graph.presenceStatusMessage" /> |
32230 | 32229 | </EntityType> |
32231 | 32230 | <EntityType Name="presentation" BaseType="graph.entity"> |
|
35781 | 35780 | <NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" /> |
35782 | 35781 | <NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" /> |
35783 | 35782 | <NavigationProperty Name="manager" Type="graph.directoryObject"> |
35784 | | - <Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions"> |
| 35783 | + <Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions"> |
35785 | 35784 | <Record> |
35786 | | - <PropertyValue Property="Referenceable" Bool="true" /> |
| 35785 | + <PropertyValue Property="CustomHeaders"> |
| 35786 | + <Collection> |
| 35787 | + <Record> |
| 35788 | + <PropertyValue Property="Name" String="ConsistencyLevel" /> |
| 35789 | + <PropertyValue Property="Description" String="Indicates the requested consistency level." /> |
| 35790 | + <PropertyValue Property="DocumentationURL" String="https://docs.microsoft.com/graph/aad-advanced-queries" /> |
| 35791 | + <PropertyValue Property="Required" Bool="false" /> |
| 35792 | + <PropertyValue Property="ExampleValues"> |
| 35793 | + <Collection> |
| 35794 | + <Record> |
| 35795 | + <PropertyValue Property="Value" String="eventual" /> |
| 35796 | + <PropertyValue Property="Description" String="$search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'." /> |
| 35797 | + </Record> |
| 35798 | + </Collection> |
| 35799 | + </PropertyValue> |
| 35800 | + </Record> |
| 35801 | + </Collection> |
| 35802 | + </PropertyValue> |
35787 | 35803 | </Record> |
35788 | 35804 | </Annotation> |
35789 | 35805 | </NavigationProperty> |
|
84746 | 84762 | <Annotations Target="microsoft.graph.prereleaseFeatures/userDefined"> |
84747 | 84763 | <Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." /> |
84748 | 84764 | </Annotations> |
| 84765 | + <Annotations Target="microsoft.graph.presence/sequenceNumber"> |
| 84766 | + <Annotation Term="Org.OData.Core.V1.Computed" Bool="true" /> |
| 84767 | + </Annotations> |
84749 | 84768 | <Annotations Target="microsoft.graph.print/printerShares"> |
84750 | 84769 | <Annotation Term="Org.OData.Core.V1.Revisions"> |
84751 | 84770 | <Collection> |
|
0 commit comments