Skip to content

Commit 3c64570

Browse files
committed
Schema sync 2026-04-03 from 1.4.499.0
1 parent 11beefd commit 3c64570

16 files changed

+752
-264
lines changed

schemas/beta-Bleu.csdl

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7546,11 +7546,11 @@
75467546
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
75477547
</ComplexType>
75487548
<ComplexType Name="appManagementConfiguration" Abstract="true">
7549-
<NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" />
7550-
<NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" />
7549+
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" />
7550+
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" />
75517551
</ComplexType>
75527552
<ComplexType Name="appManagementPolicyActorExemptions">
7553-
<NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" />
7553+
<Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" />
75547554
</ComplexType>
75557555
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
75567556
<ComplexType Name="appMetadata">
@@ -8433,6 +8433,13 @@
84338433
<Property Name="timeoutInMilliseconds" Type="Edm.Int32" />
84348434
</ComplexType>
84358435
<ComplexType Name="customExtensionEndpointConfiguration" Abstract="true" />
8436+
<ComplexType Name="customSecurityAttributeExemption" Abstract="true">
8437+
<Property Name="id" Type="Edm.String" Nullable="false" />
8438+
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" />
8439+
</ComplexType>
8440+
<ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
8441+
<Property Name="value" Type="Edm.String" />
8442+
</ComplexType>
84368443
<ComplexType Name="customSecurityAttributeValue" OpenType="true" />
84378444
<ComplexType Name="customSubjectAlternativeName">
84388445
<Property Name="name" Type="Edm.String" />
@@ -10070,6 +10077,13 @@
1007010077
<Property Name="type" Type="Edm.String" />
1007110078
<Property Name="usage" Type="Edm.String" />
1007210079
</ComplexType>
10080+
<ComplexType Name="keyCredentialConfiguration">
10081+
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
10082+
<Property Name="maxLifetime" Type="Edm.Duration" />
10083+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
10084+
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
10085+
<Property Name="state" Type="graph.appManagementRestrictionState" />
10086+
</ComplexType>
1007310087
<ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair">
1007410088
<Property Name="value" Type="Edm.Int32" Nullable="false" />
1007510089
</ComplexType>
@@ -10947,6 +10961,12 @@
1094710961
<Property Name="secretText" Type="Edm.String" />
1094810962
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
1094910963
</ComplexType>
10964+
<ComplexType Name="passwordCredentialConfiguration">
10965+
<Property Name="maxLifetime" Type="Edm.Duration" />
10966+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
10967+
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
10968+
<Property Name="state" Type="graph.appManagementRestrictionState" />
10969+
</ComplexType>
1095010970
<ComplexType Name="passwordProfile">
1095110971
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
1095210972
<Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
@@ -15748,12 +15768,6 @@
1574815768
<Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" />
1574915769
<NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" />
1575015770
</EntityType>
15751-
<EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true">
15752-
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" />
15753-
</EntityType>
15754-
<EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
15755-
<Property Name="value" Type="Edm.String" />
15756-
</EntityType>
1575715771
<EntityType Name="dailyInactiveUsersMetric" BaseType="graph.inactiveUsersMetricBase">
1575815772
<Property Name="inactive1DayCount" Type="Edm.Int64" />
1575915773
</EntityType>
@@ -18922,16 +18936,6 @@
1892218936
<Property Name="name" Type="Edm.String" />
1892318937
<Property Name="retentionSettings" Type="graph.retentionLabelSettings" />
1892418938
</EntityType>
18925-
<EntityType Name="keyCredentialConfiguration">
18926-
<Key>
18927-
<PropertyRef Name="restrictionType" />
18928-
</Key>
18929-
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
18930-
<Property Name="maxLifetime" Type="Edm.Duration" />
18931-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
18932-
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
18933-
<Property Name="state" Type="graph.appManagementRestrictionState" />
18934-
</EntityType>
1893518939
<EntityType Name="languageProficiency" BaseType="graph.itemFacet">
1893618940
<Property Name="displayName" Type="Edm.String" />
1893718941
<Property Name="proficiency" Type="graph.languageProficiencyLevel" />
@@ -20440,15 +20444,6 @@
2044020444
<EntityType Name="passkeyAuthenticationMethodTarget" BaseType="graph.authenticationMethodTarget">
2044120445
<Property Name="allowedPasskeyProfiles" Type="Collection(Edm.Guid)" />
2044220446
</EntityType>
20443-
<EntityType Name="passwordCredentialConfiguration">
20444-
<Key>
20445-
<PropertyRef Name="restrictionType" />
20446-
</Key>
20447-
<Property Name="maxLifetime" Type="Edm.Duration" />
20448-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
20449-
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" />
20450-
<Property Name="state" Type="graph.appManagementRestrictionState" />
20451-
</EntityType>
2045220447
<EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter">
2045320448
<Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" />
2045420449
</EntityType>

schemas/beta-Delos.csdl

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5434,11 +5434,11 @@
54345434
<Property Name="identifierUris" Type="graph.identifierUriConfiguration" />
54355435
</ComplexType>
54365436
<ComplexType Name="appManagementConfiguration" Abstract="true">
5437-
<NavigationProperty Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" ContainsTarget="true" />
5438-
<NavigationProperty Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" ContainsTarget="true" />
5437+
<Property Name="keyCredentials" Type="Collection(graph.keyCredentialConfiguration)" Nullable="false" />
5438+
<Property Name="passwordCredentials" Type="Collection(graph.passwordCredentialConfiguration)" Nullable="false" />
54395439
</ComplexType>
54405440
<ComplexType Name="appManagementPolicyActorExemptions">
5441-
<NavigationProperty Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" ContainsTarget="true" />
5441+
<Property Name="customSecurityAttributes" Type="Collection(graph.customSecurityAttributeExemption)" />
54425442
</ComplexType>
54435443
<ComplexType Name="appManagementServicePrincipalConfiguration" BaseType="graph.appManagementConfiguration" />
54445444
<ComplexType Name="appMetadata">
@@ -5912,6 +5912,13 @@
59125912
<ComplexType Name="customAppManagementConfiguration" BaseType="graph.appManagementConfiguration">
59135913
<Property Name="applicationRestrictions" Type="graph.customAppManagementApplicationConfiguration" />
59145914
</ComplexType>
5915+
<ComplexType Name="customSecurityAttributeExemption" Abstract="true">
5916+
<Property Name="id" Type="Edm.String" Nullable="false" />
5917+
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" Nullable="false" />
5918+
</ComplexType>
5919+
<ComplexType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
5920+
<Property Name="value" Type="Edm.String" />
5921+
</ComplexType>
59155922
<ComplexType Name="customSecurityAttributeValue" OpenType="true" />
59165923
<ComplexType Name="customSubjectAlternativeName">
59175924
<Property Name="name" Type="Edm.String" />
@@ -7180,6 +7187,13 @@
71807187
<Property Name="type" Type="Edm.String" />
71817188
<Property Name="usage" Type="Edm.String" />
71827189
</ComplexType>
7190+
<ComplexType Name="keyCredentialConfiguration">
7191+
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
7192+
<Property Name="maxLifetime" Type="Edm.Duration" />
7193+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
7194+
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" />
7195+
<Property Name="state" Type="graph.appManagementRestrictionState" />
7196+
</ComplexType>
71837197
<ComplexType Name="keyIntegerValuePair" BaseType="graph.keyTypedValuePair">
71847198
<Property Name="value" Type="Edm.Int32" Nullable="false" />
71857199
</ComplexType>
@@ -7824,6 +7838,12 @@
78247838
<Property Name="secretText" Type="Edm.String" />
78257839
<Property Name="startDateTime" Type="Edm.DateTimeOffset" />
78267840
</ComplexType>
7841+
<ComplexType Name="passwordCredentialConfiguration">
7842+
<Property Name="maxLifetime" Type="Edm.Duration" />
7843+
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
7844+
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" />
7845+
<Property Name="state" Type="graph.appManagementRestrictionState" />
7846+
</ComplexType>
78277847
<ComplexType Name="passwordProfile">
78287848
<Property Name="forceChangePasswordNextSignIn" Type="Edm.Boolean" />
78297849
<Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" />
@@ -10774,12 +10794,6 @@
1077410794
<Property Name="usePreDefinedValuesOnly" Type="Edm.Boolean" />
1077510795
<NavigationProperty Name="allowedValues" Type="Collection(graph.allowedValue)" ContainsTarget="true" />
1077610796
</EntityType>
10777-
<EntityType Name="customSecurityAttributeExemption" BaseType="graph.entity" Abstract="true">
10778-
<Property Name="operator" Type="graph.customSecurityAttributeComparisonOperator" />
10779-
</EntityType>
10780-
<EntityType Name="customSecurityAttributeStringValueExemption" BaseType="graph.customSecurityAttributeExemption">
10781-
<Property Name="value" Type="Edm.String" />
10782-
</EntityType>
1078310797
<EntityType Name="dataSharingConsent" BaseType="graph.entity">
1078410798
<Property Name="grantDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
1078510799
<Property Name="granted" Type="Edm.Boolean" Nullable="false" />
@@ -13538,16 +13552,6 @@
1353813552
<EntityType Name="itemAttachment" BaseType="graph.attachment">
1353913553
<NavigationProperty Name="item" Type="graph.outlookItem" ContainsTarget="true" />
1354013554
</EntityType>
13541-
<EntityType Name="keyCredentialConfiguration">
13542-
<Key>
13543-
<PropertyRef Name="restrictionType" />
13544-
</Key>
13545-
<Property Name="certificateBasedApplicationConfigurationIds" Type="Collection(Edm.String)" />
13546-
<Property Name="maxLifetime" Type="Edm.Duration" />
13547-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
13548-
<Property Name="restrictionType" Type="graph.appKeyCredentialRestrictionType" Nullable="false" />
13549-
<Property Name="state" Type="graph.appManagementRestrictionState" />
13550-
</EntityType>
1355113555
<EntityType Name="licenseDetails" BaseType="graph.entity">
1355213556
<Property Name="servicePlans" Type="Collection(graph.servicePlanInfo)" Nullable="false" />
1355313557
<Property Name="skuId" Type="Edm.Guid" />
@@ -14900,15 +14904,6 @@
1490014904
<Property Name="supportTelephones" Type="Collection(Edm.String)" />
1490114905
<Property Name="supportUrl" Type="Edm.String" />
1490214906
</EntityType>
14903-
<EntityType Name="passwordCredentialConfiguration">
14904-
<Key>
14905-
<PropertyRef Name="restrictionType" />
14906-
</Key>
14907-
<Property Name="maxLifetime" Type="Edm.Duration" />
14908-
<Property Name="restrictForAppsCreatedAfterDateTime" Type="Edm.DateTimeOffset" />
14909-
<Property Name="restrictionType" Type="graph.appCredentialRestrictionType" Nullable="false" />
14910-
<Property Name="state" Type="graph.appManagementRestrictionState" />
14911-
</EntityType>
1491214907
<EntityType Name="payloadCompatibleAssignmentFilter" BaseType="graph.deviceAndAppManagementAssignmentFilter">
1491314908
<Property Name="payloadType" Type="graph.assignmentFilterPayloadType" Nullable="false" />
1491414909
</EntityType>

0 commit comments

Comments
 (0)