Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
[-DelayContentSecurityPolicyEnforcement <Boolean>]
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
[-DocumentUnderstandingModelSelectedSitesList <String[]>]
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
Expand Down Expand Up @@ -241,6 +242,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
[-DelayContentSecurityPolicyEnforcement <Boolean>]
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
[-DocumentUnderstandingModelSelectedSitesList <String[]>]
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
Expand Down Expand Up @@ -365,6 +367,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
[-DelayContentSecurityPolicyEnforcement <Boolean>]
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
[-DocumentUnderstandingModelSelectedSitesList <String[]>]
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
Expand Down Expand Up @@ -487,6 +490,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
[-DelayContentSecurityPolicyEnforcement <Boolean>]
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
[-DocumentUnderstandingModelSelectedSitesList <String[]>]
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
Expand Down Expand Up @@ -609,6 +613,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
[-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
[-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
[-DelayContentSecurityPolicyEnforcement <Boolean>]
[-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
[-DocumentUnderstandingModelSelectedSitesList <String[]>]
[-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
Expand Down Expand Up @@ -2195,6 +2200,29 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -DelayContentSecurityPolicyEnforcement

> Applicable: SharePoint Online

This parameter allows administrators to delay the [enforcement of Content Security Policy checking](https://aka.ms/spfx/csp) from March 1, 2026 to June 1, 2026.
Copy link
Contributor

Choose a reason for hiding this comment

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

https://aka.ms/spfx/csp

as this resolves to a learn.more link, let's use it:

/sharepoint/dev/spfx/content-securty-policy-trusted-script-sources

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@samkabue : I on purpose added an aka.ms link as we might want to change this a blog post. If that's an option then let's indeed change to the learn link

Copy link
Contributor

@samkabue samkabue Oct 28, 2025

Choose a reason for hiding this comment

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

@jansenbe for docs links they prefer linking directly (in this case using relative link). that said let's not block this PR since I know there's the server code waiting for this.

(ideally the aka.ms are, e.g., for sharing with customers, while in here we reference the actual doc link directly)


The valid values are:

* False - The Content Security Enforcement checking will start from March 1, 2026.
* True - The Content Security Enforcement checking will start from June 1, 2026.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -DelayDenyAddAndCustomizePagesEnforcement

> Applicable: SharePoint Online
Expand Down