This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Conversation
wobba
reviewed
Aug 7, 2020
wobba
reviewed
Aug 7, 2020
wobba
reviewed
Aug 7, 2020
| Remarks = "Returns the status of the feature as well as the number of documents processed for the site if the feature is enabled.", | ||
| SortOrder = 1)] | ||
| public class GetSiteHistoricalVersionsStatus : PnPWebCmdlet | ||
| { |
Contributor
There was a problem hiding this comment.
@erwinvanhunen would it make sense to inherit from PnPAdminCmdlet instead, and maybe move the cmdlet to the Admin folder instead of search?
Collaborator
There was a problem hiding this comment.
It probably would make more sense indeed. What's the current status of the availability of this API? Does anyone know? Still doesn't seem to compile here against the latest CSOM version.
Contributor
There was a problem hiding this comment.
We have no wait until the CSOM change is pushed. Don't have an ETA, but maybe @VesaJuvonen has track of this?
wobba
reviewed
Aug 7, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before creating a pull request, make sure that you have read the contribution file located at
https://github.com/pnp/PnP-PowerShell/blob/dev/CONTRIBUTING.md
Type
Related Issues?
Fixes #X, partially fixes #Y, mentioned in #Z, etc.
What is in this Pull Request ?
Added a new command for getting the status of the upcoming Historical Versions feature for a site. This feature allows sites to make versions searchable for eDiscovery.
Guidance
This is a draft pull request to keep track of the feature since the CSOM API needed for this command hasn't been published yet. Will publish this pull request once the API is available.