Skip to content

Commit

Permalink
Merge pull request #773 from microsoftgraph/schemas/metadata-publishi…
Browse files Browse the repository at this point in the history
…ng-2025-02-14

Schema sync 2025-02-14 from 1.3.591.0
  • Loading branch information
andrueastman authored Feb 17, 2025
2 parents ac54476 + 091bb9f commit 4089444
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions schemas/annotated-beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -16124,6 +16124,11 @@
<NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" />
</ComplexType>
<ComplexType Name="onOtpSendHandler" Abstract="true" />
<ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler">
<Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" />
<Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" />
</ComplexType>
<ComplexType Name="onPhoneMethodLoadStartHandler" Abstract="true" />
<ComplexType Name="onPremisesAccidentalDeletionPrevention">
<Property Name="alertThreshold" Type="Edm.Int32" />
<Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" />
Expand Down Expand Up @@ -16504,6 +16509,11 @@
<Property Name="number" Type="Edm.String" />
<Property Name="type" Type="graph.phoneType" />
</ComplexType>
<ComplexType Name="phoneOptions">
<Property Name="defaultRegions" Type="Collection(Edm.Int16)" Nullable="false" />
<Property Name="excludeRegions" Type="Collection(Edm.Int16)" Nullable="false" />
<Property Name="includeAdditionalRegions" Type="Collection(Edm.Int16)" Nullable="false" />
</ComplexType>
<ComplexType Name="photo">
<Property Name="cameraMake" Type="Edm.String" />
<Property Name="cameraModel" Type="Edm.String" />
Expand Down Expand Up @@ -30110,6 +30120,9 @@
</Annotation>
</EntityType>
<EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" />
<EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener">
<Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesAgent" BaseType="graph.entity">
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
<Property Name="machineName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -68479,6 +68492,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down
23 changes: 23 additions & 0 deletions schemas/beta-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -16124,6 +16124,11 @@
<NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" />
</ComplexType>
<ComplexType Name="onOtpSendHandler" Abstract="true" />
<ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler">
<Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" />
<Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" />
</ComplexType>
<ComplexType Name="onPhoneMethodLoadStartHandler" Abstract="true" />
<ComplexType Name="onPremisesAccidentalDeletionPrevention">
<Property Name="alertThreshold" Type="Edm.Int32" />
<Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" />
Expand Down Expand Up @@ -16504,6 +16509,11 @@
<Property Name="number" Type="Edm.String" />
<Property Name="type" Type="graph.phoneType" />
</ComplexType>
<ComplexType Name="phoneOptions">
<Property Name="defaultRegions" Type="Collection(Edm.Int16)" Nullable="false" />
<Property Name="excludeRegions" Type="Collection(Edm.Int16)" Nullable="false" />
<Property Name="includeAdditionalRegions" Type="Collection(Edm.Int16)" Nullable="false" />
</ComplexType>
<ComplexType Name="photo">
<Property Name="cameraMake" Type="Edm.String" />
<Property Name="cameraModel" Type="Edm.String" />
Expand Down Expand Up @@ -30110,6 +30120,9 @@
</Annotation>
</EntityType>
<EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" />
<EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener">
<Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" />
</EntityType>
<EntityType Name="onPremisesAgent" BaseType="graph.entity">
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
<Property Name="machineName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -68479,6 +68492,16 @@
</Annotation>
</Annotations>
<Annotations Target="microsoft.graph.GraphService/contacts">
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
<Record>
<PropertyValue Property="Expandable" Bool="true" />
<PropertyValue Property="NonExpandableProperties">
<Collection>
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
</Collection>
</PropertyValue>
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
<Record>
<PropertyValue Property="CustomHeaders">
Expand Down

0 comments on commit 4089444

Please sign in to comment.