Skip to content

Commit dc9b997

Browse files
Merge pull request #1095 from microsoftgraph/schemas/metadata-publishing-2026-05-05
Schema sync 2026-05-05 from 1.4.550.1
2 parents 1abee9e + 2f86243 commit dc9b997

12 files changed

Lines changed: 6941 additions & 1 deletion

schemas/beta-Bleu.csdl

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

schemas/beta-Fairfax.csdl

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

schemas/beta-Mooncake.csdl

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,6 +3587,12 @@
35873587
<Member Name="disabled" Value="0" />
35883588
<Member Name="enabled" Value="1" />
35893589
</EnumType>
3590+
<EnumType Name="m365ResourceType">
3591+
<Member Name="none" Value="0" />
3592+
<Member Name="group" Value="1" />
3593+
<Member Name="user" Value="2" />
3594+
<Member Name="unknownFutureValue" Value="3" />
3595+
</EnumType>
35903596
<EnumType Name="macAddressRandomizationMode">
35913597
<Member Name="automatic" Value="0" />
35923598
<Member Name="hardware" Value="1" />
@@ -10429,6 +10435,18 @@
1042910435
<Property Name="listId" Type="Edm.String" />
1043010436
<Property Name="primaryLookupColumnId" Type="Edm.String" />
1043110437
</ComplexType>
10438+
<ComplexType Name="m365CapabilityInboundAccess">
10439+
<Property Name="isAllowed" Type="Edm.Boolean" />
10440+
<Property Name="resourceScopes" Type="graph.m365CapabilityResourceScopes" />
10441+
</ComplexType>
10442+
<ComplexType Name="m365CapabilityResourceScope">
10443+
<Property Name="resourceId" Type="Edm.String" />
10444+
<Property Name="resourceType" Type="graph.m365ResourceType" Nullable="false" />
10445+
</ComplexType>
10446+
<ComplexType Name="m365CapabilityResourceScopes">
10447+
<Property Name="excluded" Type="Collection(graph.m365CapabilityResourceScope)" Nullable="false" />
10448+
<Property Name="included" Type="Collection(graph.m365CapabilityResourceScope)" Nullable="false" />
10449+
</ComplexType>
1043210450
<ComplexType Name="macAppIdentifier" BaseType="graph.mobileAppIdentifier">
1043310451
<Property Name="bundleId" Type="Edm.String" Nullable="false" />
1043410452
</ComplexType>
@@ -16182,6 +16200,7 @@
1618216200
<Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" />
1618316201
<Property Name="invitationRedemptionIdentityProviderConfiguration" Type="graph.defaultInvitationRedemptionIdentityProviderConfiguration" />
1618416202
<Property Name="isServiceDefault" Type="Edm.Boolean" />
16203+
<NavigationProperty Name="m365Capabilities" Type="Collection(graph.m365CapabilityBase)" ContainsTarget="true" />
1618516204
</EntityType>
1618616205
<EntityType Name="crossTenantAccessPolicyConfigurationPartner">
1618716206
<Key>
@@ -16195,7 +16214,13 @@
1619516214
<Property Name="isServiceProvider" Type="Edm.Boolean" />
1619616215
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
1619716216
<NavigationProperty Name="identitySynchronization" Type="graph.crossTenantIdentitySyncPolicyPartner" ContainsTarget="true" />
16217+
<NavigationProperty Name="m365Capabilities" Type="Collection(graph.m365CapabilityBase)" ContainsTarget="true" />
1619816218
</EntityType>
16219+
<EntityType Name="crossTenantCalendarAvailabilityBasic" BaseType="graph.m365CapabilityBase" />
16220+
<EntityType Name="crossTenantCalendarAvailabilityLimitedDetails" BaseType="graph.m365CapabilityBase" />
16221+
<EntityType Name="crossTenantCalendarSharingFreeBusyDetail" BaseType="graph.m365CapabilityBase" />
16222+
<EntityType Name="crossTenantCalendarSharingFreeBusyReviewer" BaseType="graph.m365CapabilityBase" />
16223+
<EntityType Name="crossTenantCalendarSharingFreeBusySimple" BaseType="graph.m365CapabilityBase" />
1619916224
<EntityType Name="crossTenantIdentitySyncPolicyPartner">
1620016225
<Key>
1620116226
<PropertyRef Name="tenantId" />
@@ -16206,6 +16231,12 @@
1620616231
<Property Name="tenantId" Type="Edm.String" Nullable="false" />
1620716232
<Property Name="userSyncInbound" Type="graph.crossTenantUserSyncInbound" />
1620816233
</EntityType>
16234+
<EntityType Name="crossTenantMailTipsAll" BaseType="graph.m365CapabilityBase" />
16235+
<EntityType Name="crossTenantMailTipsLimited" BaseType="graph.m365CapabilityBase" />
16236+
<EntityType Name="crossTenantMigration" BaseType="graph.m365CapabilityBase" />
16237+
<EntityType Name="crossTenantOpenProfileCard" BaseType="graph.m365CapabilityBase" />
16238+
<EntityType Name="crossTenantPlacesDeskBooking" BaseType="graph.m365CapabilityBase" />
16239+
<EntityType Name="crossTenantPlacesRoomBooking" BaseType="graph.m365CapabilityBase" />
1620916240
<EntityType Name="customAccessPackageWorkflowExtension" BaseType="graph.customCalloutExtension">
1621016241
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
1621116242
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" />
@@ -19566,6 +19597,14 @@
1956619597
<Property Name="status" Type="graph.longRunningOperationStatus" />
1956719598
<Property Name="statusDetail" Type="Edm.String" />
1956819599
</EntityType>
19600+
<EntityType Name="m365CapabilityBase" Abstract="true">
19601+
<Key>
19602+
<PropertyRef Name="name" />
19603+
</Key>
19604+
<Property Name="inboundAccess" Type="graph.m365CapabilityInboundAccess" />
19605+
<Property Name="lastModifiedDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
19606+
<Property Name="name" Type="Edm.String" Nullable="false" />
19607+
</EntityType>
1956919608
<EntityType Name="macOSCertificateProfileBase" BaseType="graph.deviceConfiguration" Abstract="true">
1957019609
<Property Name="certificateValidityPeriodScale" Type="graph.certificateValidityPeriodScale" Nullable="false" />
1957119610
<Property Name="certificateValidityPeriodValue" Type="Edm.Int32" Nullable="false" />
@@ -39402,6 +39441,13 @@
3940239441
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
3940339442
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
3940439443
</Annotations>
39444+
<Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationDefault/m365Capabilities">
39445+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
39446+
<Record>
39447+
<PropertyValue Property="Upsertable" Bool="true" />
39448+
</Record>
39449+
</Annotation>
39450+
</Annotations>
3940539451
<Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationPartner">
3940639452
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
3940739453
<Record>
@@ -39431,6 +39477,13 @@
3943139477
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
3943239478
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
3943339479
</Annotations>
39480+
<Annotations Target="microsoft.graph.crossTenantAccessPolicyConfigurationPartner/m365Capabilities">
39481+
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
39482+
<Record>
39483+
<PropertyValue Property="Upsertable" Bool="true" />
39484+
</Record>
39485+
</Annotation>
39486+
</Annotations>
3943439487
<Annotations Target="microsoft.graph.crossTenantIdentitySyncPolicyPartner">
3943539488
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
3943639489
<Record>

0 commit comments

Comments
 (0)