Skip to content

Commit a092256

Browse files
author
blarrywang
committed
Add notes for preview.
1 parent bbbd665 commit a092256

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOListFileVersionBatchDeleteJob.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ An array of file type names to trim versions. The supported file type names are:
155155
- OutlookPST
156156
- Video
157157
158+
> [!NOTE]
159+
> This feature is currently in preview and may not be available in your tenant.
160+
158161
```yaml
159162
Type: String[]
160163
Parameter Sets: ByPolicy
@@ -249,6 +252,9 @@ Accept wildcard characters: False
249252
### -TrimUseListPolicy
250253
Indicates whether to trim versions by applying the document library's version history limits.
251254

255+
> [!NOTE]
256+
> This feature is currently in preview and may not be available in your tenant.
257+
252258
```yaml
253259
Type: SwitchParameter
254260
Parameter Sets: ByPolicy

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOListVersionPolicy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ Apply the version history limits to a set of file types so that they no longer f
195195

196196
Or apply the version history limit override for the file types of the tenant or the site (if the site this document library is in has broken inheritance for version history limits) by using the [Sync](#-sync) parameter.
197197

198+
> [!NOTE]
199+
> This feature is currently in preview and may not be available in your tenant.
200+
198201
```yaml
199202
Type: String[]
200203
Parameter Sets: SetPolicy, SyncPolicy
@@ -266,6 +269,9 @@ Accept wildcard characters: False
266269
### -RemoveVersionExpirationFileTypeOverride
267270
An array of file type names. Removes the version history limit override from a set of file types so that they will follow the default version history limits.
268271

272+
> [!NOTE]
273+
> This feature is currently in preview and may not be available in your tenant.
274+
269275
```yaml
270276
Type: String[]
271277
Parameter Sets: RemovePolicy

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,9 @@ Apply the version history limits to a set of file types so that they no longer f
12491249

12501250
This must be used with [ApplyToNewDocumentLibraries](#-applytonewdocumentlibraries) switch set to true, because the version history limits are only applied on new document libraries in the site.
12511251

1252+
> [!NOTE]
1253+
> This feature is currently in preview and may not be available in your tenant.
1254+
12521255
```yaml
12531256
Type: String[]
12541257
Parameter Sets: SetSiteFileTypeFileVersionPolicy

0 commit comments

Comments
 (0)