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

Get new file version limits #5983

Open
Tracked by #5982
milanholemans opened this issue Apr 17, 2024 · 0 comments
Open
Tracked by #5982

Get new file version limits #5983

milanholemans opened this issue Apr 17, 2024 · 0 comments

Comments

@milanholemans
Copy link
Contributor

Let's add new versioning capabilities to SharePoint lists.

Get file versioning capabilities

Expand spo list get command with VersionPolicies navigation property which looks like this:

{
    "DefaultExpireAfterDays": 0,
    "DefaultTrimMode": 0
}

So we have to expand the VersionPolicies property here.

DefaultTrimMode is an enum, I suggest we add another property called DefaultTrimModeValue that contains the label of the value.

Label Value
NoExpiration 0
ExpireAfter 1
AutoExpiration 2
@milanholemans milanholemans added enhancement needs peer review Needs second pair of eyes to review the spec or PR labels Apr 17, 2024
@Jwaegebaert Jwaegebaert added help wanted and removed needs peer review Needs second pair of eyes to review the spec or PR labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants