Skip to content

Commit 408e62e

Browse files
authored
Schema sync 2025-10-28 from 1.4.257.0 (#924)
1 parent c1c9706 commit 408e62e

File tree

10 files changed

+1367
-77
lines changed

10 files changed

+1367
-77
lines changed

schemas/beta-Bleu.csdl

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,10 @@
803803
<Property Name="definition" Type="graph.objectDefinition" />
804804
<Property Name="properties" Type="Collection(graph.stringKeyObjectValuePair)" />
805805
</ComplexType>
806+
<ComplexType Name="extensionSchemaProperty">
807+
<Property Name="name" Type="Edm.String" />
808+
<Property Name="type" Type="Edm.String" />
809+
</ComplexType>
806810
<ComplexType Name="federatedIdentityExpression">
807811
<Property Name="languageVersion" Type="Edm.Int32" Nullable="false" />
808812
<Property Name="value" Type="Edm.String" Nullable="false" />
@@ -1640,6 +1644,7 @@
16401644
<Property Name="membershipType" Type="Edm.String" />
16411645
<Property Name="visibility" Type="Edm.String" />
16421646
<NavigationProperty Name="deletedMembers" Type="Collection(graph.directoryObject)" />
1647+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
16431648
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
16441649
<NavigationProperty Name="scopedRoleMembers" Type="Collection(graph.scopedRoleMembership)" ContainsTarget="true" />
16451650
</EntityType>
@@ -1965,6 +1970,7 @@
19651970
<Property Name="registrationDateTime" Type="Edm.DateTimeOffset" />
19661971
<Property Name="systemLabels" Type="Collection(Edm.String)" Nullable="false" />
19671972
<Property Name="trustType" Type="Edm.String" />
1973+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
19681974
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
19691975
<NavigationProperty Name="registeredOwners" Type="Collection(graph.directoryObject)" />
19701976
<NavigationProperty Name="registeredUsers" Type="Collection(graph.directoryObject)" />
@@ -2106,6 +2112,7 @@
21062112
</Key>
21072113
<Property Name="id" Type="Edm.String" Nullable="false" />
21082114
</EntityType>
2115+
<EntityType Name="extension" BaseType="graph.entity" />
21092116
<EntityType Name="extensionProperty" BaseType="graph.directoryObject" OpenType="true">
21102117
<Property Name="appDisplayName" Type="Edm.String" />
21112118
<Property Name="dataType" Type="Edm.String" Nullable="false" />
@@ -2191,6 +2198,7 @@
21912198
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
21922199
<NavigationProperty Name="createdOnBehalfOf" Type="graph.directoryObject" />
21932200
<NavigationProperty Name="endpoints" Type="Collection(graph.endpoint)" ContainsTarget="true" />
2201+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
21942202
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
21952203
<NavigationProperty Name="members" Type="Collection(graph.directoryObject)" />
21962204
<NavigationProperty Name="membersWithLicenseErrors" Type="Collection(graph.directoryObject)" />
@@ -2345,6 +2353,7 @@
23452353
<Property Name="verifiedDomains" Type="Collection(graph.verifiedDomain)" Nullable="false" />
23462354
<NavigationProperty Name="branding" Type="graph.organizationalBranding" ContainsTarget="true" />
23472355
<NavigationProperty Name="certificateBasedAuthConfiguration" Type="Collection(graph.certificateBasedAuthConfiguration)" />
2356+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
23482357
<NavigationProperty Name="partnerInformation" Type="graph.partnerInformation" ContainsTarget="true" />
23492358
</EntityType>
23502359
<EntityType Name="organizationalBranding" BaseType="graph.organizationalBrandingProperties">
@@ -2640,6 +2649,13 @@
26402649
<Property Name="preferredAuthenticationProtocol" Type="graph.authenticationProtocol" />
26412650
<Property Name="signingCertificate" Type="Edm.String" />
26422651
</EntityType>
2652+
<EntityType Name="schemaExtension" BaseType="graph.entity">
2653+
<Property Name="description" Type="Edm.String" />
2654+
<Property Name="owner" Type="Edm.String" Nullable="false" />
2655+
<Property Name="properties" Type="Collection(graph.extensionSchemaProperty)" Nullable="false" />
2656+
<Property Name="status" Type="Edm.String" Nullable="false" />
2657+
<Property Name="targetTypes" Type="Collection(Edm.String)" Nullable="false" />
2658+
</EntityType>
26432659
<EntityType Name="scopedRoleMembership" BaseType="graph.entity">
26442660
<Property Name="administrativeUnitId" Type="Edm.String" Nullable="false" />
26452661
<Property Name="roleId" Type="Edm.String" Nullable="false" />
@@ -2929,6 +2945,7 @@
29292945
<NavigationProperty Name="appRoleAssignments" Type="Collection(graph.appRoleAssignment)" ContainsTarget="true" />
29302946
<NavigationProperty Name="createdObjects" Type="Collection(graph.directoryObject)" />
29312947
<NavigationProperty Name="directReports" Type="Collection(graph.directoryObject)" />
2948+
<NavigationProperty Name="extensions" Type="Collection(graph.extension)" ContainsTarget="true" />
29322949
<NavigationProperty Name="licenseDetails" Type="Collection(graph.licenseDetails)" ContainsTarget="true" />
29332950
<NavigationProperty Name="manager" Type="graph.directoryObject" />
29342951
<NavigationProperty Name="memberOf" Type="Collection(graph.directoryObject)" />
@@ -3371,6 +3388,7 @@
33713388
<NavigationPropertyBinding Path="certificateBasedAuthConfiguration" Target="certificateBasedAuthConfiguration" />
33723389
</EntitySet>
33733390
<EntitySet Name="permissionGrants" EntityType="microsoft.graph.resourceSpecificPermissionGrant" />
3391+
<EntitySet Name="schemaExtensions" EntityType="microsoft.graph.schemaExtension" />
33743392
<EntitySet Name="scopedRoleMemberships" EntityType="microsoft.graph.scopedRoleMembership" />
33753393
<EntitySet Name="servicePrincipals" EntityType="microsoft.graph.servicePrincipal">
33763394
<NavigationPropertyBinding Path="appManagementPolicies" Target="policies/appManagementPolicies" />

0 commit comments

Comments
 (0)