Skip to content

Update Set-SPOSite.md#865

Merged
Ruchika-mittal01 merged 5 commits intoMicrosoftDocs:mainfrom
divyachapan:patch-1
Apr 23, 2025
Merged

Update Set-SPOSite.md#865
Ruchika-mittal01 merged 5 commits intoMicrosoftDocs:mainfrom
divyachapan:patch-1

Conversation

@divyachapan
Copy link
Copy Markdown
Contributor

adding documentation for AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled

adding documentation for AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit a0238da:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

[-AllowDownloadingNonWebViewableFiles <Boolean>]
[-AllowEditing <Boolean>]
[-AllowFileArchive <Boolean>]
[-AllowFileArchive <Boolean>]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: remove the trailing space here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check if its gone?

```

### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
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).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it)

Does this mean, the user has no AddAndCustomizePages permission?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Idea is that user can update property bag independent of the noScript setting.

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 37f0cc1:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

```

### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
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).
Copy link
Copy Markdown
Contributor

@samkabue samkabue Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DenyAddAndCustomizePages

"Add and Customize pages"

since we're not referring to the param here #Closed

```

### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
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).
Copy link
Copy Markdown
Contributor

@samkabue samkabue Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$true

add backticks to clarify this is an input value

`$true`
``` #Closed

```

### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
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).
Copy link
Copy Markdown
Contributor

@samkabue samkabue Apr 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it)

this part of the sentence:

DenyAddAndCustomizePages is turned on when the user had AddAndCustomizePages (prior to DenyAddAndCustomizePages removing it)

is very confusing -- I've read it multiple times and still can't make sense of it. please revise it for clarity.

hint: use internal Microsoft Copilot to polish the string. Ask Copilot to generate the string based on "Microsoft Writing Style Guide" -- this way the generated string is grounded on Content Writer-provided guidelines.

#Closed

Copy link
Copy Markdown
Contributor

@samkabue samkabue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

@samkabue samkabue added the Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates label Apr 17, 2025
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit d161721:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

```

### -AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled
Enables or disables web property bag updates. When AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled is set to $true, the web property bag can be updated even if the Add And Customize Pages right is denied on the site collection.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Apr 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled

add backticks

`AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled`
``` #Closed

@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 4737c13:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

Copy link
Copy Markdown
Contributor

@samkabue samkabue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@samkabue samkabue added Sign off The pull request is ready to be reviewed and merged by PubOps and removed Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates labels Apr 23, 2025
@Ruchika-mittal01 Ruchika-mittal01 self-assigned this Apr 23, 2025
@Ruchika-mittal01 Ruchika-mittal01 added the In review PubOps is reviewing the pull request label Apr 23, 2025
@learn-build-service-prod
Copy link
Copy Markdown
Contributor

Learn Build status updates of commit 4608e96:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

For any questions, please:

@Ruchika-mittal01 Ruchika-mittal01 merged commit 6b87245 into MicrosoftDocs:main Apr 23, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

In review PubOps is reviewing the pull request Microsoft submitter Sign off The pull request is ready to be reviewed and merged by PubOps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants