Skip to content

Commit a1106c9

Browse files
authored
Merge branch 'main' into patch-1
2 parents 1d0c8ba + 8dc02af commit a1106c9

File tree

2,092 files changed

+2611
-2211
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,092 files changed

+2611
-2211
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/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
topicHref: /sharepoint/index
44
items:
55
- name: SharePoint PowerShell
6-
tocHref: /powershell/module/sharepoint-server/
6+
tocHref: /powershell/module/microsoft.sharepoint.powershell/
77
topicHref: /powershell/sharepoint/index
88
- name: SharePoint
99
tocHref: /powershell/sharepoint/

sharepoint/docs-conceptual/sharepoint-online/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-pnp/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: ../sharepoint-online/connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-server/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ landingContent:
2929
- text: Get started with SharePoint Online Management Shell
3030
url: ../sharepoint-online/connect-sharepoint-online.md
3131
- text: Cmdlet reference
32-
url: /powershell/module/sharepoint-online
32+
url: /powershell/module/microsoft.online.sharepoint.powershell
3333

3434
# Card
3535
- title: SharePoint Server Subscription
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerTypeBilling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spocontainertypebilling
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/add-spocontainertypebilling
55
applicable: SharePoint Online
66
title: Add-SPOContainerTypeBilling
77
schema: 2.0.0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContainerUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spocontaineruser
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/add-spocontaineruser
55
applicable: SharePoint Online
66
title: Add-SPOContainerUser
77
schema: 2.0.0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOContentSecurityPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spocontentsecuritypolicy
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/add-spocontentsecuritypolicy
55
applicable: SharePoint Online
66
title: Add-SPOContentSecurityPolicy
77
schema: 2.0.0

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFileRequestBrandingProfile.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
33
Module Name: Microsoft.Online.SharePoint.PowerShell
4-
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/add-spofilerequestbrandingprofile
4+
online version: https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/add-spofilerequestbrandingprofile
55
applicable: SharePoint Online
66
title: Add-SPOFileRequestBrandingProfile
77
author: nabeelnaiyer
@@ -26,7 +26,7 @@ Add-SPOFileRequestBrandingProfile -AssetLibraryUrl <String> -IsPrimary <Boolean>
2626

2727
## DESCRIPTION
2828

29-
This cmdlet registers a branding profile to be used for the file request feature across the tenant. You must specify an existing organization asset library URL where the branding assets are stored and indicate whether the profile should be designated as primary. Each tenant can have one primary and one secondary profile. The organization asset library being used must be configured with the CdnType being "Public" (see [Add-SPOOrgAssetsLibrary](/powershell/module/sharepoint-online/add-spoorgassetslibrary) for more info).
29+
This cmdlet registers a branding profile to be used for the file request feature across the tenant. You must specify an existing organization asset library URL where the branding assets are stored and indicate whether the profile should be designated as primary. Each tenant can have one primary and one secondary profile. The organization asset library being used must be configured with the CdnType being "Public" (see [Add-SPOOrgAssetsLibrary](/powershell/module/microsoft.online.sharepoint.powershell/add-spoorgassetslibrary) for more info).
3030

3131
## EXAMPLES
3232

@@ -129,8 +129,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
129129
130130
## RELATED LINKS
131131
132-
[Get-SPOFileRequestBrandingProfiles](/powershell/module/sharepoint-online/get-spofilerequestbrandingprofiles)
132+
[Get-SPOFileRequestBrandingProfiles](/powershell/module/microsoft.online.sharepoint.powershell/get-spofilerequestbrandingprofiles)
133133
134-
[Remove-SPOFileRequestBrandingProfile](/powershell/module/sharepoint-online/remove-spofilerequestbrandingprofile)
134+
[Remove-SPOFileRequestBrandingProfile](/powershell/module/microsoft.online.sharepoint.powershell/remove-spofilerequestbrandingprofile)
135135
136-
[Switch-SPOFileRequestBrandingProfiles](/powershell/module/sharepoint-online/switch-spofilerequestbrandingprofiles)
136+
[Switch-SPOFileRequestBrandingProfiles](/powershell/module/microsoft.online.sharepoint.powershell/switch-spofilerequestbrandingprofiles)

0 commit comments

Comments
 (0)