Skip to content

Commit 9025ec6

Browse files
author
Bihan Li
committed
Update property name to DisableClassicPageBaselineSecurityMode and update description
1 parent fe5304f commit 9025ec6

File tree

1 file changed

+3
-4
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-Owner <String>] [-Title <String>] [-
6464
[-ListsShowHeaderAndNavigation <Boolean>] [-HidePeoplePreviewingFiles <Boolean>]
6565
[-HidePeopleWhoHaveListsOpen <Boolean>] [-IsAuthoritative <Boolean>] [-AllowFileArchive <Boolean>]
6666
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>] [-DisableSiteBranding <Boolean>]
67-
[-AllowClassicPageBaselineSecurityModeOptout <Boolean>]
67+
[-DisableClassicPageBaselineSecurityMode <Boolean>]
6868
[-WhatIf] [-Confirm] [<CommonParameters>]
6969
```
7070

@@ -523,12 +523,11 @@ Accept pipeline input: False
523523
Accept wildcard characters: False
524524
```
525525

526-
### -AllowClassicPageBaselineSecurityModeOptout
526+
### -DisableClassicPageBaselineSecurityMode
527527

528528
> Applicable: SharePoint Online
529529

530-
Allows a site to opt out of baseline security mode for classic pages. When `AllowClassicPageBaselineSecurityModeOptout` is set to `$true`, users can create and edit classic pages even if baseline security mode is enabled in the tenant.
531-
530+
Allows a site to disable baseline security mode for classic pages. When `DisableClassicPageBaselineSecurityMode` is set to `$true`, users can create and edit classic pages even if baseline security mode is enabled at the tenant level.
532531
PARAMVALUE: True | False
533532

534533
```yaml

0 commit comments

Comments
 (0)