Skip to content

Commit f49853c

Browse files
committed
resolved merge conflict
2 parents 02e44fc + 3c86fbb commit f49853c

File tree

1,239 files changed

+5530
-9736
lines changed

Some content is hidden

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

1,239 files changed

+5530
-9736
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323
> - **!!IMPORTANT!!** - All submissions must complete the baseline sections included in this template. Ignoring or deleting this template may result in closing the issue with the label **type:incomplete-submission**.
2424
> - Follow our guidance on [How To Create Good Pull Requests](https://github.com/SharePoint/sp-dev-docs/wiki/How-to-Create-Good-Pull-Requests).
25-
> - Target the `master` branch of this repo. Released documents are in `live` branch.
25+
> - Target the `main` branch of this repo.
26+
> - When changing a page, ensure you update the `ms.date` front matter wih the current date in the format `MM/DD/YYYY`.
27+
> - Review all build checks and address the automated errors, warnigns, and suggestions.
28+
> - *NOTE: The live site is based on the `live` branch. Site owners periodically refresh `live` branch from the `main` branch so merged PRs won't immediately appear on the live site. Please be patient to see your changes appear on the live site.*
2629
>
2730
> **DELETE THIS SECTION BEFORE SUBMITTING**

docs/apis/alm-api-for-spfx-add-ins.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Application Lifecycle Management (ALM) APIs
33
description: ALM APIs provide simple APIs to manage deployment of your SharePoint Framework solutions and add-ins across your tenant.
4-
ms.date: 09/07/2020
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
ms.assetid: fdf7ecb2-8851-425b-b058-3285fba77b68
77
ms.localizationpriority: high
@@ -141,7 +141,7 @@ var result = appManager.Add(filePath);
141141
Add-PnPApp -Path ./sharepoint-solution-package.sppkg
142142
```
143143

144-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/add-pnpapp) for complete details and examples on this cmdlet.
144+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Add-PnPApp.html) for complete details and examples on this cmdlet.
145145
146146
# [CLI for Microsoft 365](#tab/o365cli)
147147

@@ -200,7 +200,7 @@ appManager.Deploy('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
200200
Publish-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
201201
```
202202

203-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Publish-PnPApp) for complete details and examples on this cmdlet.
203+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Publish-PnPApp.html) for complete details and examples on this cmdlet.
204204
205205
# [CLI for Microsoft 365](#tab/o365cli)
206206

@@ -248,7 +248,7 @@ appManager.Retract('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
248248
Unpublish-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
249249
```
250250

251-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Unpublish-PnPApp) for complete details and examples on this cmdlet.
251+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Unpublish-PnPApp.html) for complete details and examples on this cmdlet.
252252
253253
# [CLI for Microsoft 365](#tab/o365cli)
254254

@@ -284,7 +284,7 @@ appManager.Remove('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
284284
Remove-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
285285
```
286286

287-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Remove-PnPApp) for complete details and examples on this cmdlet.
287+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Remove-PnPApp.html) for complete details and examples on this cmdlet.
288288
289289
# [CLI for Microsoft 365](#tab/o365cli)
290290

@@ -367,7 +367,7 @@ var allAppPackages = appManager.GetAvailable();
367367
Get-PnPApp
368368
```
369369

370-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Get-PnPApp) for complete details and examples on this cmdlet.
370+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Get-PnPApp.html) for complete details and examples on this cmdlet.
371371
372372
# [CLI for Microsoft 365](#tab/o365cli)
373373

@@ -474,7 +474,7 @@ appManager.Install('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
474474
Install-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
475475
```
476476

477-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Install-PnPApp) for complete details and examples on this cmdlet.
477+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Install-PnPApp.html) for complete details and examples on this cmdlet.
478478
479479
# [CLI for Microsoft 365](#tab/o365cli)
480480

@@ -522,7 +522,7 @@ if (appPackage.CanUpgrade) {
522522
Update-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
523523
```
524524

525-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/update-pnpapp) for complete details and examples on this cmdlet.
525+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Update-PnPApp.html) for complete details and examples on this cmdlet.
526526
527527
# [CLI for Microsoft 365](#tab/o365cli)
528528

@@ -569,7 +569,7 @@ appManager.Uninstall('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
569569
Uninstall-PnPApp -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
570570
```
571571

572-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/Uninstall-PnPApp) for complete details and examples on this cmdlet.
572+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Uninstall-PnPApp.html) for complete details and examples on this cmdlet.
573573
574574
# [CLI for Microsoft 365](#tab/o365cli)
575575

@@ -613,7 +613,7 @@ appManager.SyncToTeams('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx')
613613
Sync-PnPAppToTeams -Identity xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx
614614
```
615615

616-
> Refer to the [PnP PowerShell documentation](/powershell/module/sharepoint-pnp/sync-pnpapptoteams) for complete details and examples on this cmdlet.
616+
> Refer to the [PnP PowerShell documentation](https://pnp.github.io/powershell/cmdlets/Sync-PnPAppToTeams.html) for complete details and examples on this cmdlet.
617617
618618
# [CLI for Microsoft 365](#tab/o365cli)
619619

docs/apis/migration-api-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "SharePoint Online Import Migration API"
33
ms.prod: sharepoint
4-
ms.date: 05/19/2022
4+
ms.date: 06/09/2022
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -565,7 +565,7 @@ If the Migration API was unable to resolve a user using the login provided in th
565565
### Helpful Resources
566566

567567
- [SharePoint Online Client Components SDK](https://www.microsoft.com/download/details.aspx?id=42038)
568-
- [Azure Windows Azure SDK for .NET - 2.4](https://www.microsoft.com/download/details.aspx?id=43709)
568+
- [Azure Windows Azure SDK for .NET - 2.4](https://azure.microsoft.com/downloads/)
569569
- [Bulk Creation of OneDrive for Business sites](https://msdn.microsoft.com/library/office/jj163783(v=office.15).aspx)
570570
- [Restrictions and limitations when you sync SharePoint libraries to your computer through OneDrive for Business](https://support.office.com/article/restrictions-and-limitations-when-you-sync-files-and-folders-7787566e-c352-4bd4-9409-fd100a0165f6)
571571
- [Types of files that cannot be added to a list or library](https://support.office.com/Article/Types-of-files-that-cannot-be-added-to-a-list-or-library-30be234d-e551-4c2a-8de8-f8546ffbf5b3?ui=en-US&rs=en-US&ad=US)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Sensitivity labels and the SharePoint Migration API"
33
description: Learn how to have sensitivity labels applied to content before migration with the SharePoint Migration API.
4-
ms.date: 05/24/2022
4+
ms.date: 06/23/2022
55
ms.author: jhendr
66
author: JoanneHendrickson
77
manager: serdars
@@ -11,24 +11,24 @@ ms.prod: sharepoint
1111
---
1212
# Sensitivity Labels and the SharePoint Migration API
1313

14-
Sensitivity labels cannot be applied to files and folders using the SharePoint Migration API. If you want to have sensitivity labels applied to your content being migrated to Microsoft 365, we recommend using the Microsoft Purview Information Protection SDK. There currently isn't a parameter in the API to apply sensitivity labels to files.
14+
Sensitivity labels cannot be applied to files and folders using the SharePoint Migration API. If you want to have sensitivity labels applied to your content being migrated to Microsoft 365, we recommend using the Microsoft Information Protection SDK. There currently isn't a parameter in the API to apply sensitivity labels to files.
1515

1616
**Step 1:**
1717

18-
Before you migrate your content with the Migration API, become familiar with how sensitivity labels work in Microsoft 365 and learn about the Microsoft Purview Information Protection SDK:
18+
Before you migrate your content with the Migration API, become familiar with how sensitivity labels work in Microsoft 365 and learn about the Microsoft Information Protection SDK:
1919

2020
- [Enable sensitivity labels for Offices files in SharePoint and OneDrive](/microsoft-365/compliance/sensitivity-labels-sharepoint-onedrive-files)
2121
- [Microsoft Information Protection SDK](/information-protection/develop/overview)
2222

2323
**Step 2:**
24-
Download and configure the Microsoft Purview Information Protection SDK. The article listed here shows you how to set up and configure your Microsoft 365 subscription and client workstation, in preparation for using the SDK.
24+
Download and configure the Microsoft Information Protection SDK. The article listed here shows you how to set up and configure your Microsoft 365 subscription and client workstation, in preparation for using the SDK.
2525

2626
- [Microsoft Information Projection (MIP) SDK setup and configuration](/information-protection/develop/setup-configure-mip)
2727

2828
**Step 3:**
2929
Apply sensitivity labels using the MIP SDK.
3030

31-
If you're currently using Azure Information Protection, you must migrate your labels to Office 365 Security and Compliance Center. For more information on the process, see [How to migrate Azure Information Protection labels to the Office 365 Security & Compliance Center](/azure/information-protection/configure-policy-migrate-labels).
31+
If you're currently using Azure Information Protection, you must migrate your labels to the Microsoft Purview compliance portal. For more information on the process, see [How to migrate Azure Information Protection labels to unified sensitivity labels](/azure/information-protection/configure-policy-migrate-labels).
3232

3333
**Step 4:**
3434
Migrate content using the [SharePoint Import Migration API (CreationMigrationJob)](migration-api-overview.md)

docs/business-apps/power-automate/guidance/working-with-get-items-and-get-files.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: In-depth analysis into 'Get items' and 'Get files' SharePoint actions for flows in Power Automate
33
description: In this article, learn more about the SharePoint actions get items & get files actions with Power Automate.
4-
ms.date: 03/24/2022
4+
ms.date: 06/20/2022
55
search.app:
66
- Flow
77
search.appverid: met150
@@ -104,4 +104,6 @@ Spaces in the column name are replaced with `_x0020_` (0 is numeral zero).
104104

105105
The format is the column name followed by asc or desc depending on ascending or descending order, respectively.
106106

107+
### Known Limitation
108+
While using Get items on lists with more than 5000 items with a filter query, you may observe that no records are returned if there are no items matching the filter query in the first 5000 items. To fix this, enable Pagination on Get items from the action settings menu when working with lists with more than 5000 items.
107109

docs/community/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Developer Community (SharePoint PnP) resources
33
description: The SharePoint Development Community (also known as the SharePoint PnP community) is an open-source initiative coordinated by SharePoint engineering.
4-
ms.date: 02/14/2020
4+
ms.date: 06/09/2022
55
ms.service: sharepoint-online
66
ms.localizationpriority: high
77
---
@@ -17,7 +17,7 @@ The Microsoft 365 Platform Community (also known as M365 PnP community) is an op
1717
- [Microsoft 365 Dev Twitter](https://twitter.com/Microsoft365Dev) - Official communication channel for SharePoint, Office 365, Windows 10 and Enterprise Mobility + Security developer topics
1818
- [Microsoft 365 PnP Twitter](https://twitter.com/m365pnp) - Community account for Microsoft 365 and SharePoint topics
1919
- [Microsoft 365 Dev Facebook](https://www.facebook.com/Microsoft365Developer) - Official communication channel for SharePoint, Office 365, Windows 10 and Enterprise Mobility + Security developer topics
20-
- [Microsoft 365 PnP Facebook](https://www.facebook.com/OfficeDevPnP/) - Community account for SharePoint and Office 365 developer topics
20+
- [Microsoft 365 PnP Facebook](https://www.facebook.com/Microsoft365/community) - Community account for SharePoint and Office 365 developer topics
2121

2222
## GitHub
2323

docs/community/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Developer Community contribution
33
description: Contribution options towards the SharePoint Developer Community.
4-
ms.date: 02/14/2020
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: medium
77
---
@@ -15,7 +15,7 @@ There are multiple ways to contribute to the SharePoint Developer Community (Sha
1515
* Do a live demo of your sample, solution, or architecture design in the SharePoint community calls.
1616
* Report and fix issues within the GitHub repositories in the [SharePoint GitHub Organization](http://github.com/sharepoint).
1717
* Report issues in the GitHub issue lists to help others find where they can assist.
18-
* Provide input on new feature requests within [SharePoint Developer UserVoice](https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform).
18+
* Provide input on new feature requests within [Feedback Portal: SharePoint](https://feedbackportal.microsoft.com/feedback/forum/06735c62-321c-ec11-b6e7-0022481f8472)..
1919

2020
## FAQ
2121

docs/community/open-source-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Developer Community open source projects
33
description: Open-source projects coordinated by the SharePoint PnP initiative
4-
ms.date: 09/07/2020
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -13,7 +13,7 @@ There are numerous open-source projects that are coordinated by the SharePoint P
1313
| Repository | Description |
1414
|--------|--------|
1515
| [SharePoint Starter kit](https://github.com/SharePoint/sp-starter-kit) | A starter kit for showing how to extend modern experiences in SharePoint Online by extending them with modern extensibility options. |
16-
| [SharePoint Provisioning Service templates](https://github.com/SharePoint/sp-dev-provisioning-templates) | Tenant templates used by the [SharePoint Provisioning Service](https://provisioning.sharepointpnp.com) to easily provision sample content and structures demonstrating what's possible with modern SharePoint experiences. |
16+
| [SharePoint Provisioning Service templates](https://github.com/SharePoint/sp-dev-provisioning-templates) | Tenant templates used by the [SharePoint Provisioning Service](https://lookbook.microsoft.com/service-description) to easily provision sample content and structures demonstrating what's possible with modern SharePoint experiences. |
1717
| [CLI for Microsoft 365](https://pnp.github.io/cli-microsoft365/) | A cross-platform command-line interface (CLI) that allows users on any platform to manage their Microsoft 365 and SharePoint Framework projects. |
1818
| [Office 365 Developer PnP Core Component](https://github.com/SharePoint/PnP-Sites-Core) | An extension component that encapsulates commonly used remote CSOM/REST operations as reusable extension methods on out-of-the box CSOM objects. |
1919
| [PnP PowerShell cmdlets](/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets) | Allow you to perform complex provisioning and artifact management actions for SharePoint. The commands use CSOM and can work against both SharePoint Online as well as SharePoint on-premises. |

docs/community/repositories.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Developer GitHub repositories
33
description: List of different SharePoint Developer GitHub repositories and their description
4-
ms.date: 03/29/2018
4+
ms.date: 06/07/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -46,7 +46,7 @@ There are numerous SharePoint Developer GitHub repositories, which all have diff
4646
| [pnp-partner-pack](https://github.com/SharePoint/PnP-Partner-Pack) | Packaged guidance with detailed instructions about setting things up in Office 365 and Azure |
4747
| [pnp-js-core](https://github.com/SharePoint/PnP-JS-Core) | Office Dev PnP Core component for JavaScript |
4848
| [pnp-transformation](https://github.com/SharePoint/PnP-Transformation) | Material specifically for the transformation process. Currently, includes samples around InfoPath replacement and transformation tooling from farm solutions to the add-in model |
49-
| [pnp-js-provisioning](https://github.com/SharePoint/pnp-js-provisioning) | Repository for planned JavaScript provisioning library |
49+
| [pnp-js-provisioning](https://github.com/pnp/sp-js-provisioning) | Repository for planned JavaScript provisioning library |
5050
| [pnp-provisioning-templates](https://github.com/SharePoint/PnP-Provisioning-Templates) | Repository for provisioning templates.
5151
| [pnp-guidance](https://github.com/SharePoint/PnP-Guidance) | Old repository on guidance, presentations, and articles that were partially synced to MSDN |
5252
| [pnp-identitymodel](https://github.com/SharePoint/PnP-IdentityModel) | Open source replacement of Microsoft.IdentityModel.Extensions.dll |

0 commit comments

Comments
 (0)