Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading