Skip to content

Commit

Permalink
Merge pull request #458 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2023-10-11

Schema sync 2023-10-11 from 1.3.159.0
  • Loading branch information
andrueastman authored Oct 11, 2023
2 parents e840b57 + 6c0af8a commit 2740aa5
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 1 deletion.
24 changes: 24 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -7526,6 +7526,10 @@
<Property Name="path" Type="Edm.String" />
<Property Name="processId" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="profileCardAnnotation">
<Property Name="displayName" Type="Edm.String" />
<Property Name="localizations" Type="Collection(graph.displayNameLocalization)" />
</ComplexType>
<ComplexType Name="prompt" Abstract="true" />
<ComplexType Name="provisionChannelEmailResult">
<Property Name="email" Type="Edm.String" />
Expand Down Expand Up @@ -9342,6 +9346,7 @@
<EntityType Name="addLargeGalleryViewOperation" BaseType="graph.commsOperation" OpenType="true" />
<EntityType Name="admin">
<NavigationProperty Name="edge" Type="graph.edge" ContainsTarget="true" />
<NavigationProperty Name="people" Type="graph.peopleAdminSettings" ContainsTarget="true" />
<NavigationProperty Name="serviceAnnouncement" Type="graph.serviceAnnouncement" ContainsTarget="true" />
<NavigationProperty Name="sharepoint" Type="graph.sharepoint" ContainsTarget="true" />
</EntityType>
Expand Down Expand Up @@ -12981,6 +12986,9 @@
<Property Name="technique" Type="graph.simulationAttackTechnique" />
<Property Name="theme" Type="graph.payloadTheme" />
</EntityType>
<EntityType Name="peopleAdminSettings" BaseType="graph.entity">
<NavigationProperty Name="profileCardProperties" Type="Collection(graph.profileCardProperty)" ContainsTarget="true" />
</EntityType>
<EntityType Name="permission" BaseType="graph.entity">
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" />
<Property Name="grantedTo" Type="graph.identitySet" />
Expand Down Expand Up @@ -13365,6 +13373,10 @@
<Property Name="scheduleInfo" Type="graph.requestSchedule" />
<Property Name="ticketInfo" Type="graph.ticketInfo" />
</EntityType>
<EntityType Name="profileCardProperty" BaseType="graph.entity">
<Property Name="annotations" Type="Collection(graph.profileCardAnnotation)" />
<Property Name="directoryPropertyName" Type="Edm.String" />
</EntityType>
<EntityType Name="profilePhoto" BaseType="graph.entity" HasStream="true">
<Property Name="height" Type="Edm.Int32" />
<Property Name="width" Type="Edm.Int32" />
Expand Down Expand Up @@ -22257,6 +22269,18 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.admin/people">
<Annotation Term="Org.OData.Capabilities.V1.DeleteRestrictions">
<Record>
<PropertyValue Property="Deletable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.InsertRestrictions">
<Record>
<PropertyValue Property="Insertable" Bool="false" />
</Record>
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.administrativeUnit">
<Annotation Term="Org.OData.Capabilities.V1.ChangeTracking">
<Record>
Expand Down
Loading

0 comments on commit 2740aa5

Please sign in to comment.