Skip to content

Commit 920b6e0

Browse files
authored
Merge branch 'main' into patch-1
2 parents 20051fa + 81e6ec6 commit 920b6e0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/workflows/AutoLabelMsftContributor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: Auto label Microsoft contributors
23

34
permissions:
@@ -31,4 +32,5 @@ jobs:
3132
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3233
secrets:
3334
AccessToken: ${{ secrets.GITHUB_TOKEN }}
34-
TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
35+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
36+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Set-SPOTenant
114114
[-EnableSensitivityLabelforPDF <Boolean>]
115115
[-EnableVersionExpirationSetting <Boolean>]
116116
[-EnforceContentSecurityPolicy <Boolean>]
117+
[-EnforceRequestDigest <Boolean>]
117118
[-ExcludedBlockDownloadGroupIds [Guid[]]]
118119
[-ExcludeSiteTemplate <SwitchParameter>]
119120
[-ExemptNativeUsersFromTenantLevelRestricedAccessControl <Boolean>]
@@ -3260,6 +3261,23 @@ Accept pipeline input: False
32603261
Accept wildcard characters: False
32613262
```
32623263

3264+
### -EnforceRequestDigest
3265+
3266+
When set to `True` a valid request digest is required on SOAP API calls that perform a state-changing operation.
3267+
3268+
PARAMVALUE: True | False
3269+
3270+
```yaml
3271+
Type: Boolean
3272+
Parameter Sets: (All)
3273+
Applicable: SharePoint Online
3274+
Required: False
3275+
Position: Named
3276+
Default value: False
3277+
Accept pipeline input: False
3278+
Accept wildcard characters: False
3279+
```
3280+
32633281
### -DocumentUnderstandingModelScope
32643282

32653283
This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature is available on.

0 commit comments

Comments
 (0)