Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema sync 2024-12-13 from 1.3.526.0 #736

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,006 changes: 998 additions & 8 deletions schemas/annotated-beta-Prod.csdl

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions schemas/annotated-v1.0-Prod.csdl
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,13 @@
<Member Name="none" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="eligibilityFilteringEnabledEntities" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="swapRequest" Value="1" />
<Member Name="offerShiftRequest" Value="2" />
<Member Name="unknownFutureValue" Value="4" />
<Member Name="timeOffReason" Value="8" />
</EnumType>
<EnumType Name="eligibilityScheduleFilterByCurrentUserOptions">
<Member Name="principal" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
Expand Down Expand Up @@ -4390,6 +4397,13 @@
<Member Name="reactivating" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="siteLockState">
<Member Name="unlocked" Value="0" />
<Member Name="lockedReadOnly" Value="1" />
<Member Name="lockedNoAccess" Value="2" />
<Member Name="lockedNoAdditions" Value="3" />
<Member Name="unknownFutureValue" Value="4" />
</EnumType>
<EnumType Name="siteSecurityLevel">
<Member Name="userDefined" Value="0" />
<Member Name="low" Value="1" />
Expand Down Expand Up @@ -5366,6 +5380,9 @@
<Member Name="openShiftRequest" Value="32" />
<Member Name="offerShiftRequest" Value="64" />
<Member Name="unknownFutureValue" Value="1024" />
<Member Name="timeOffReason" Value="4096" />
<Member Name="timeOff" Value="8192" />
<Member Name="timeOffRequest" Value="16384" />
</EnumType>
<EnumType Name="x509CertificateAffinityLevel">
<Member Name="low" Value="0" />
Expand All @@ -5377,6 +5394,11 @@
<Member Name="x509CertificateMultiFactor" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateCRLValidationConfigurationState">
<Member Name="disabled" Value="0" />
<Member Name="enabled" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="x509CertificateRuleType">
<Member Name="issuerSubject" Value="0" />
<Member Name="policyOID" Value="1" />
Expand Down Expand Up @@ -8632,6 +8654,9 @@
<Property Name="startDate" Type="Edm.Date" />
<Property Name="type" Type="graph.recurrenceRangeType" />
</ComplexType>
<ComplexType Name="recycleBinSettings">
<Property Name="retentionPeriodOverrideDays" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="redirectUriSettings">
<Property Name="index" Type="Edm.Int32" />
<Property Name="uri" Type="Edm.String" />
Expand Down Expand Up @@ -10180,6 +10205,10 @@
<Property Name="x509CertificateAuthenticationDefaultMode" Type="graph.x509CertificateAuthenticationMode" />
<Property Name="x509CertificateDefaultRequiredAffinityLevel" Type="graph.x509CertificateAffinityLevel" />
</ComplexType>
<ComplexType Name="x509CertificateCRLValidationConfiguration">
<Property Name="exemptedCertificateAuthoritiesSubjectKeyIdentifiers" Type="Collection(Edm.String)" />
<Property Name="state" Type="graph.x509CertificateCRLValidationConfigurationState" Nullable="false" />
</ComplexType>
<ComplexType Name="x509CertificateRule">
<Property Name="identifier" Type="Edm.String" />
<Property Name="issuerSubjectIdentifier" Type="Edm.String" />
Expand Down Expand Up @@ -13043,18 +13072,21 @@
</EntityType>
<EntityType Name="fileStorage" BaseType="graph.entity">
<NavigationProperty Name="containers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
<NavigationProperty Name="deletedContainers" Type="Collection(graph.fileStorageContainer)" ContainsTarget="true" />
</EntityType>
<EntityType Name="fileStorageContainer" BaseType="graph.entity">
<Property Name="containerTypeId" Type="Edm.Guid" Nullable="false" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="customProperties" Type="graph.fileStorageContainerCustomPropertyDictionary" />
<Property Name="description" Type="Edm.String" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
<Property Name="lockState" Type="graph.siteLockState" />
<Property Name="settings" Type="graph.fileStorageContainerSettings" Nullable="false" />
<Property Name="status" Type="graph.fileStorageContainerStatus" />
<Property Name="viewpoint" Type="graph.fileStorageContainerViewpoint" />
<NavigationProperty Name="drive" Type="graph.drive" ContainsTarget="true" />
<NavigationProperty Name="permissions" Type="Collection(graph.permission)" ContainsTarget="true" />
<NavigationProperty Name="recycleBin" Type="graph.recycleBin" ContainsTarget="true" />
</EntityType>
<EntityType Name="filterOperatorSchema" BaseType="graph.entity">
<Property Name="arity" Type="graph.scopeOperatorType" Nullable="false" />
Expand Down Expand Up @@ -13272,6 +13304,7 @@
<Property Name="federatedIdpMfaBehavior" Type="graph.federatedIdpMfaBehavior" />
<Property Name="isSignedAuthenticationRequestRequired" Type="Edm.Boolean" />
<Property Name="nextSigningCertificate" Type="Edm.String" />
<Property Name="passwordResetUri" Type="Edm.String" />
<Property Name="promptLoginBehavior" Type="graph.promptLoginBehavior" />
<Property Name="signingCertificateUpdateStatus" Type="graph.signingCertificateUpdateStatus" />
<Property Name="signOutUri" Type="Edm.String" />
Expand Down Expand Up @@ -14449,6 +14482,7 @@
</EntityType>
<EntityType Name="openShift" BaseType="graph.changeTrackedEntity">
<Property Name="draftOpenShift" Type="graph.openShiftItem" />
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
<Property Name="schedulingGroupId" Type="Edm.String" />
<Property Name="sharedOpenShift" Type="graph.openShiftItem" />
</EntityType>
Expand Down Expand Up @@ -15077,6 +15111,15 @@
<Property Name="recordingAccessToken" Type="Edm.String" />
<Property Name="recordingLocation" Type="Edm.String" />
</EntityType>
<EntityType Name="recycleBin" BaseType="graph.baseItem" OpenType="true">
<Property Name="settings" Type="graph.recycleBinSettings" />
<NavigationProperty Name="items" Type="Collection(graph.recycleBinItem)" ContainsTarget="true" />
</EntityType>
<EntityType Name="recycleBinItem" BaseType="graph.baseItem" OpenType="true">
<Property Name="deletedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="deletedFromLocation" Type="Edm.String" />
<Property Name="size" Type="Edm.Int64" />
</EntityType>
<EntityType Name="referenceAttachment" BaseType="graph.attachment" />
<EntityType Name="relyingPartyDetailedSummary" BaseType="graph.entity">
<Property Name="failedSignInCount" Type="Edm.Int64" Nullable="false" />
Expand Down Expand Up @@ -15612,6 +15655,7 @@
</EntityType>
<EntityType Name="shift" BaseType="graph.changeTrackedEntity">
<Property Name="draftShift" Type="graph.shiftItem" />
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
<Property Name="schedulingGroupId" Type="Edm.String" />
<Property Name="sharedShift" Type="graph.shiftItem" />
<Property Name="userId" Type="Edm.String" />
Expand Down Expand Up @@ -16108,6 +16152,7 @@
</EntityType>
<EntityType Name="timeOff" BaseType="graph.changeTrackedEntity">
<Property Name="draftTimeOff" Type="graph.timeOffItem" />
<Property Name="isStagedForDeletion" Type="Edm.Boolean" />
<Property Name="sharedTimeOff" Type="graph.timeOffItem" />
<Property Name="userId" Type="Edm.String" />
</EntityType>
Expand Down Expand Up @@ -17910,6 +17955,7 @@
<EntityType Name="workforceIntegration" BaseType="graph.changeTrackedEntity">
<Property Name="apiVersion" Type="Edm.Int32" />
<Property Name="displayName" Type="Edm.String" />
<Property Name="eligibilityFilteringEnabledEntities" Type="graph.eligibilityFilteringEnabledEntities" />
<Property Name="encryption" Type="graph.workforceIntegrationEncryption" />
<Property Name="isActive" Type="Edm.Boolean" />
<Property Name="supportedEntities" Type="graph.workforceIntegrationSupportedEntities" />
Expand All @@ -17919,6 +17965,7 @@
<EntityType Name="x509CertificateAuthenticationMethodConfiguration" BaseType="graph.authenticationMethodConfiguration">
<Property Name="authenticationModeConfiguration" Type="graph.x509CertificateAuthenticationModeConfiguration" />
<Property Name="certificateUserBindings" Type="Collection(graph.x509CertificateUserBinding)" />
<Property Name="crlValidationConfiguration" Type="graph.x509CertificateCRLValidationConfiguration" Nullable="false" />
<NavigationProperty Name="includeTargets" Type="Collection(graph.authenticationMethodTarget)" ContainsTarget="true" />
</EntityType>
<EntityType Name="x509CertificateCombinationConfiguration" BaseType="graph.authenticationCombinationConfiguration">
Expand Down Expand Up @@ -19218,6 +19265,9 @@
<Parameter Name="basis" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="discardCheckout" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.driveItem" />
</Action>
<Action Name="disconnect" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.remoteAssistancePartner" />
</Action>
Expand Down Expand Up @@ -20582,6 +20632,12 @@
<Action Name="locateDevice" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.managedDevice" />
</Action>
<Action Name="lock" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
<Parameter Name="lockState" Type="graph.siteLockState">
<Annotation Term="Org.OData.Core.V1.OptionalParameter" />
</Parameter>
</Action>
<Action Name="log" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="number" Type="graph.Json" />
Expand Down Expand Up @@ -21422,6 +21478,10 @@
<Parameter Name="name" Type="Edm.String" Unicode="false" />
<ReturnType Type="graph.driveItem" />
</Action>
<Action Name="restore" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
<ReturnType Type="graph.fileStorageContainer" />
</Action>
<Action Name="restoreFactoryDefaults" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.printer" />
</Action>
Expand Down Expand Up @@ -21774,6 +21834,9 @@
<Parameter Name="number" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="stageForDeletion" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.changeTrackedEntity" />
</Action>
<Action Name="standardize" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookFunctions" />
<Parameter Name="x" Type="graph.Json" />
Expand Down Expand Up @@ -22103,6 +22166,9 @@
<Parameter Name="text" Type="graph.Json" />
<ReturnType Type="graph.workbookFunctionResult" />
</Action>
<Action Name="unlock" IsBound="true">
<Parameter Name="bindingParameter" Type="graph.fileStorageContainer" />
</Action>
<Action Name="unmerge" IsBound="true">
<Parameter Name="bindparameter" Type="graph.workbookRange" />
</Action>
Expand Down
Loading
Loading