Skip to content

Commit 731470e

Browse files
committed
Removed en-us from the URL
1 parent 451ee67 commit 731470e

Some content is hidden

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

46 files changed

+57
-57
lines changed

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 https://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.

pending-deleted-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pending deleted files tracking
22

3-
This file tracks files marked for deletion. Localization requirements mean that topic file deletions need to be coordinated. See [Deleting or renaming topic files](https://review.docs.microsoft.com/en-us/bacx/delete-rename?branch=master) for more information.
3+
This file tracks files marked for deletion. Localization requirements mean that topic file deletions need to be coordinated. See [Deleting or renaming topic files](https://review.docs.microsoft.com/bacx/delete-rename?branch=master) for more information.
44

55
## Files queued for deletion
66

powerapps-docs/developer/common-data-service/build-tools-tasks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The PowerApps checker task runs a static analysis check on your solution(s) agai
3535
| PowerApps checker service | Select the service endpoint for PowerApps checker. The service endpoint is defined under **Service Connections** in **Project Settings**. **NOTE:** The service connection type that must be used for this specific task only is ‘PowerApps Checker,’ which is a service principals connection. More information on how to configure Service Principals before you can use the task is available [here](https://aka.ms/buildtoolsconnection). |
3636
| Location of file to analyze | Specify whether to reference a local file or a reference file from a Sas url.
3737
| Local files to analyze/Sas uri for file to analyze | Specify the path and file name of the zip files to analyze. Wildcards can be used. For example, **\*.zip for all zip files in all sub folders. You can choose to specify the files directly or reference a File from a Sas uri. |
38-
| Rule set | Specify which ruleset to apply. The following two rulesets are available: **Solution Checker:** This is the same ruleset that is run from the [Maker Portal](https://make.powerapps.com/). **AppSource:** This is the extended ruleset that is used to certify an application before it can be published to [AppSource](https://appsource.microsoft.com/en-US/). |
38+
| Rule set | Specify which ruleset to apply. The following two rulesets are available: **Solution Checker:** This is the same ruleset that is run from the [Maker Portal](https://make.powerapps.com/). **AppSource:** This is the extended ruleset that is used to certify an application before it can be published to [AppSource](https://appsource.microsoft.com/). |
3939

4040
### Configure service connection for PowerApps checker
4141

powerapps-docs/developer/common-data-service/event-framework.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $filter=iscustomprocessingstepallowed eq true and isvisible eq true)
6262
```
6363

6464
> [!TIP]
65-
> You can export this data to an Excel worksheet using this query and the instructions provided in this blog post: [Find Messages and entities eligible for plug-ins using the Common Data Service](https://powerapps.microsoft.com/en-us/blog/find-messages-and-entities-eligible-for-plug-ins-using-the-common-data-service/)
65+
> You can export this data to an Excel worksheet using this query and the instructions provided in this blog post: [Find Messages and entities eligible for plug-ins using the Common Data Service](https://powerapps.microsoft.com/blog/find-messages-and-entities-eligible-for-plug-ins-using-the-common-data-service/)
6666
6767

6868
You can also use the following FetchXML to retrieve this information. The [FetchXML Builder](https://fxb.xrmtoolbox.com) is a useful tool to execute this kind of query.

powerapps-docs/developer/common-data-service/image-attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Certain system entities and all custom entities support images. Those entities t
2222
Web API (REST) | .NET API (SOAP)
2323
------- | -------
2424
[ImageAttributeMetadata](/dynamics365/customer-engagement/web-api/imageattributemetadata) | <xref:Microsoft.Xrm.Sdk.Metadata.ImageAttributeMetadata>
25-
IsPrimaryImage, MaxHeight, MaxWidth | [IsPrimaryImage](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.isprimaryimage?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_Metadata_ImageAttributeMetadata_IsPrimaryImage), [MaxHeight](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxheight?view=dynamics-general-ce-9), [MaxWidth](https://docs.microsoft.com/en-us/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxwidth?view=dynamics-general-ce-9)
25+
IsPrimaryImage, MaxHeight, MaxWidth | [IsPrimaryImage](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.isprimaryimage?view=dynamics-general-ce-9#Microsoft_Xrm_Sdk_Metadata_ImageAttributeMetadata_IsPrimaryImage), [MaxHeight](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxheight?view=dynamics-general-ce-9), [MaxWidth](https://docs.microsoft.com/dotnet/api/microsoft.xrm.sdk.metadata.imageattributemetadata.maxwidth?view=dynamics-general-ce-9)
2626

2727
In addition to image attributes, custom entities support zero or more file attributes that can contain any file data. These file attributes can contain a much larger amount of data than image attributes. For more information see [File attributes](file-attributes.md).
2828

powerapps-docs/developer/common-data-service/introduction-solutions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Every customization that you make to Common Data Service, or to a previously ins
3131
If you intend to transport customizations or extensions between different Common Data Service environments or distribute solutions using AppSource, you must understand the solution framework.
3232

3333
> [!NOTE]
34-
> For detailed information about how to effectively use solutions for a successful application lifecycle management (ALM) implementation, see [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/en-us/download/details.aspx?id=57777)
34+
> For detailed information about how to effectively use solutions for a successful application lifecycle management (ALM) implementation, see [Whitepaper: Solution Lifecycle Management](https://www.microsoft.com/download/details.aspx?id=57777)
3535
3636
## Managed and unmanaged solutions
3737

powerapps-docs/developer/common-data-service/online-management-api/authentication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ search.app:
1515
---
1616
# Authenticate to use the Online Management API
1717

18-
Online Management API supports OAuth 2.0 protocol for authentication. Use [Azure Active Directory (AAD)](https://docs.microsoft.com/en-us/azure/active-directory/active-directory-whatis) to authenticate by obtaining a valid OAuth 2.0 access token, and pass it using the **Authorization** header in your requests to the Online Management API.
18+
Online Management API supports OAuth 2.0 protocol for authentication. Use [Azure Active Directory (AAD)](https://docs.microsoft.com/azure/active-directory/active-directory-whatis) to authenticate by obtaining a valid OAuth 2.0 access token, and pass it using the **Authorization** header in your requests to the Online Management API.
1919

2020
The recommended authentication API to use with the Online Management API is [Azure Active Directory Authentication Library (ADAL)](https://docs.microsoft.com/azure/active-directory/develop/active-directory-authentication-libraries), which is available for a wide variety of platforms and programming languages.
2121

powerapps-docs/developer/common-data-service/online-management-api/get-started-online-management-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use the Online Management API, you must have one of the following admin roles
2424
- Global administrator
2525
- Service administrator
2626

27-
For information about these roles, see [About Office 365 admin roles](https://support.office.com/en-us/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d)
27+
For information about these roles, see [About Office 365 admin roles](https://support.office.com/article/About-Office-365-admin-roles-da585eea-f576-4f55-a1e0-87090b6aaa9d)
2828

2929
## Service URL
3030

@@ -61,8 +61,8 @@ The Online Management API has following standard request and response headers.
6161

6262
| Header | Type | Description |
6363
|--------|------|--------------|
64-
|**Accept-Language**|String|Specifies the preferred language for the response. More information about the header: [Accept-Language (MDN web docs)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language)|
65-
|**Authorization**|String|Specifies the credentials to authenticate a user with the Online Management API service. More information about the header: [Authorization (MDN web docs)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization)|
64+
|**Accept-Language**|String|Specifies the preferred language for the response. More information about the header: [Accept-Language (MDN web docs)](https://developer.mozilla.org/docs/Web/HTTP/Headers/Accept-Language)|
65+
|**Authorization**|String|Specifies the credentials to authenticate a user with the Online Management API service. More information about the header: [Authorization (MDN web docs)](https://developer.mozilla.org/docs/Web/HTTP/Headers/Authorization)|
6666

6767
See [Authenticate to use the Online Management API](authentication.md) to know about setting these headers in your request.
6868

powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Finally, you can click on **Logout** button to logout.
288288
1. Sign in to the [Azure portal](https://go.microsoft.com/fwlink/?linkid=2083908) using an account with administrator permission. You must use an account in the same Office 365 subscription (tenant) as you intend to register the app with. You can also access the Azure portal through the Microsoft 365 admin center by expanding the **ADMIN** item in the left navigation pane and selecting **Azure AD**.
289289

290290
> [!NOTE]
291-
> If you don’t have an Azure tenant (account) or you do have one but your Office 365 subscription with Common Data Service is not available in your Azure subscription, following the instructions in the topic [Set up Azure Active Directory access for your Developer Site](https://docs.microsoft.com/en-us/office/developer-program/office-365-developer-program) to associate the two accounts.<br/><br/> If you don’t have an account, you can sign up for one by using a credit card. However, the account is free for application registration and your credit card won’t be charged if you only follow the procedures called out in this topic to register one or more apps. More information: [Active Directory Pricing Details](https://azure.microsoft.com/pricing/details/active-directory/).
291+
> If you don’t have an Azure tenant (account) or you do have one but your Office 365 subscription with Common Data Service is not available in your Azure subscription, following the instructions in the topic [Set up Azure Active Directory access for your Developer Site](https://docs.microsoft.com/office/developer-program/office-365-developer-program) to associate the two accounts.<br/><br/> If you don’t have an account, you can sign up for one by using a credit card. However, the account is free for application registration and your credit card won’t be charged if you only follow the procedures called out in this topic to register one or more apps. More information: [Active Directory Pricing Details](https://azure.microsoft.com/pricing/details/active-directory/).
292292

293293
2. Click on **Azure Active Directory** in the left column of the page. You may need to scroll the left column to see the **Azure Active Directory** icon and label.
294294

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ System Administrator privileges are required to enable the PowerApps component f
3636

3737
To add code components to an app, you need to enable the PowerApps component framework feature in each environment where you want to use them. To enable an environment to use code components inside its apps:
3838

39-
1. Sign in to [PowerApps](https://powerapps.microsoft.com/en-us/).
39+
1. Sign in to [PowerApps](https://powerapps.microsoft.com/).
4040

4141
2. Select the **Settings** icon and then select **Admin Center**.
4242

@@ -74,7 +74,7 @@ To add code components to a canvas app:
7474
2. Create a new canvas app or edit an existing app to which you want to add the code component.
7575

7676
> [!IMPORTANT]
77-
> Make sure the solution zip file is already [imported](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions) into Common Data Service before you proceed to the next step.
77+
> Make sure the solution zip file is already [imported](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) into Common Data Service before you proceed to the next step.
7878
7979
3. Go to **Insert** > **Components** > **Import component**.
8080

powerapps-docs/developer/component-framework/manifest-schema-reference/includes/type-table.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Following `of-type` attribute values are not supported currently:
4141
|Value|Description|
4242
|-----|------|
4343
|`Whole.Duration`|This format option can be used to display a list of duration options. But the data stored in the database is always a number of minutes. The field looks like a drop-down list and provides suggested options like 1 minute, 15 minutes, 30 minutes all the way up to 3 days. People can choose these options. However, people can also just type in a number of minutes and it resolves to that period of time.|
44-
|`Whole.Timezone`|This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4. More information: [TimeZoneCode Class (Sdk Assembly)](https://docs.microsoft.com/en-us/previous-versions/dynamics-crm4/developers-guide/bb959779(v=msdn.10))|
45-
|`Whole.Language`|This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at [Locale ID (LCID) Chart)](https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms912047(v=winembedded.10)).|
44+
|`Whole.Timezone`|This option displays a select list of time zones such as (GMT-12:00) International Date Line West and (GMT-08:00) Pacific Time (US & Canada). Each of these zones is stored as a number. For example, for the time zone (GMT-08:00) Pacific Time (US & Canada), the TimeZoneCode is 4. More information: [TimeZoneCode Class (Sdk Assembly)](https://docs.microsoft.com/previous-versions/dynamics-crm4/developers-guide/bb959779(v=msdn.10))|
45+
|`Whole.Language`|This option displays a list of the languages provisioned for your organization. The values are displayed as a drop-down list of language names, but the data is stored as a number using LCID codes. Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at [Locale ID (LCID) Chart)](https://docs.microsoft.com/previous-versions/windows/embedded/ms912047(v=winembedded.10)).|
4646
|`Lookup.Simple`|Allows for a single reference to a specific entity. All custom lookups are this type.|
4747
|`Lookup.Customer`|Allows for a single reference to either an account or a contact record. These lookups are available for the Opportunity, Case, Quote, Order, and Invoice entities. These entities also have separate Account and Contact lookups that you can use if your customers are always one type. Or you can include both instead of using the Customer lookup.|
4848
|`Lookup.Owner`|Allows for a single reference to either a team or a user record. All team or user-owned entities have one of these.|

powerapps-docs/developer/component-framework/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use PowerApps component framework to create code components that can be used acr
3232

3333
Code components have access to a rich set of framework APIs that expose capabilities like component lifecycle management, contextual data and metadata access, seamless server access via Web API, utility and data formatting methods, device features like camera, location and microphone, along with easy-to-invoke UX elements like dialogs, lookups, and full-page rendering.
3434

35-
Developers and app makers can use modern web practices and also harness the power of external libraries to create advanced user interactions. The framework automatically handles the component lifecycle, retains application business logic, and optimizes for performance (no more async IFrames). Component definition, dependencies, and configurations can all be packaged into a [solution](https://docs.microsoft.com/dynamics365/customer-engagement/customize/solutions-overview) and moved across environments and can be shipped via [AppSource](https://appsource.microsoft.com/en-us/marketplace/apps?page=1&product=dynamics-365).
35+
Developers and app makers can use modern web practices and also harness the power of external libraries to create advanced user interactions. The framework automatically handles the component lifecycle, retains application business logic, and optimizes for performance (no more async IFrames). Component definition, dependencies, and configurations can all be packaged into a [solution](https://docs.microsoft.com/dynamics365/customer-engagement/customize/solutions-overview) and moved across environments and can be shipped via [AppSource](https://appsource.microsoft.com/marketplace/apps?page=1&product=dynamics-365).
3636

3737
## Related topics
3838

powerapps-docs/developer/component-framework/reference/device/getcurrentposition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Type: `Promise<Position>`
3131

3232
## Remarks
3333

34-
See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](https://developer.mozilla.org/en-US/docs/Web/API/Position)
34+
See [Promise](https://developer.mozilla.org/docs/Web/JavaScript/reference/Global_Objects/Promise) and [Position](https://developer.mozilla.org/docs/Web/API/Position)
3535

3636
### Related topics
3737

powerapps-docs/developer/component-framework/reference/navigation/openform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Model-driven apps
3030
| Parameter Name|Type|Required|Description|
3131
| ------------- |----|--------|-----------|
3232
|options|`EntityFormOptions`|Yes|Entity form options for opening the form. The EntityFormOptions has the following attributes:<br/>- **createFromEntity**: `Lookup`. Designates a record that will provide default values based on mapped attribute values. The lookup object has the following String properties: `entityType`, `id`, and `name`. <br/>- **entityId**: `String`. ID of the entity record to display the form for.<br/>- **entityName**: `String`. Logical name of the entity to display the form for.<br/>- **formId**: `String`. ID of the form instance to be displayed.<br/>- **height**: `Number`. Height of the form window to be displayed in pixels.<br/>- **openInNewWindow**: `boolean`. whether to display form in a new window.<br/>- **useQuickCreateForm**: `Boolean`. whether to open a quick create form. If you do not specify this, by default `false` is passed.<br/>- **width**: `Number`. Width of the form window to be displayed in pixels.<br/>- **windowPosition**: `Number`. Specify one of the following values for the window position of the form on the screen: `1:center` <br/> `2:side`|
33-
|parameters|`Object`|No|An dictionary object that passes extra parameters to the form. Invalid parameters will cause an error. More information [see field values using parameters passed to a form](https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form) and [Configure a form to accept custom query string parameters](https://docs.microsoft.com/en-us/powerapps/developer/component-framework/sample-controls/navigation-api-control)|
33+
|parameters|`Object`|No|An dictionary object that passes extra parameters to the form. Invalid parameters will cause an error. More information [see field values using parameters passed to a form](https://docs.microsoft.com/powerapps/developer/model-driven-apps/set-field-values-using-parameters-passed-form) and [Configure a form to accept custom query string parameters](https://docs.microsoft.com/powerapps/developer/component-framework/sample-controls/navigation-api-control)|
3434

3535
## Return Value
3636

0 commit comments

Comments
 (0)