Skip to content

Commit 86961eb

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 180616
1 parent c209e96 commit 86961eb

File tree

4 files changed

+14952
-14832
lines changed

4 files changed

+14952
-14832
lines changed

clean_beta_metadata/cleanMetadata.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16135,6 +16135,11 @@
1613516135
<NavigationProperty Name="customExtension" Type="graph.onOtpSendCustomExtension" />
1613616136
</ComplexType>
1613716137
<ComplexType Name="onOtpSendHandler" Abstract="true" />
16138+
<ComplexType Name="onPhoneMethodLoadStartExternalUsersAuthHandler" BaseType="graph.onPhoneMethodLoadStartHandler">
16139+
<Property Name="smsOptions" Type="graph.phoneOptions" Nullable="false" />
16140+
<Property Name="voiceOptions" Type="graph.phoneOptions" Nullable="false" />
16141+
</ComplexType>
16142+
<ComplexType Name="onPhoneMethodLoadStartHandler" Abstract="true" />
1613816143
<ComplexType Name="onPremisesAccidentalDeletionPrevention">
1613916144
<Property Name="alertThreshold" Type="Edm.Int32" />
1614016145
<Property Name="synchronizationPreventionType" Type="graph.onPremisesDirectorySynchronizationDeletionPreventionType" />
@@ -16515,6 +16520,11 @@
1651516520
<Property Name="number" Type="Edm.String" />
1651616521
<Property Name="type" Type="graph.phoneType" />
1651716522
</ComplexType>
16523+
<ComplexType Name="phoneOptions">
16524+
<Property Name="defaultRegions" Type="Collection(Edm.Int16)" Nullable="false" />
16525+
<Property Name="excludeRegions" Type="Collection(Edm.Int16)" Nullable="false" />
16526+
<Property Name="includeAdditionalRegions" Type="Collection(Edm.Int16)" Nullable="false" />
16527+
</ComplexType>
1651816528
<ComplexType Name="photo">
1651916529
<Property Name="cameraMake" Type="Edm.String" />
1652016530
<Property Name="cameraModel" Type="Edm.String" />
@@ -31092,6 +31102,9 @@
3109231102
</Annotation>
3109331103
</EntityType>
3109431104
<EntityType Name="onOtpSendCustomExtension" BaseType="graph.customAuthenticationExtension" />
31105+
<EntityType Name="onPhoneMethodLoadStartListener" BaseType="graph.authenticationEventListener">
31106+
<Property Name="handler" Type="graph.onPhoneMethodLoadStartHandler" Nullable="false" />
31107+
</EntityType>
3109531108
<EntityType Name="onPremisesAgent" BaseType="graph.entity">
3109631109
<Property Name="externalIp" Type="Edm.String" Nullable="false" />
3109731110
<Property Name="machineName" Type="Edm.String" Nullable="false" />
@@ -71231,6 +71244,16 @@
7123171244
</Annotation>
7123271245
</Annotations>
7123371246
<Annotations Target="microsoft.graph.GraphService/contacts">
71247+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
71248+
<Record>
71249+
<PropertyValue Property="Expandable" Bool="true" />
71250+
<PropertyValue Property="NonExpandableProperties">
71251+
<Collection>
71252+
<NavigationPropertyPath>onPremisesSyncBehavior</NavigationPropertyPath>
71253+
</Collection>
71254+
</PropertyValue>
71255+
</Record>
71256+
</Annotation>
7123471257
<Annotation Term="Org.OData.Capabilities.V1.ReadRestrictions">
7123571258
<Record>
7123671259
<PropertyValue Property="CustomHeaders">

0 commit comments

Comments
 (0)