Skip to content

Commit 168b839

Browse files
author
blarrywang
committed
Update bookmarks.
1 parent 39f7be1 commit 168b839

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ An array of file type names. The supported file type names are:
221221
- Video
222222

223223
Apply the version history limits to a set of file types so that they no longer follow the default version history limits. It is used in combination with the following parameters:
224-
- [EnableAutoExpirationVersionTrim](#-EnableAutoExpirationVersionTrim)
225-
- [MajorVersionLimit](#-MajorVersionLimit)
226-
- [ExpireVersionsAfterDays](#-ExpireVersionsAfterDays)
224+
- [EnableAutoExpirationVersionTrim](#-enableautoexpirationversiontrim)
225+
- [MajorVersionLimit](#-majorversionlimit)
226+
- [ExpireVersionsAfterDays](#-expireversionsafterdays)
227227

228-
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. For more information about this option, please refer to the documentation for the [Sync](#-Sync) parameter.
228+
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. For more information about this option, please refer to the documentation for the [Sync](#-sync) parameter.
229229

230230
```yaml
231231
Type: String[]
@@ -330,8 +330,8 @@ Accept wildcard characters: False
330330
Apply the version history limits of the tenant or the site (if the site this document library is in has broken inheritance for version history limits).
331331

332332
You may use the following parameters in combination to update only the default policy or a set of file type overrides:
333-
- [ExcludeDefaultPolicy](#-ExcludeDefaultPolicy): if set, it will not update the default policy.
334-
- [FileTypes](#-FileTypes):
333+
- [ExcludeDefaultPolicy](#-excludedefaultpolicy): if set, it will not update the default policy.
334+
- [FileTypes](#-filetypes):
335335
- if set, it will update the specified file types;
336336
- if not set, it will update all file type overrides;
337337
- if set to an empty array (i.e. `@()`), it will not update any file type overrides.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,11 +1243,11 @@ An array of file type names. The supported file type names are:
12431243
- Video
12441244

12451245
Apply the version history limits to a set of file types so that they no longer follow the default version history limits. It is used in combination with the following parameters:
1246-
- [EnableAutoExpirationVersionTrim](#-EnableAutoExpirationVersionTrim)
1247-
- [MajorVersionLimit](#-MajorVersionLimit)
1248-
- [ExpireVersionsAfterDays](#-ExpireVersionsAfterDays)
1246+
- [EnableAutoExpirationVersionTrim](#-enableautoexpirationversiontrim)
1247+
- [MajorVersionLimit](#-majorversionlimit)
1248+
- [ExpireVersionsAfterDays](#-expireversionsafterdays)
12491249

1250-
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.
1250+
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

12521252
```yaml
12531253
Type: String[]
@@ -1798,7 +1798,7 @@ Accept wildcard characters: False
17981798

17991799
An array of file type names. Removes the version history limits to a set of file types so that they will follow the default version history limits.
18001800

1801-
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.
1801+
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.
18021802

18031803
> [!NOTE]
18041804
> This feature is currently in preview and may not be available in your tenant.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3175,9 +3175,9 @@ An array of file type names. The supported file type names are:
31753175
- Video
31763176

31773177
Apply the version history limits to a set of file types so that they no longer follow the default version history limits. It is used in combination with the following parameters:
3178-
- [EnableAutoExpirationVersionTrim](#-EnableAutoExpirationVersionTrim)
3179-
- [MajorVersionLimit](#-MajorVersionLimit)
3180-
- [ExpireVersionsAfterDays](#-ExpireVersionsAfterDays)
3178+
- [EnableAutoExpirationVersionTrim](#-enableautoexpirationversiontrim)
3179+
- [MajorVersionLimit](#-majorversionlimit)
3180+
- [ExpireVersionsAfterDays](#-expireversionsafterdays)
31813181

31823182
The version history limits are applied on new document libraries in the tenant.
31833183

0 commit comments

Comments
 (0)