Skip to content

Commit 1312714

Browse files
authored
Merge branch 'live' into fix--MD039/no-space-in-links
2 parents 93312fc + 61f370f commit 1312714

File tree

956 files changed

+22114
-1474
lines changed

Some content is hidden

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

956 files changed

+22114
-1474
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@
104104
"master": [
105105
"Publish",
106106
"PDF"
107-
],
108-
"mints-Aug": [
109-
"Publish",
110-
"PDF"
111-
]
107+
]
112108
},
113109
"need_generate_pdf_url_template": true,
114110
"Targets": {

.openpublishing.redirection.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/component-framework/updating-tooling.md",
5+
"redirect_url": "get-powerapps-cli#update-microsoft-powerapps-cli-to-the-latest-version",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/canvas-apps/scan-barcode.md",
510
"redirect_url": "controls/control-new-barcode-scanner",
611
"redirect_document_id": "false"
7-
}, {
12+
},
13+
{
814
"source_path": "powerapps-docs/maker/canvas-apps/connect-to-sharepoint.md",
915
"redirect_url": "connections/connection-sharepoint-online",
1016
"redirect_document_id": "false"

pending-deleted-files.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ This file tracks files marked for deletion. Localization requirements mean that
66

77
These files have been redirected, but the actual .md topic files can't been removed yet.
88

9+
powerapps-docs\maker\canvas-apps\working-with-experimental.md
10+
powerapps-docs/maker/common-data-service/entity-relationship-behavior.md
11+
912
These files have been redirected, and the .md topic files have been deleted. This list hasn't been provided to loc yet.
1013

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\control-framework",
5+
"\\control-framework\\manifest-schema-reference",
6+
"\\control-framework\\manifest-schema-reference\\includes",
7+
"\\control-framework\\reference",
8+
"\\control-framework\\reference\\client"
9+
],
10+
"SelectedNode": "\\control-framework\\reference\\client\\getclient.md",
11+
"PreviewInSolutionExplorer": false
12+
}
Binary file not shown.
220 KB
Binary file not shown.
Binary file not shown.

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
href: write-plug-in.md
8080
- name: Handle exceptions
8181
href: handle-exceptions.md
82-
- name: Inpersonate a user
82+
- name: Impersonate a user
8383
href: impersonate-a-user.md
8484
- name: Register a plug-in
8585
href: register-plug-in.md
@@ -89,6 +89,8 @@
8989
href: logging-tracing.md
9090
- name: Analyze performance
9191
href: analyze-performance.md
92+
- name: Troubleshoot plug-ins
93+
href: troubleshoot-plug-in.md
9294
- name: Access external web resources
9395
href: access-web-services.md
9496
- name: Tutorials

powerapps-docs/developer/common-data-service/api-limits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ We limit the number of API requests made by each user, per organization instance
2121

2222
The limit will help ensure that users running applications cannot interfere with each other based on resource constraints. The limits will not affect normal users of the platform. Only applications that perform a large number of API requests may be affected. The limit will help provide a level of protection from random and unexpected surges in request volumes that threaten the availability and performance characteristics of the Common Data Service platform.
2323

24+
Since plug-ins and custom workflow activities execute on the server independent of a logged on user, API calls made from plug-in code will not count against this external API request limit.
25+
2426
If your application has the potential to exceed the limit, please consider the guidance given in the [What should I do if my application exceeds the limit?](#what-should-i-do-if-my-application-exceeds-the-limit) section below.
2527

2628
## What happens when the limit is exceeded?

powerapps-docs/developer/common-data-service/authenticate-oauth.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ To add a password:
312312

313313
#### Common Data Service user account bound to the registered app
314314

315-
The first thing you must do is create a custom security role that will define what access and privileges this account will have within the Common Data Service organization. More information: [Create or configure a custom security role](https://docs.microsoft.com/power-platform/admin/database-security.md#create-or-configure-a-custom-security-role)
315+
316+
The first thing you must do is create a custom security role that will define what access and privileges this account will have within the Common Data Service organization. More information: [Create or configure a custom security role](/power-platform/admin/database-security#create-or-configure-a-custom-security-role)
316317

317318
After you have created the custom security role, you must create the user account which will use it.
318319

0 commit comments

Comments
 (0)