Skip to content

Commit 2380901

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 179842
1 parent cae8f90 commit 2380901

File tree

4 files changed

+15370
-15708
lines changed

4 files changed

+15370
-15708
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20714,9 +20714,7 @@
2071420714
<Property Name="requestId" Type="Edm.String" Nullable="false" />
2071520715
<Property Name="sessionId" Type="Edm.String" Nullable="false" />
2071620716
</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" />
2072020718
<EntityType Name="aiUser" BaseType="graph.entity">
2072120719
<NavigationProperty Name="interactionHistory" Type="graph.aiInteractionHistory" ContainsTarget="true" />
2072220720
</EntityType>
@@ -32226,6 +32224,7 @@
3222632224
<Property Name="activity" Type="Edm.String" />
3222732225
<Property Name="availability" Type="Edm.String" />
3222832226
<Property Name="outOfOfficeSettings" Type="graph.outOfOfficeSettings" />
32227+
<Property Name="sequenceNumber" Type="Edm.String" />
3222932228
<Property Name="statusMessage" Type="graph.presenceStatusMessage" />
3223032229
</EntityType>
3223132230
<EntityType Name="presentation" BaseType="graph.entity">
@@ -35781,9 +35780,26 @@
3578135780
<NavigationProperty Name="managedAppRegistrations" Type="Collection(graph.managedAppRegistration)" />
3578235781
<NavigationProperty Name="managedDevices" Type="Collection(graph.managedDevice)" ContainsTarget="true" />
3578335782
<NavigationProperty Name="manager" Type="graph.directoryObject">
35784-
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
35783+
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
3578535784
<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>
3578735803
</Record>
3578835804
</Annotation>
3578935805
</NavigationProperty>
@@ -84746,6 +84762,9 @@
8474684762
<Annotations Target="microsoft.graph.prereleaseFeatures/userDefined">
8474784763
<Annotation Term="Org.OData.Core.V1.Description" String="User Defined, default value, no intent." />
8474884764
</Annotations>
84765+
<Annotations Target="microsoft.graph.presence/sequenceNumber">
84766+
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
84767+
</Annotations>
8474984768
<Annotations Target="microsoft.graph.print/printerShares">
8475084769
<Annotation Term="Org.OData.Core.V1.Revisions">
8475184770
<Collection>

0 commit comments

Comments
 (0)