Skip to content

Commit 301221d

Browse files
committed
Schema sync 2026-01-30 from 1.4.389.0
1 parent f4daac2 commit 301221d

File tree

12 files changed

+2190
-112
lines changed

12 files changed

+2190
-112
lines changed

schemas/beta-Bleu.csdl

Lines changed: 919 additions & 1 deletion
Large diffs are not rendered by default.

schemas/beta-Fairfax.csdl

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

schemas/beta-Mooncake.csdl

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,19 @@
10461046
<Member Name="delegateWithPrivateEventAccess" Value="6" />
10471047
<Member Name="custom" Value="7" />
10481048
</EnumType>
1049+
<EnumType Name="calendarSharingAction">
1050+
<Member Name="accept" Value="0" />
1051+
<Member Name="acceptAndViewCalendar" Value="1" />
1052+
<Member Name="viewCalendar" Value="2" />
1053+
<Member Name="addThisCalendar" Value="3" />
1054+
</EnumType>
1055+
<EnumType Name="calendarSharingActionImportance">
1056+
<Member Name="primary" Value="0" />
1057+
<Member Name="secondary" Value="1" />
1058+
</EnumType>
1059+
<EnumType Name="calendarSharingActionType">
1060+
<Member Name="accept" Value="0" />
1061+
</EnumType>
10491062
<EnumType Name="callRecordingStatus">
10501063
<Member Name="success" Value="0" />
10511064
<Member Name="failure" Value="1" />
@@ -3511,6 +3524,25 @@
35113524
<Member Name="promptForCredentialsOnTheSecureDesktop" Value="2" />
35123525
<Member Name="promptForCredentials" Value="3" />
35133526
</EnumType>
3527+
<EnumType Name="locationType">
3528+
<Member Name="default" Value="0" />
3529+
<Member Name="conferenceRoom" Value="1" />
3530+
<Member Name="homeAddress" Value="2" />
3531+
<Member Name="businessAddress" Value="3" />
3532+
<Member Name="geoCoordinates" Value="4" />
3533+
<Member Name="streetAddress" Value="5" />
3534+
<Member Name="hotel" Value="6" />
3535+
<Member Name="restaurant" Value="7" />
3536+
<Member Name="localBusiness" Value="8" />
3537+
<Member Name="postalAddress" Value="9" />
3538+
</EnumType>
3539+
<EnumType Name="locationUniqueIdType">
3540+
<Member Name="unknown" Value="0" />
3541+
<Member Name="locationStore" Value="1" />
3542+
<Member Name="directory" Value="2" />
3543+
<Member Name="private" Value="3" />
3544+
<Member Name="bing" Value="4" />
3545+
</EnumType>
35143546
<EnumType Name="longRunningOperationStatus">
35153547
<Member Name="notStarted" Value="0" />
35163548
<Member Name="running" Value="1" />
@@ -5492,7 +5524,6 @@
54925524
</EnumType>
54935525
<EnumType Name="siteTemplateType">
54945526
<Member Name="sitepagepublishing" Value="0" />
5495-
<Member Name="group" Value="1" />
54965527
<Member Name="sts" Value="2" />
54975528
<Member Name="unknownFutureValue" Value="3" />
54985529
</EnumType>
@@ -5894,6 +5925,7 @@
58945925
<Member Name="fido2SecurityKey" Value="25" />
58955926
<Member Name="oneTimePasscode" Value="26" />
58965927
<Member Name="passKeySynced" Value="27" />
5928+
<Member Name="qrCode" Value="28" />
58975929
</EnumType>
58985930
<EnumType Name="userAction">
58995931
<Member Name="registerSecurityInformation" Value="0" />
@@ -7910,6 +7942,11 @@
79107942
<Property Name="formula" Type="Edm.String" />
79117943
<Property Name="outputType" Type="Edm.String" />
79127944
</ComplexType>
7945+
<ComplexType Name="calendarSharingMessageAction">
7946+
<Property Name="action" Type="graph.calendarSharingAction" />
7947+
<Property Name="actionType" Type="graph.calendarSharingActionType" />
7948+
<Property Name="importance" Type="graph.calendarSharingActionImportance" />
7949+
</ComplexType>
79137950
<ComplexType Name="callEndedEventMessageDetail" BaseType="graph.eventMessageDetail">
79147951
<Property Name="callDuration" Type="Edm.Duration" />
79157952
<Property Name="callEventType" Type="graph.teamworkCallEventType" />
@@ -8494,6 +8531,11 @@
84948531
<Property Name="name" Type="Edm.String" />
84958532
<Property Name="sanType" Type="graph.subjectAlternativeNameType" Nullable="false" />
84968533
</ComplexType>
8534+
<ComplexType Name="customTimeZone" BaseType="graph.timeZoneBase">
8535+
<Property Name="bias" Type="Edm.Int32" />
8536+
<Property Name="daylightOffset" Type="graph.daylightTimeZoneOffset" />
8537+
<Property Name="standardOffset" Type="graph.standardTimeZoneOffset" />
8538+
</ComplexType>
84978539
<ComplexType Name="customUpdateTimeWindow">
84988540
<Property Name="endDay" Type="graph.dayOfWeek" Nullable="false" />
84998541
<Property Name="endTime" Type="Edm.TimeOfDay" Nullable="false" />
@@ -8512,6 +8554,9 @@
85128554
<Property Name="dateTime" Type="Edm.String" Nullable="false" />
85138555
<Property Name="timeZone" Type="Edm.String" />
85148556
</ComplexType>
8557+
<ComplexType Name="daylightTimeZoneOffset" BaseType="graph.standardTimeZoneOffset">
8558+
<Property Name="daylightBias" Type="Edm.Int32" />
8559+
</ComplexType>
85158560
<ComplexType Name="decisionItemPrincipalResourceMembership">
85168561
<Property Name="membershipType" Type="graph.decisionItemPrincipalResourceMembershipType" Nullable="false" />
85178562
</ComplexType>
@@ -10220,7 +10265,10 @@
1022010265
<Property Name="coordinates" Type="graph.outlookGeoCoordinates" />
1022110266
<Property Name="displayName" Type="Edm.String" />
1022210267
<Property Name="locationEmailAddress" Type="Edm.String" />
10268+
<Property Name="locationType" Type="graph.locationType" />
1022310269
<Property Name="locationUri" Type="Edm.String" />
10270+
<Property Name="uniqueId" Type="Edm.String" />
10271+
<Property Name="uniqueIdType" Type="graph.locationUniqueIdType" />
1022410272
</ComplexType>
1022510273
<ComplexType Name="locationConstraint">
1022610274
<Property Name="isRequired" Type="Edm.Boolean" />
@@ -11903,6 +11951,13 @@
1190311951
<ComplexType Name="specifiedCaptiveNetworkPlugins">
1190411952
<Property Name="allowedBundleIdentifiers" Type="Collection(Edm.String)" />
1190511953
</ComplexType>
11954+
<ComplexType Name="standardTimeZoneOffset">
11955+
<Property Name="dayOccurrence" Type="Edm.Int32" />
11956+
<Property Name="dayOfWeek" Type="graph.dayOfWeek" />
11957+
<Property Name="month" Type="Edm.Int32" />
11958+
<Property Name="time" Type="Edm.TimeOfDay" />
11959+
<Property Name="year" Type="Edm.Int32" />
11960+
</ComplexType>
1190611961
<ComplexType Name="statusBase">
1190711962
<Property Name="status" Type="graph.provisioningResult" />
1190811963
</ComplexType>
@@ -15408,6 +15463,12 @@
1540815463
<Property Name="isRemovable" Type="Edm.Boolean" />
1540915464
<Property Name="role" Type="graph.calendarRoleType" />
1541015465
</EntityType>
15466+
<EntityType Name="calendarSharingMessage" BaseType="graph.message">
15467+
<Property Name="canAccept" Type="Edm.Boolean" />
15468+
<Property Name="sharingMessageAction" Type="graph.calendarSharingMessageAction" />
15469+
<Property Name="sharingMessageActions" Type="Collection(graph.calendarSharingMessageAction)" />
15470+
<Property Name="suggestedCalendarName" Type="Edm.String" />
15471+
</EntityType>
1541115472
<EntityType Name="canvasLayout" BaseType="graph.entity">
1541215473
<NavigationProperty Name="horizontalSections" Type="Collection(graph.horizontalSection)" ContainsTarget="true" />
1541315474
<NavigationProperty Name="verticalSection" Type="graph.verticalSection" ContainsTarget="true" />
@@ -18288,6 +18349,7 @@
1828818349
<NavigationProperty Name="groupPolicyOperations" Type="Collection(graph.groupPolicyOperation)" />
1828918350
</EntityType>
1829018351
<EntityType Name="groupPolicyUploadedPresentation" BaseType="graph.groupPolicyPresentation" />
18352+
<EntityType Name="groupResource" BaseType="graph.directoryObject" />
1829118353
<EntityType Name="hardwareConfiguration" BaseType="graph.entity">
1829218354
<Property Name="configurationFileContent" Type="Edm.Binary" Nullable="false" />
1829318355
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
@@ -21172,6 +21234,7 @@
2117221234
<NavigationProperty Name="eligibilityScheduleInstances" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleInstance)" ContainsTarget="true" />
2117321235
<NavigationProperty Name="eligibilityScheduleRequests" Type="Collection(graph.privilegedAccessGroupEligibilityScheduleRequest)" ContainsTarget="true" />
2117421236
<NavigationProperty Name="eligibilitySchedules" Type="Collection(graph.privilegedAccessGroupEligibilitySchedule)" ContainsTarget="true" />
21237+
<NavigationProperty Name="resources" Type="Collection(graph.groupResource)" ContainsTarget="true" />
2117521238
</EntityType>
2117621239
<EntityType Name="privilegedAccessGroupAssignmentSchedule" BaseType="graph.privilegedAccessSchedule">
2117721240
<Property Name="accessId" Type="graph.privilegedAccessGroupRelationships" />
@@ -25401,6 +25464,10 @@
2540125464
<Property Name="displayName" Type="Edm.String" Nullable="false" />
2540225465
<Property Name="roleScopeTagIds" Type="Collection(Edm.String)" />
2540325466
</EntityType>
25467+
<Action Name="accept" IsBound="true">
25468+
<Parameter Name="bindingParameter" Type="graph.calendarSharingMessage" />
25469+
<ReturnType Type="graph.calendar" Nullable="false" />
25470+
</Action>
2540425471
<Action Name="accept" IsBound="true">
2540525472
<Parameter Name="bindingParameter" Type="graph.event" />
2540625473
<Parameter Name="Comment" Type="Edm.String" Unicode="false" />
@@ -27977,9 +28044,15 @@
2797728044
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
2797828045
<Parameter Name="pauseTimePeriodInMinutes" Type="Edm.Int32" Nullable="false" />
2797928046
</Action>
28047+
<Action Name="permanentDelete" IsBound="true">
28048+
<Parameter Name="bindingParameter" Type="graph.calendar" />
28049+
</Action>
2798028050
<Action Name="permanentDelete" IsBound="true">
2798128051
<Parameter Name="bindingParameter" Type="graph.driveItem" />
2798228052
</Action>
28053+
<Action Name="permanentDelete" IsBound="true">
28054+
<Parameter Name="bindingParameter" Type="graph.event" />
28055+
</Action>
2798328056
<Action Name="permanentDelete" IsBound="true">
2798428057
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
2798528058
</Action>

0 commit comments

Comments
 (0)