Skip to content

Commit d55639d

Browse files
authored
Update Set-SPOTenant.md
changed the name of parameter to AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled, based on the comment in the backend PR.
1 parent 12cc919 commit d55639d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Set-SPOTenant
167167
[-PrebuiltModelScope <SyntexFeatureScopeValue>]
168168
[-PrebuiltModelSelectedSitesList [String[]]]
169169
[-PrebuiltModelSelectedSitesListOperation <SelectedSitesListOperations>]
170-
[-AllowWebPropertyBagUpdateWhenNoScriptIsOn <Boolean>]
170+
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
171171
[<CommonParameters>]
172172
```
173173

@@ -3249,8 +3249,8 @@ Accept pipeline input: False
32493249
Accept wildcard characters: False
32503250
```
32513251

3252-
### -AllowWebPropertyBagUpdateWhenNoScriptIsOn
3253-
Enables or disables web property bag update when NoScript is turned on. When AllowWebPropertyBagUpdateWhenNoScriptIsOn is set to $true, web property bag can be updated even if NoScript is turned on when the user had AddAndCustomizePages (prior to NoScript removing it).
3252+
### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
3253+
Enables or disables web property bag update when DenyAddAndCustomizePages is enabled. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, web property bag can be updated even if DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it).
32543254

32553255
PARAMVALUE: $true | $false
32563256

0 commit comments

Comments
 (0)