Skip to content

Commit e926d68

Browse files
committed
Remove locale from MSFT links per MSDOCS req
- references SharePoint#5647
1 parent 843313f commit e926d68

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/business-apps/introduction-to-sharepoint-business-process-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Business apps and business process automation
33
description: Business apps and business process automation.
4-
ms.date: 04/07/2020
4+
ms.date: 04/30/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -44,4 +44,4 @@ Cross-tool functionality seamlessly moves your data from one operation to anothe
4444

4545
## Next steps
4646
* [Get started with Power Automate and SharePoint](./power-automate/get-started/create-your%20first-flow.md)
47-
* [Get started with Power Apps and SharePoint](https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/customize-list-form)
47+
* [Get started with Power Apps and SharePoint](https://docs.microsoft.com/powerapps/maker/canvas-apps/customize-list-form)

docs/business-apps/power-automate/get-started/connect-to-other-services-in-your-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect your flow to other services
33
description: Connect your flow to 200+ services available in Power Automate, and build an integrated experience to perform actions in the services.
4-
ms.date: 04/07/2020
4+
ms.date: 04/30/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -72,4 +72,4 @@ In this article, we will connect to Microsoft Teams and post a message to one of
7272
5. As a result of this flow run, you receive an email, and a message is posted on the selected Teams channel.
7373

7474
## Next steps
75-
Learn new skills and discover Power Automate with step-by-step guidance by exploring learning paths and modules available here: [Power Automate Learning Paths](https://docs.microsoft.com/en-us/learn/browse/?term=Power%20Automate&products=power-automate).
75+
Learn new skills and discover Power Automate with step-by-step guidance by exploring learning paths and modules available here: [Power Automate Learning Paths](https://docs.microsoft.com/learn/browse/?term=Power%20Automate&products=power-automate).

docs/solution-guidance/Bulk-user-profile-update-api-for-sharepoint-online.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ _DataFileNotJson - JsonToken EndObject is not valid for closing JsonType Array.
437437

438438
Yes, the actual import of the file does not occur synchronously with the identity of the caller, so this works with app-only context without any issues.
439439

440-
In order to use an app-only context with the SharePoint add-in model, you need to register a client ID and secret to be able to execute the APIs following [this guidance](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs). Moreover, while registering the SharePoint add-in you will have to grant the permissions using the following XML snippet:
440+
In order to use an app-only context with the SharePoint add-in model, you need to register a client ID and secret to be able to execute the APIs following [this guidance](https://docs.microsoft.com/sharepoint/dev/solution-guidance/security-apponly-azureacs). Moreover, while registering the SharePoint add-in you will have to grant the permissions using the following XML snippet:
441441

442442
```xml
443443
<AppPermissionRequests AllowAppOnlyPolicy="true">
@@ -446,7 +446,7 @@ In order to use an app-only context with the SharePoint add-in model, you need t
446446
</AppPermissionRequests>
447447
```
448448

449-
In order to use app-only with an application registered in Azure Active Directory, you need to [register the application](https://docs.microsoft.com/en-us/graph/auth-register-app-v2), [provide a X.509 certificate for authentication](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-certificate-credentials#register-your-certificate-with-microsoft-identity-platform), which is a requirement for SharePoint Online app-only authentication within Azure Active Directory, and grant the following SharePoint Online permissions scopes for Application: Sites.FullControl.All and User.ReadWrite.All .
449+
In order to use app-only with an application registered in Azure Active Directory, you need to [register the application](https://docs.microsoft.com/graph/auth-register-app-v2), [provide a X.509 certificate for authentication](https://docs.microsoft.com/azure/active-directory/develop/active-directory-certificate-credentials#register-your-certificate-with-microsoft-identity-platform), which is a requirement for SharePoint Online app-only authentication within Azure Active Directory, and grant the following SharePoint Online permissions scopes for Application: Sites.FullControl.All and User.ReadWrite.All .
450450

451451
### This API is updating properties in the user profile service, but how would I create those properties in the tenant?
452452

docs/spfx/use-theme-colors-in-your-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Occurance of theme tokens within SharePoint UI may differ depending upon selecte
143143

144144
### Customizing theme colors
145145

146-
In order to customize theme colors, a custom theme should be created and added to a SharePoint tenant for selection on a target site or hub. See [SharePoint site theming](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview) for more information.
146+
In order to customize theme colors, a custom theme should be created and added to a SharePoint tenant for selection on a target site or hub. See [SharePoint site theming](https://docs.microsoft.com/sharepoint/dev/declarative-customization/site-theming/sharepoint-site-theming-overview) for more information.
147147

148148
## See also
149149

0 commit comments

Comments
 (0)