Skip to content

Commit dace276

Browse files
committed
Schema sync 2026-04-07 from 1.4.515.0
1 parent 5c3b9a9 commit dace276

15 files changed

Lines changed: 3319 additions & 371 deletions

schemas/beta-Bleu.csdl

Lines changed: 497 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Delos.csdl

Lines changed: 990 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

Lines changed: 508 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Mooncake.csdl

Lines changed: 502 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-Prod.csdl

Lines changed: 583 additions & 37 deletions
Large diffs are not rendered by default.

schemas/beta-USNat.csdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7563,6 +7563,7 @@
75637563
<Property Name="requirements" Type="graph.strongAuthenticationRequirements" />
75647564
<Property Name="signInPreferences" Type="graph.signInPreferences" />
75657565
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
7566+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
75667567
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
75677568
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
75687569
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -8689,6 +8690,10 @@
86898690
<Property Name="name" Type="Edm.String" Nullable="false" />
86908691
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
86918692
</EntityType>
8693+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
8694+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
8695+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
8696+
</EntityType>
86928697
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
86938698
<Property Name="appId" Type="Edm.String" Nullable="false" />
86948699
<Property Name="displayName" Type="Edm.String" Nullable="false" />

schemas/beta-USSec.csdl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7797,6 +7797,7 @@
77977797
<Property Name="requirements" Type="graph.strongAuthenticationRequirements" />
77987798
<Property Name="signInPreferences" Type="graph.signInPreferences" />
77997799
<NavigationProperty Name="emailMethods" Type="Collection(graph.emailAuthenticationMethod)" ContainsTarget="true" />
7800+
<NavigationProperty Name="externalAuthenticationMethods" Type="Collection(graph.externalAuthenticationMethod)" ContainsTarget="true" />
78007801
<NavigationProperty Name="fido2Methods" Type="Collection(graph.fido2AuthenticationMethod)" ContainsTarget="true" />
78017802
<NavigationProperty Name="methods" Type="Collection(graph.authenticationMethod)" ContainsTarget="true" />
78027803
<NavigationProperty Name="microsoftAuthenticatorMethods" Type="Collection(graph.microsoftAuthenticatorAuthenticationMethod)" ContainsTarget="true" />
@@ -8924,6 +8925,10 @@
89248925
<Property Name="name" Type="Edm.String" Nullable="false" />
89258926
<Property Name="targetObjects" Type="Collection(Edm.String)" Nullable="false" />
89268927
</EntityType>
8928+
<EntityType Name="externalAuthenticationMethod" BaseType="graph.authenticationMethod">
8929+
<Property Name="configurationId" Type="Edm.String" Nullable="false" />
8930+
<Property Name="displayName" Type="Edm.String" Nullable="false" />
8931+
</EntityType>
89278932
<EntityType Name="externalAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
89288933
<Property Name="appId" Type="Edm.String" Nullable="false" />
89298934
<Property Name="displayName" Type="Edm.String" Nullable="false" />

schemas/v1.0-Bleu.csdl

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

schemas/v1.0-Delos.csdl

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

schemas/v1.0-Fairfax.csdl

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)