|
1073 | 1073 | <Property Name="ContentVersion" Type="Edm.Int32" Nullable="false"/>
|
1074 | 1074 | <Property Name="Entropy" Type="Edm.String"/>
|
1075 | 1075 | <Property Name="ETag" Type="Edm.String"/>
|
| 1076 | + <Property Name="FieldValues" Type="Collection(SP.KeyValue)"/> |
1076 | 1077 | <Property Name="IsLowPriorityRequest" Type="Edm.Boolean" Nullable="false"/>
|
1077 | 1078 | <Property Name="IsMediaServiceRequest" Type="Edm.Boolean" Nullable="false"/>
|
1078 | 1079 | <Property Name="MachineLearningSampleMeta" Type="SP.MachineLearningSampleMeta"/>
|
|
10559 | 10560 | <Parameter Name="partitionColumnName" Type="Edm.String"/>
|
10560 | 10561 | <Parameter Name="columnsToChecksum" Type="Collection(Edm.String)"/>
|
10561 | 10562 | </FunctionImport>
|
| 10563 | + <FunctionImport Name="GetCPSChangeToken" ReturnType="Edm.Int64" IsBindable="true"> |
| 10564 | + <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/> |
| 10565 | + </FunctionImport> |
10562 | 10566 | <FunctionImport Name="GetDatabaseProperties" ReturnType="Edm.String" IsBindable="true">
|
10563 | 10567 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10564 | 10568 | </FunctionImport>
|
@@ -10595,17 +10599,30 @@
|
10595 | 10599 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10596 | 10600 | <Parameter Name="lockRequestor" Type="Edm.String"/>
|
10597 | 10601 | </FunctionImport>
|
| 10602 | + <FunctionImport Name="LockSite" ReturnType="Edm.Int32" IsBindable="true"> |
| 10603 | + <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/> |
| 10604 | + </FunctionImport> |
| 10605 | + <FunctionImport Name="PauseCrawling" IsBindable="true"> |
| 10606 | + <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/> |
| 10607 | + </FunctionImport> |
10598 | 10608 | <FunctionImport Name="ProcessStorageMetricsChanges" IsBindable="true">
|
10599 | 10609 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10600 | 10610 | </FunctionImport>
|
10601 | 10611 | <FunctionImport Name="ReleaseSystemSiteLock" ReturnType="Edm.Int32" IsBindable="true">
|
10602 | 10612 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10603 | 10613 | <Parameter Name="lockRequestor" Type="Edm.String"/>
|
10604 | 10614 | </FunctionImport>
|
| 10615 | + <FunctionImport Name="ResumeCrawling" IsBindable="true"> |
| 10616 | + <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/> |
| 10617 | + </FunctionImport> |
10605 | 10618 | <FunctionImport Name="SourceCleanupAfterMove" IsBindable="true">
|
10606 | 10619 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/>
|
10607 | 10620 | <Parameter Name="isDeleted" Type="Edm.Boolean" Nullable="false"/>
|
10608 | 10621 | </FunctionImport>
|
| 10622 | + <FunctionImport Name="UnlockSiteOnFailure" IsBindable="true"> |
| 10623 | + <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteMoveService"/> |
| 10624 | + <Parameter Name="originalLockFlags" Type="Edm.Int32" Nullable="false"/> |
| 10625 | + </FunctionImport> |
10609 | 10626 | <FunctionImport Name="Microsoft_SharePoint_Administration_SiteMove_Service_SiteRelocationJobManagementService" ReturnType="Microsoft.SharePoint.Administration.SiteMove.Service.SiteRelocationJobManagementService" IsComposable="true" EntitySet="SiteRelocationJobManagementServices"/>
|
10610 | 10627 | <FunctionImport Name="EnqueueSiteRelocationJob" IsBindable="true">
|
10611 | 10628 | <Parameter Name="this" Type="Microsoft.SharePoint.Administration.SiteMove.Service.SiteRelocationJobManagementService"/>
|
|
16769 | 16786 | <Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient"/>
|
16770 | 16787 | <Parameter Name="reportId" Type="Edm.Guid" Nullable="false"/>
|
16771 | 16788 | </FunctionImport>
|
| 16789 | + <FunctionImport Name="GetSPODataAccessGovernanceInsightV2" ReturnType="Collection(Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightResponse)" IsBindable="true"> |
| 16790 | + <Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient"/> |
| 16791 | + <Parameter Name="reportEntity" Type="Edm.Int32" Nullable="false"/> |
| 16792 | + </FunctionImport> |
16772 | 16793 | <FunctionImport Name="RemoveDataAccessGovernanceReport" IsBindable="true">
|
16773 | 16794 | <Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.SPDataGovernanceInsightRestApiClient"/>
|
16774 | 16795 | <Parameter Name="reportId" Type="Edm.Guid" Nullable="false"/>
|
|
16977 | 16998 | <Parameter Name="defaultOriginAdded" Type="Edm.Boolean" Nullable="false"/>
|
16978 | 16999 | <Parameter Name="configParam" Type="Microsoft.SharePoint.BrandCenter.OrgAssetsLibraryConfigParam"/>
|
16979 | 17000 | </FunctionImport>
|
16980 |
| - <FunctionImport Name="AppHasAdminSitePermission" ReturnType="Edm.String" IsBindable="true"> |
16981 |
| - <Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/> |
16982 |
| - </FunctionImport> |
16983 | 17001 | <FunctionImport Name="ArchiveSiteById" ReturnType="Microsoft.Online.SharePoint.TenantAdministration.SpoOperation" IsBindable="true" EntitySet="SpoOperations">
|
16984 | 17002 | <Parameter Name="this" Type="Microsoft.Online.SharePoint.TenantAdministration.Tenant"/>
|
16985 | 17003 | <Parameter Name="siteId" Type="Edm.Guid" Nullable="false"/>
|
|
22262 | 22280 | <Annotations Target="SP.MediaServiceUpdateParameters/Entropy">
|
22263 | 22281 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
22264 | 22282 | </Annotations>
|
| 22283 | + <Annotations Target="SP.MediaServiceUpdateParameters/FieldValues"> |
| 22284 | + <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/> |
| 22285 | + </Annotations> |
22265 | 22286 | <Annotations Target="SP.MediaServiceUpdateParameters/MachineLearningSampleMeta">
|
22266 | 22287 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
22267 | 22288 | </Annotations>
|
|
24324 | 24345 | <Annotations Target="SP.Publishing.SitePageMetadata/ContentTypeId">
|
24325 | 24346 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
24326 | 24347 | </Annotations>
|
| 24348 | + <Annotations Target="SP.Publishing.SitePageMetadata/Created"> |
| 24349 | + <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/> |
| 24350 | + </Annotations> |
24327 | 24351 | <Annotations Target="SP.Publishing.UserInfo">
|
24328 | 24352 | <ValueAnnotation Term="Com.Microsoft.VisualStudio.CodeGen.IsBeta" Bool="true"/>
|
24329 | 24353 | </Annotations>
|
|
31612 | 31636 | <Property Name="FinishVariance" Type="Edm.String"/>
|
31613 | 31637 | <Property Name="FinishVarianceMilliseconds" Type="Edm.Int32" Nullable="false"/>
|
31614 | 31638 | <Property Name="FinishVarianceTimeSpan" Type="Edm.Time" Nullable="false"/>
|
31615 |
| - <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> |
31616 | 31639 | <Property Name="FreeSlack" Type="Edm.String"/>
|
31617 | 31640 | <Property Name="FreeSlackMilliseconds" Type="Edm.Int32" Nullable="false"/>
|
31618 | 31641 | <Property Name="FreeSlackTimeSpan" Type="Edm.Time" Nullable="false"/>
|
|
31815 | 31838 | <Property Name="Finish" Type="Edm.DateTime" Nullable="false"/>
|
31816 | 31839 | <Property Name="FinishText" Type="Edm.String"/>
|
31817 | 31840 | <Property Name="FixedCost" Type="Edm.Double" Nullable="false"/>
|
| 31841 | + <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> |
31818 | 31842 | <Property Name="IsActive" Type="Edm.Boolean" Nullable="false"/>
|
31819 | 31843 | <Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false"/>
|
31820 | 31844 | <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/>
|
|
31980 | 32004 | <Property Name="Finish" Type="Edm.DateTime" Nullable="false"/>
|
31981 | 32005 | <Property Name="FinishText" Type="Edm.String"/>
|
31982 | 32006 | <Property Name="FixedCost" Type="Edm.Double" Nullable="false"/>
|
| 32007 | + <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> |
31983 | 32008 | <Property Name="IsActive" Type="Edm.Boolean" Nullable="false"/>
|
31984 | 32009 | <Property Name="IsEffortDriven" Type="Edm.Boolean" Nullable="false"/>
|
31985 | 32010 | <Property Name="IsLockedByManager" Type="Edm.Boolean" Nullable="false"/>
|
|
32039 | 32064 | <Property Name="DurationTimeSpan" Type="Edm.Time" Nullable="false"/>
|
32040 | 32065 | <Property Name="Finish" Type="Edm.DateTime" Nullable="false"/>
|
32041 | 32066 | <Property Name="FinishText" Type="Edm.String"/>
|
| 32067 | + <Property Name="FixedCostAccrual" Type="Edm.Int32" Nullable="false"/> |
32042 | 32068 | <Property Name="Name" Type="Edm.String"/>
|
32043 | 32069 | <Property Name="PercentComplete" Type="Edm.Int32" Nullable="false"/>
|
32044 | 32070 | <Property Name="Priority" Type="Edm.Int32" Nullable="false"/>
|
|
33491 | 33517 | <Property Name="CommentCount" Type="Edm.Int32" Nullable="false"/>
|
33492 | 33518 | <Property Name="CommentsDisabled" Type="Edm.Boolean" Nullable="false"/>
|
33493 | 33519 | <Property Name="ContentTypeId" Type="Edm.String"/>
|
| 33520 | + <Property Name="Created" Type="Edm.DateTime"/> |
33494 | 33521 | <Property Name="Description" Type="Edm.String"/>
|
33495 | 33522 | <Property Name="DoesUserHaveEditPermission" Type="Edm.Boolean" Nullable="false"/>
|
33496 | 33523 | <Property Name="FileName" Type="Edm.String"/>
|
|
38657 | 38684 | <Property Name="GroupId" Type="Edm.Guid" Nullable="false"/>
|
38658 | 38685 | <Property Name="GroupOwnerLoginName" Type="Edm.String"/>
|
38659 | 38686 | <Property Name="HasHolds" Type="Edm.Boolean" Nullable="false"/>
|
| 38687 | + <Property Name="HidePeoplePreviewingFiles" Type="Edm.Boolean" Nullable="false"/> |
38660 | 38688 | <Property Name="HubSiteId" Type="Edm.Guid" Nullable="false"/>
|
38661 | 38689 | <Property Name="IBMode" Type="Edm.String"/>
|
38662 | 38690 | <Property Name="IBSegments" Type="Collection(Edm.Guid)" Nullable="false"/>
|
|
38862 | 38890 | <Property Name="AllowSelectSGsInODBListInTenant" Type="Collection(Edm.String)"/>
|
38863 | 38891 | <Property Name="AllowSensitivityLabelOnRecords" Type="Edm.Boolean" Nullable="false"/>
|
38864 | 38892 | <Property Name="AllowSharingOutsideRestrictedAccessControlGroups" Type="Edm.Boolean" Nullable="false"/>
|
| 38893 | + <Property Name="AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled" Type="Edm.Boolean" Nullable="false"/> |
38865 | 38894 | <Property Name="AmplifyAdminSettings" Type="Edm.String"/>
|
38866 | 38895 | <Property Name="AnyoneLinkTrackUsers" Type="Edm.Boolean" Nullable="false"/>
|
38867 | 38896 | <Property Name="AppBypassInformationBarriers" Type="Edm.Boolean" Nullable="false"/>
|
|
39131 | 39160 | <Property Name="TranslationSiteList" Type="Collection(Edm.Guid)" Nullable="false"/>
|
39132 | 39161 | <Property Name="TranslationSiteListFileName" Type="Edm.String"/>
|
39133 | 39162 | <Property Name="UniversalAnnotationDisabled" Type="Edm.Boolean" Nullable="false"/>
|
| 39163 | + <Property Name="UnlicensedOdbSyntexBillingEnabled" Type="Edm.Boolean" Nullable="false"/> |
39134 | 39164 | <Property Name="UnlicensedOneDriveForBusinessTenantMetricsData" Type="Microsoft.SharePoint.Administration.OdbLicenseEnforcement.UnlicensedOdbTenantMetrics"/>
|
39135 | 39165 | <Property Name="UseFindPeopleInPeoplePicker" Type="Edm.Boolean" Nullable="false"/>
|
39136 | 39166 | <Property Name="UsePersistentCookiesForExplorerView" Type="Edm.Boolean" Nullable="false"/>
|
|
40994 | 41024 | <Property Name="AllowSelectSecurityGroupsInSPSitesList" Type="Collection(Edm.String)"/>
|
40995 | 41025 | <Property Name="AllowSelectSGsInODBList" Type="Collection(Edm.String)"/>
|
40996 | 41026 | <Property Name="AllowSharingOutsideRestrictedAccessControlGroups" Type="Edm.Boolean" Nullable="false"/>
|
| 41027 | + <Property Name="AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled" Type="Edm.Boolean" Nullable="false"/> |
40997 | 41028 | <Property Name="AnyoneLinkTrackUsers" Type="Edm.Boolean" Nullable="false"/>
|
40998 | 41029 | <Property Name="AppBypassInformationBarriers" Type="Edm.Boolean" Nullable="false"/>
|
40999 | 41030 | <Property Name="ApplyAppEnforcedRestrictionsToAdHocRecipients" Type="Edm.Boolean" Nullable="false"/>
|
|
0 commit comments