Skip to content

Commit 7d53cfd

Browse files
committed
Fixing unnecessary en-us from links using batch update model
1 parent d9b3286 commit 7d53cfd

File tree

515 files changed

+1962
-1962
lines changed

Some content is hidden

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

515 files changed

+1962
-1962
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -65,27 +65,27 @@ You can also tweet / follow [@officedev](https://twitter.com/officedev) or [@off
6565

6666
## Get Started
6767

68-
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
69-
* [Setup your Machine](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment)
70-
* [Go build your first web part](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
68+
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-developer-tenant)
69+
* [Setup your Machine](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
70+
* [Go build your first web part](https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
7171

7272
## Reference
73-
* [sp-application-base](https://docs.microsoft.com/en-us/javascript/api/sp-application-base)
74-
* [sp-component-base](https://docs.microsoft.com/en-us/javascript/api/sp-component-base)
75-
* [sp-core-library](https://docs.microsoft.com/en-us/javascript/api/sp-core-library)
76-
* [sp-dialog](https://docs.microsoft.com/en-us/javascript/api/sp-dialog)
77-
* [sp-extension-base](https://docs.microsoft.com/en-us/javascript/api/sp-extension-base)
78-
* [sp-http](https://docs.microsoft.com/en-us/javascript/api/sp-http)
79-
* [sp-listview-extensibility](https://docs.microsoft.com/en-us/javascript/api/sp-listview-extensibility)
80-
* [sp-odata-types](https://docs.microsoft.com/en-us/javascript/api/sp-odata-types)
81-
* [sp-page-context](https://docs.microsoft.com/en-us/javascript/api/sp-page-context)
82-
* [sp-webpart-base](https://docs.microsoft.com/en-us/javascript/api/sp-webpart-base)
73+
* [sp-application-base](https://docs.microsoft.com/javascript/api/sp-application-base)
74+
* [sp-component-base](https://docs.microsoft.com/javascript/api/sp-component-base)
75+
* [sp-core-library](https://docs.microsoft.com/javascript/api/sp-core-library)
76+
* [sp-dialog](https://docs.microsoft.com/javascript/api/sp-dialog)
77+
* [sp-extension-base](https://docs.microsoft.com/javascript/api/sp-extension-base)
78+
* [sp-http](https://docs.microsoft.com/javascript/api/sp-http)
79+
* [sp-listview-extensibility](https://docs.microsoft.com/javascript/api/sp-listview-extensibility)
80+
* [sp-odata-types](https://docs.microsoft.com/javascript/api/sp-odata-types)
81+
* [sp-page-context](https://docs.microsoft.com/javascript/api/sp-page-context)
82+
* [sp-webpart-base](https://docs.microsoft.com/javascript/api/sp-webpart-base)
8383

8484
## Learn More
8585

86-
* [Background and Philosophy](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)
87-
* [Design Great Web Parts](https://docs.microsoft.com/en-us/sharepoint/dev/design/design-guidance-overview)
88-
* [API Docs](https://docs.microsoft.com/en-us/javascript/api/sp-application-base)
86+
* [Background and Philosophy](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
87+
* [Design Great Web Parts](https://docs.microsoft.com/sharepoint/dev/design/design-guidance-overview)
88+
* [API Docs](https://docs.microsoft.com/javascript/api/sp-application-base)
8989

9090
## Updates & Feedback
9191

ThirdPartyNotices

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ may be either trademarks or registered trademarks of Microsoft in the United Sta
99
The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks.
1010
Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.
1111

12-
Privacy information can be found at https://privacy.microsoft.com/en-us/
12+
Privacy information can be found at https://privacy.microsoft.com/
1313

1414
Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents,
1515
or trademarks, whether by implication, estoppel or otherwise.

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ALM APIs can be used to perform exactly the same operations that are available f
2828
ALM APIs are natively provided by using REST APIs, but there are additional CSOM extensions, PowerShell cmdlets, and the cross-platform Office 365 CLI available through SharePoint PnP Community channels.
2929

3030
> [!IMPORTANT]
31-
> Tenant-scoped permissions which require [tenant administrative approval](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/how-to-provide-add-in-app-only-tenant-administrative-permissions-in-sharepoint-online) are not supported with the ALM APIs.
31+
> Tenant-scoped permissions which require [tenant administrative approval](https://docs.microsoft.com/sharepoint/dev/solution-guidance/how-to-provide-add-in-app-only-tenant-administrative-permissions-in-sharepoint-online) are not supported with the ALM APIs.
3232
3333
## REST API
3434

@@ -243,7 +243,7 @@ POST /_api/web/tenantappcatalog/SyncSolutionToTeams(id=xxxxx)
243243

244244
## SharePoint PnP PowerShell cmdlets
245245

246-
By using [PnP PowerShell](https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps), you can automate deploying, publishing, installing, upgrading, and retracting your apps.
246+
By using [PnP PowerShell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps), you can automate deploying, publishing, installing, upgrading, and retracting your apps.
247247

248248
> [!NOTE]
249249
> Support for scope option was released on the April 2018 release of PnP PowerShell.

docs/apis/export-amr-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This document targets ISVs and any third-party vendors/developers who are develo
2828

2929

3030
### Background:
31-
Currently, the SharePoint Online Migration API, [CreateMigrationJob](https://docs.microsoft.com/en-us/sharepoint/dev/apis/migration-api-overview), lets your migration tool efficiently migrate large amounts data to SharePoint Online. However, the lack of an official API to read content from SharePoint Online means that these tools must rely on CSOM function calls to perform individual metadata read operations.
31+
Currently, the SharePoint Online Migration API, [CreateMigrationJob](https://docs.microsoft.com/sharepoint/dev/apis/migration-api-overview), lets your migration tool efficiently migrate large amounts data to SharePoint Online. However, the lack of an official API to read content from SharePoint Online means that these tools must rely on CSOM function calls to perform individual metadata read operations.
3232

3333
</br>
3434
Large numbers of CSOM calls increase the likelihood of throttling which impacts migration performance and customer experience. Ineffective CSOM usage results in large SQL round trip per function calls that can potentially bring down the database and impact its reliability.
@@ -130,7 +130,7 @@ If an invalid value is detected, other than NULL, an error will be generated, an
130130

131131
This is an optional parameter. If it is specified, the AES256CBCKey is used to encrypt output files and queue messages. Otherwise, there is no encryption.
132132

133-
For more information, see [EncryptionOption Class](https://docs.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.encryptionoption).
133+
For more information, see [EncryptionOption Class](https://docs.microsoft.com/dotnet/api/microsoft.sharepoint.client.encryptionoption).
134134

135135

136136
#### azureContainerManifestUri
@@ -204,7 +204,7 @@ It returns the AES256CBC encryption key used to decrypt the message in azureMani
204204
|EncryptionKey|AES256CBC encryption key used to decrypt messages from job/manifest queue|
205205

206206
## Set up Guidelines
207-
The following provides high level guidelines for implementing the asynchronous metadata migration function. This documentation does not go into details on how to interact with SharePoint RESTful service. It is assumed that the ISV has prior knowledge and will be able to access the target website with proper permission. </br>,</br>For more information on how to access the SharePoint website, refer to [Get to Know the SharePoint Rest Service](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service).
207+
The following provides high level guidelines for implementing the asynchronous metadata migration function. This documentation does not go into details on how to interact with SharePoint RESTful service. It is assumed that the ISV has prior knowledge and will be able to access the target website with proper permission. </br>,</br>For more information on how to access the SharePoint website, refer to [Get to Know the SharePoint Rest Service](https://docs.microsoft.com/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service).
208208

209209
1. Install and update the latest Microsoft.SharePointOnline.CSOM version. The minimum version requirement is V16.1.9119.1200 or later.
210210
2. ISVs figure out the folder, document library or files of interested to be query and issued with CreateSPAsyncReadJob function.

docs/apis/migrate-webparts-with-migrationapi.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ To get the Serializer .dll, perform following steps:
3535

3636
For a complete list of the supported web parts, see:
3737

38-
- [SPMT & Migration API supported SharePoint web parts](https://docs.microsoft.com/en-us/sharepointmigration/spmt-supported-webparts)
38+
- [SPMT & Migration API supported SharePoint web parts](https://docs.microsoft.com/sharepointmigration/spmt-supported-webparts)
3939

4040

4141

4242
## Schema:
4343

4444
For an explanation of the **SPWebPart** fields see:
4545

46-
- [SPWebPart](https://docs.microsoft.com/en-us/openspecs/sharepoint_protocols/ms-primepf/25cfceeb-7769-4331-9936-ce3b9ced87ad)
46+
- [SPWebPart](https://docs.microsoft.com/openspecs/sharepoint_protocols/ms-primepf/25cfceeb-7769-4331-9936-ce3b9ced87ad)
4747

4848

4949

@@ -200,7 +200,7 @@ Here is the list of web parts that will be ignored by server-side code (treated
200200
*Question:* How to fetch the web part connection info as the input for serialization API?
201201
*Answer:* The web part connections could be found in <SPWebPartConnection> elements from the web part page in the response of operation ‘GetWebPartPage’ in ‘WebPartPagesWebService’.
202202

203-
View flags: refer to this https://docs.microsoft.com/en-us/openspecs/sharepoint_protocols/ms-wssfob/252d2086-6571-430f-863d-bcaf9d267e62, for example, all the view flags https://docs.microsoft.com/en-us/openspecs/sharepoint_protocols/ms-wssfob/16a9d8ca-185d-40ec-956e-bb6bf3488cf7. You will need to convert all flag values to PRIME element ‘flags’.
203+
View flags: refer to this https://docs.microsoft.com/openspecs/sharepoint_protocols/ms-wssfob/252d2086-6571-430f-863d-bcaf9d267e62, for example, all the view flags https://docs.microsoft.com/openspecs/sharepoint_protocols/ms-wssfob/16a9d8ca-185d-40ec-956e-bb6bf3488cf7. You will need to convert all flag values to PRIME element ‘flags’.
204204

205205
## Appendix
206206

0 commit comments

Comments
 (0)