Skip to content

Commit 483a512

Browse files
committed
Merge remote-tracking branch 'remotes/origin/schemas/metadata-publishing-2025-09-19' into mmainer/batch-schema-changes
2 parents a81e5c7 + 25fea94 commit 483a512

9 files changed

Lines changed: 427 additions & 3 deletions

schemas/beta-Bleu.csdl

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
<Member Name="intermediate" Value="1" />
9292
<Member Name="unknownFutureValue" Value="2" />
9393
</EnumType>
94+
<EnumType Name="changeType">
95+
<Member Name="created" Value="0" />
96+
<Member Name="updated" Value="1" />
97+
<Member Name="deleted" Value="2" />
98+
</EnumType>
9499
<EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType">
95100
<Member Name="allowed" Value="1" />
96101
<Member Name="blocked" Value="2" />
@@ -156,6 +161,11 @@
156161
<Member Name="verticalSplit" Value="1" />
157162
<Member Name="unknownFutureValue" Value="10" />
158163
</EnumType>
164+
<EnumType Name="lifecycleEventType">
165+
<Member Name="missed" Value="0" />
166+
<Member Name="subscriptionRemoved" Value="1" />
167+
<Member Name="reauthorizationRequired" Value="2" />
168+
</EnumType>
159169
<EnumType Name="mutability">
160170
<Member Name="ReadWrite" Value="0" />
161171
<Member Name="ReadOnly" Value="1" />
@@ -576,6 +586,29 @@
576586
<Property Name="issuer" Type="Edm.String" Nullable="false" />
577587
<Property Name="issuerSki" Type="Edm.String" Nullable="false" />
578588
</ComplexType>
589+
<ComplexType Name="changeNotification">
590+
<Property Name="changeType" Type="graph.changeType" Nullable="false" />
591+
<Property Name="clientState" Type="Edm.String" />
592+
<Property Name="encryptedContent" Type="graph.changeNotificationEncryptedContent" />
593+
<Property Name="id" Type="Edm.String" />
594+
<Property Name="lifecycleEvent" Type="graph.lifecycleEventType" />
595+
<Property Name="resource" Type="Edm.String" Nullable="false" />
596+
<Property Name="resourceData" Type="graph.resourceData" />
597+
<Property Name="subscriptionExpirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
598+
<Property Name="subscriptionId" Type="Edm.Guid" Nullable="false" />
599+
<Property Name="tenantId" Type="Edm.Guid" Nullable="false" />
600+
</ComplexType>
601+
<ComplexType Name="changeNotificationCollection">
602+
<Property Name="validationTokens" Type="Collection(Edm.String)" />
603+
<Property Name="value" Type="Collection(graph.changeNotification)" Nullable="false" />
604+
</ComplexType>
605+
<ComplexType Name="changeNotificationEncryptedContent">
606+
<Property Name="data" Type="Edm.String" Nullable="false" />
607+
<Property Name="dataKey" Type="Edm.String" Nullable="false" />
608+
<Property Name="dataSignature" Type="Edm.String" Nullable="false" />
609+
<Property Name="encryptionCertificateId" Type="Edm.String" Nullable="false" />
610+
<Property Name="encryptionCertificateThumbprint" Type="Edm.String" Nullable="false" />
611+
</ComplexType>
579612
<ComplexType Name="cloudRealtimeCommunicationInfo">
580613
<Property Name="isSipEnabled" Type="Edm.Boolean" />
581614
</ComplexType>
@@ -1182,6 +1215,7 @@
11821215
<Property Name="id" Type="Edm.Guid" Nullable="false" />
11831216
<Property Name="type" Type="Edm.String" />
11841217
</ComplexType>
1218+
<ComplexType Name="resourceData" OpenType="true" />
11851219
<ComplexType Name="resourcePermission">
11861220
<Property Name="type" Type="Edm.String" Nullable="false" />
11871221
<Property Name="value" Type="Edm.String" Nullable="false" />
@@ -2416,6 +2450,20 @@
24162450
<Property Name="skuPartNumber" Type="Edm.String" />
24172451
<Property Name="subscriptionIds" Type="Collection(Edm.String)" />
24182452
</EntityType>
2453+
<EntityType Name="subscription" BaseType="graph.entity">
2454+
<Property Name="applicationId" Type="Edm.String" />
2455+
<Property Name="changeType" Type="Edm.String" Nullable="false" />
2456+
<Property Name="clientState" Type="Edm.String" />
2457+
<Property Name="creatorId" Type="Edm.String" />
2458+
<Property Name="encryptionCertificate" Type="Edm.String" />
2459+
<Property Name="encryptionCertificateId" Type="Edm.String" />
2460+
<Property Name="expirationDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
2461+
<Property Name="includeResourceData" Type="Edm.Boolean" />
2462+
<Property Name="latestSupportedTlsVersion" Type="Edm.String" />
2463+
<Property Name="lifecycleNotificationUrl" Type="Edm.String" />
2464+
<Property Name="notificationUrl" Type="Edm.String" Nullable="false" />
2465+
<Property Name="resource" Type="Edm.String" Nullable="false" />
2466+
</EntityType>
24192467
<EntityType Name="synchronization" BaseType="graph.entity">
24202468
<Property Name="secrets" Type="Collection(graph.synchronizationSecretKeyStringValuePair)" />
24212469
<NavigationProperty Name="jobs" Type="Collection(graph.synchronizationJob)" ContainsTarget="true" />
@@ -2760,6 +2808,9 @@
27602808
<Parameter Name="parameters" Type="Collection(graph.synchronizationJobApplicationParameters)" />
27612809
<ReturnType Type="graph.stringKeyStringValuePair" Nullable="false" />
27622810
</Action>
2811+
<Action Name="reauthorize" IsBound="true">
2812+
<Parameter Name="bindingParameter" Type="graph.subscription" />
2813+
</Action>
27632814
<Action Name="removeKey" IsBound="true">
27642815
<Parameter Name="bindingParameter" Type="graph.application" Nullable="false" />
27652816
<Parameter Name="keyId" Type="Edm.Guid" Nullable="false" />
@@ -2995,6 +3046,7 @@
29953046
</EntitySet>
29963047
<EntitySet Name="settings" EntityType="microsoft.graph.directorySetting" />
29973048
<EntitySet Name="subscribedSkus" EntityType="microsoft.graph.subscribedSku" />
3049+
<EntitySet Name="subscriptions" EntityType="microsoft.graph.subscription" />
29983050
<EntitySet Name="users" EntityType="microsoft.graph.user">
29993051
<NavigationPropertyBinding Path="appRoleAssignedResources" Target="servicePrincipals" />
30003052
<NavigationPropertyBinding Path="createdObjects" Target="directoryObjects" />
@@ -3691,6 +3743,40 @@
36913743
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
36923744
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
36933745
</Annotations>
3746+
<Annotations Target="microsoft.graph.subscription">
3747+
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
3748+
<Record>
3749+
<PropertyValue Property="Countable" Bool="false" />
3750+
</Record>
3751+
</Annotation>
3752+
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
3753+
<Record>
3754+
<PropertyValue Property="Expandable" Bool="false" />
3755+
</Record>
3756+
</Annotation>
3757+
<Annotation Term="Org.OData.Capabilities.V1.FilterRestrictions">
3758+
<Record>
3759+
<PropertyValue Property="Filterable" Bool="false" />
3760+
</Record>
3761+
</Annotation>
3762+
<Annotation Term="Org.OData.Capabilities.V1.NavigationRestrictions">
3763+
<Record>
3764+
<PropertyValue Property="Referenceable" Bool="false" />
3765+
</Record>
3766+
</Annotation>
3767+
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
3768+
<Record>
3769+
<PropertyValue Property="Selectable" Bool="false" />
3770+
</Record>
3771+
</Annotation>
3772+
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
3773+
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
3774+
<Record>
3775+
<PropertyValue Property="Sortable" Bool="false" />
3776+
</Record>
3777+
</Annotation>
3778+
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
3779+
</Annotations>
36943780
<Annotations Target="microsoft.graph.synchronization">
36953781
<Annotation Term="Org.OData.Capabilities.V1.UpdateRestrictions">
36963782
<Record>

schemas/beta-Fairfax.csdl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13636,6 +13636,7 @@
1363613636
<Property Name="orientation" Type="Edm.Int16" />
1363713637
<Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
1363813638
</ComplexType>
13639+
<ComplexType Name="photoAllowedOperations" />
1363913640
<ComplexType Name="physicalAddress">
1364013641
<Property Name="city" Type="Edm.String" />
1364113642
<Property Name="countryOrRegion" Type="Edm.String" />
@@ -24627,6 +24628,7 @@
2462724628
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
2462824629
<Property Name="creationSource" Type="graph.plannerTaskCreation" />
2462924630
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
24631+
<Property Name="hasChat" Type="Edm.Boolean" Nullable="false" />
2463024632
<Property Name="hasDescription" Type="Edm.Boolean" />
2463124633
<Property Name="isArchived" Type="Edm.Boolean" />
2463224634
<Property Name="isOnMyDay" Type="Edm.Boolean" />
@@ -68908,6 +68910,20 @@
6890868910
<Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/notConfigured">
6890968911
<Annotation Term="Org.OData.Core.V1.Description" String="Not configured." />
6891068912
</Annotations>
68913+
<Annotations Target="microsoft.graph.photoAllowedOperations">
68914+
<Annotation Term="Org.OData.Core.V1.Revisions">
68915+
<Collection>
68916+
<Record>
68917+
<PropertyValue Property="Date" Date="2024-02-16" />
68918+
<PropertyValue Property="Kind">
68919+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
68920+
</PropertyValue>
68921+
<PropertyValue Property="RemovalDate" Date="2025-02-16" />
68922+
<PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" />
68923+
</Record>
68924+
</Collection>
68925+
</Annotation>
68926+
</Annotations>
6891168927
<Annotations Target="microsoft.graph.place/placeId">
6891268928
<Annotation Term="Org.OData.Core.V1.Description" String="An alternate immutable unique identifier of the place" />
6891368929
</Annotations>

schemas/beta-Mooncake.csdl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10694,6 +10694,7 @@
1069410694
<Property Name="orientation" Type="Edm.Int16" />
1069510695
<Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
1069610696
</ComplexType>
10697+
<ComplexType Name="photoAllowedOperations" />
1069710698
<ComplexType Name="physicalAddress">
1069810699
<Property Name="city" Type="Edm.String" />
1069910700
<Property Name="countryOrRegion" Type="Edm.String" />
@@ -58374,6 +58375,20 @@
5837458375
<Annotations Target="microsoft.graph.personalProfilePersonalPlayStoreMode/notConfigured">
5837558376
<Annotation Term="Org.OData.Core.V1.Description" String="Not configured." />
5837658377
</Annotations>
58378+
<Annotations Target="microsoft.graph.photoAllowedOperations">
58379+
<Annotation Term="Org.OData.Core.V1.Revisions">
58380+
<Collection>
58381+
<Record>
58382+
<PropertyValue Property="Date" Date="2024-02-16" />
58383+
<PropertyValue Property="Kind">
58384+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
58385+
</PropertyValue>
58386+
<PropertyValue Property="RemovalDate" Date="2025-02-16" />
58387+
<PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" />
58388+
</Record>
58389+
</Collection>
58390+
</Annotation>
58391+
</Annotations>
5837758392
<Annotations Target="microsoft.graph.place/placeId">
5837858393
<Annotation Term="Org.OData.Core.V1.Description" String="An alternate immutable unique identifier of the place" />
5837958394
</Annotations>

schemas/beta-Prod.csdl

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15342,6 +15342,15 @@
1534215342
<Property Name="forwardedMessageId" Type="Edm.String" />
1534315343
<Property Name="targetChatId" Type="Edm.String" />
1534415344
</ComplexType>
15345+
<ComplexType Name="fraudProtectionDetails">
15346+
<Property Name="providerErrorMessages" Type="Collection(Edm.String)" Nullable="false" />
15347+
<Property Name="providerHttpStatusCodes" Type="Collection(Edm.Int32)" Nullable="false" />
15348+
<Property Name="providerName" Type="Edm.String" />
15349+
<Property Name="providerResponseTimes" Type="Collection(Edm.Int32)" Nullable="false" />
15350+
<Property Name="providerSessionId" Type="Edm.String" />
15351+
<Property Name="reason" Type="Edm.String" />
15352+
<Property Name="verdict" Type="Edm.String" />
15353+
</ComplexType>
1534515354
<ComplexType Name="freeBusyError">
1534615355
<Property Name="message" Type="Edm.String" />
1534715356
<Property Name="responseCode" Type="Edm.String" />
@@ -32359,6 +32368,7 @@
3235932368
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
3236032369
<Property Name="creationSource" Type="graph.plannerTaskCreation" />
3236132370
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
32371+
<Property Name="hasChat" Type="Edm.Boolean" Nullable="false" />
3236232372
<Property Name="hasDescription" Type="Edm.Boolean" />
3236332373
<Property Name="isArchived" Type="Edm.Boolean" />
3236432374
<Property Name="isOnMyDay" Type="Edm.Boolean" />
@@ -103014,6 +103024,7 @@
103014103024
<Property Name="localIpAddress" Type="Edm.String" />
103015103025
<Property Name="peerIpAddress" Type="Edm.String" />
103016103026
</ComplexType>
103027+
<ComplexType Name="blockPageConfigurationBase" Abstract="true" />
103017103028
<ComplexType Name="cloudApplicationMetadata">
103018103029
<Property Name="category" Type="microsoft.graph.networkaccess.cloudApplicationCategory" Nullable="false" />
103019103030
<Property Name="cloudApplicationCatalogId" Type="Edm.String" />
@@ -103140,14 +103151,15 @@
103140103151
<Property Name="referrer" Type="Edm.String" />
103141103152
<Property Name="xForwardedFor" Type="Edm.String" />
103142103153
</ComplexType>
103143-
<ComplexType Name="ipAddress" BaseType="microsoft.graph.networkaccess.ruleDestination">
103154+
<ComplexType Name="ipAddress" BaseType="microsoft.graph.networkaccess.ipDestination">
103144103155
<Property Name="value" Type="Edm.String" Nullable="false" />
103145103156
</ComplexType>
103146-
<ComplexType Name="ipRange" BaseType="microsoft.graph.networkaccess.ruleDestination">
103157+
<ComplexType Name="ipDestination" BaseType="microsoft.graph.networkaccess.ruleDestination" Abstract="true" />
103158+
<ComplexType Name="ipRange" BaseType="microsoft.graph.networkaccess.ipDestination">
103147103159
<Property Name="beginAddress" Type="Edm.String" Nullable="false" />
103148103160
<Property Name="endAddress" Type="Edm.String" Nullable="false" />
103149103161
</ComplexType>
103150-
<ComplexType Name="ipSubnet" BaseType="microsoft.graph.networkaccess.ruleDestination">
103162+
<ComplexType Name="ipSubnet" BaseType="microsoft.graph.networkaccess.ipDestination">
103151103163
<Property Name="value" Type="Edm.String" Nullable="false" />
103152103164
</ComplexType>
103153103165
<ComplexType Name="localConnectivityConfiguration">
@@ -103156,6 +103168,9 @@
103156103168
<Property Name="endpoint" Type="Edm.String" Nullable="false" />
103157103169
<Property Name="region" Type="microsoft.graph.networkaccess.region" Nullable="false" />
103158103170
</ComplexType>
103171+
<ComplexType Name="markdownBlockMessageConfiguration" BaseType="microsoft.graph.networkaccess.blockPageConfigurationBase">
103172+
<Property Name="body" Type="Edm.String" Nullable="false" />
103173+
</ComplexType>
103159103174
<ComplexType Name="peerConnectivityConfiguration">
103160103175
<Property Name="asn" Type="Edm.Int32" Nullable="false" />
103161103176
<Property Name="bgpAddress" Type="Edm.String" Nullable="false" />
@@ -103253,6 +103268,8 @@
103253103268
<Property Name="action" Type="microsoft.graph.networkaccess.tlsAction" Nullable="false" />
103254103269
<Property Name="policyId" Type="Edm.String" />
103255103270
<Property Name="policyName" Type="Edm.String" />
103271+
<Property Name="ruleId" Type="Edm.String" />
103272+
<Property Name="ruleName" Type="Edm.String" />
103256103273
<Property Name="status" Type="microsoft.graph.networkaccess.tlsStatus" />
103257103274
</ComplexType>
103258103275
<ComplexType Name="tlsInspectionDestination" Abstract="true" />
@@ -103419,6 +103436,10 @@
103419103436
<EntityType Name="crossTenantAccessSettings" BaseType="graph.entity">
103420103437
<Property Name="networkPacketTaggingStatus" Type="microsoft.graph.networkaccess.status" Nullable="false" />
103421103438
</EntityType>
103439+
<EntityType Name="customBlockPage" BaseType="graph.entity">
103440+
<Property Name="configuration" Type="microsoft.graph.networkaccess.blockPageConfigurationBase" />
103441+
<Property Name="state" Type="microsoft.graph.networkaccess.status" Nullable="false" />
103442+
</EntityType>
103422103443
<EntityType Name="deviceLink" BaseType="graph.entity">
103423103444
<Property Name="bandwidthCapacityInMbps" Type="microsoft.graph.networkaccess.bandwidthCapacityInMbps" />
103424103445
<Property Name="bgpConfiguration" Type="microsoft.graph.networkaccess.bgpConfiguration" Nullable="false" />
@@ -103617,6 +103638,7 @@
103617103638
<EntityType Name="settings" BaseType="graph.entity">
103618103639
<NavigationProperty Name="conditionalAccess" Type="microsoft.graph.networkaccess.conditionalAccessSettings" ContainsTarget="true" Nullable="false" />
103619103640
<NavigationProperty Name="crossTenantAccess" Type="microsoft.graph.networkaccess.crossTenantAccessSettings" ContainsTarget="true" Nullable="false" />
103641+
<NavigationProperty Name="customBlockPage" Type="microsoft.graph.networkaccess.customBlockPage" ContainsTarget="true" Nullable="false" />
103620103642
<NavigationProperty Name="forwardingOptions" Type="microsoft.graph.networkaccess.forwardingOptions" ContainsTarget="true" Nullable="false" />
103621103643
</EntityType>
103622103644
<EntityType Name="tenantStatus" BaseType="graph.entity">

schemas/beta-USNat.csdl

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,6 +4783,7 @@
47834783
<Property Name="orientation" Type="Edm.Int16" />
47844784
<Property Name="takenDateTime" Type="Edm.DateTimeOffset" />
47854785
</ComplexType>
4786+
<ComplexType Name="photoAllowedOperations" />
47864787
<ComplexType Name="physicalAddress">
47874788
<Property Name="city" Type="Edm.String" />
47884789
<Property Name="countryOrRegion" Type="Edm.String" />
@@ -9127,6 +9128,7 @@
91279128
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
91289129
<Property Name="creationSource" Type="graph.plannerTaskCreation" />
91299130
<Property Name="dueDateTime" Type="Edm.DateTimeOffset" />
9131+
<Property Name="hasChat" Type="Edm.Boolean" Nullable="false" />
91309132
<Property Name="hasDescription" Type="Edm.Boolean" />
91319133
<Property Name="isArchived" Type="Edm.Boolean" />
91329134
<Property Name="isOnMyDay" Type="Edm.Boolean" />
@@ -16343,6 +16345,20 @@
1634316345
</Collection>
1634416346
</Annotation>
1634516347
</Annotations>
16348+
<Annotations Target="microsoft.graph.photoAllowedOperations">
16349+
<Annotation Term="Org.OData.Core.V1.Revisions">
16350+
<Collection>
16351+
<Record>
16352+
<PropertyValue Property="Date" Date="2024-02-16" />
16353+
<PropertyValue Property="Kind">
16354+
<EnumMember>Org.OData.Core.V1.RevisionKind/Deprecated</EnumMember>
16355+
</PropertyValue>
16356+
<PropertyValue Property="RemovalDate" Date="2025-02-16" />
16357+
<PropertyValue Property="Version" String="2023-11/PrivatePreview:photoEditPolicy" />
16358+
</Record>
16359+
</Collection>
16360+
</Annotation>
16361+
</Annotations>
1634616362
<Annotations Target="microsoft.graph.place/placeId">
1634716363
<Annotation Term="Org.OData.Core.V1.Description" String="An alternate immutable unique identifier of the place" />
1634816364
</Annotations>

0 commit comments

Comments
 (0)