Skip to content

Commit 67ea06a

Browse files
authored
Merge branch 'main' into user/anthonyfleck/SetSPOTenantUpdatesForAgents
2 parents f1c839c + 8dc02af commit 67ea06a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/AutoLabelAssign.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@ jobs:
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
AutoAssignUsers: 1
33+
AutoAssignReviewers: 1
3334
AutoLabel: 1
3435
ExcludedUserList: '["user1", "user2"]'
3536
ExcludedBranchList: '["branch1", "branch2"]'
3637
secrets:
37-
AccessToken: ${{ secrets.GITHUB_TOKEN }}
38+
AccessToken: ${{ secrets.GITHUB_TOKEN }}
39+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
40+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

.github/workflows/BackgroundTasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ permissions:
66

77
on:
88
pull_request_target:
9+
types: [opened, synchronize, reopened, ready_for_review]
910

1011
jobs:
1112
upload:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3840,6 +3840,9 @@ Controls whether legacy browser authentication connections to SharePoint with le
38403840

38413841
PARAMVALUE: True | False
38423842

3843+
> [!NOTE]
3844+
> • Legacy browser authentication is being deprecated for enterprise tenants as of October 2025. <br/> This setting will no longer be available to set to true. The RPS protocol will no longer function. <br/>
3845+
38433846
```yaml
38443847
Type: System.Boolean
38453848
Parameter Sets: (All)

0 commit comments

Comments
 (0)