Skip to content

Commit 3561c5b

Browse files
authored
Merge pull request MicrosoftDocs#4685 from MicrosoftDocs/master
updating working
2 parents 4507131 + 10e8504 commit 3561c5b

File tree

98 files changed

+1341
-676
lines changed

Some content is hidden

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

98 files changed

+1341
-676
lines changed

powerapps-docs/developer/component-framework/code-components-model-driven-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.assetid: 5d100dc3-bd82-4b45-964c-d90eaebc0735
1515

1616
# Code components for model-driven apps
1717

18-
Power Apps component framework gives developers the ability to extend the visualizations in model-driven apps. Professional developers can create, debug, import, and add code components to model-driven apps using [Power Apps CLI](get-powerapps-cli.md). You can add code components to columns, grids, and sub grids in model-driven apps.
18+
Power Apps component framework gives developers the ability to extend the visualizations in model-driven apps. Professional developers can create, debug, import, and add code components to model-driven apps using [Microsoft Power Platform CLI](get-powerapps-cli.md). You can add code components to columns, grids, and sub grids in model-driven apps.
1919

2020
> [!IMPORTANT]
2121
> Power Apps component framework is enabled for model-driven apps by default. See [Code components for canvas apps](component-framework-for-canvas-apps.md) to learn how to enable Power Apps component framework for canvas apps.

powerapps-docs/developer/component-framework/community-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.topic: "article"
1616

1717
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
1818

19-
The following is a list of some community resources created by the Power Apps community that you can use to create code components in model-driven and canvas apps using Power Apps component framework and Power Apps CLI.
19+
The following is a list of some community resources created by the Power Apps community that you can use to create code components in model-driven and canvas apps using Power Apps component framework and Microsoft Power Platform CLI.
2020

2121
> [!NOTE]
2222
> Resources created by the community are not supported by Microsoft. If you have questions or issues with community resources, contact the publisher of the resource. Before using these resources, you must ensure that these community resources meet the Power Apps component framework guidelines and should only be used for reference purpose.
@@ -76,7 +76,7 @@ The following is the list of blogs created by Power Apps community.
7676

7777
## Tools
7878

79-
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using the Power Apps CLI.
79+
The [Code component builder](https://www.xrmtoolbox.com/plugins/Maverick.PCF.Builder/) is a tool from XrmToolBox that lets you create code components in visual manner using Microsoft Power Platform CLI.
8080

8181

8282
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.assetid: 5d100dc3-bd82-4b45-964c-d90eaebc0735
1717

1818
Power Apps component framework enables app makers to create code components that can be used in their canvas apps. More information: [Power Apps component framework overview](overview.md)
1919

20-
Power Apps component framework enables professional developers to create, import, and add code components to canvas applications using [Power Apps CLI](get-powerapps-cli.md). Certain APIs may not be available in canvas Apps. We recommend you check each API to determine where it is available.
20+
Power Apps component framework enables professional developers to create, import, and add code components to canvas applications using [Microsoft Power Platform CLI](get-powerapps-cli.md). Certain APIs may not be available in canvas Apps. We recommend you check each API to determine where it is available.
2121

2222
## Security considerations
2323

powerapps-docs/developer/component-framework/create-custom-controls-using-pcf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ ms.assetid: d2cbf58a-9112-45c2-b823-2c07a310714c
1515

1616
# Create and build a code component
1717

18-
This article demonstrates how to create and deploy code components using Power Apps CLI. Ensure that you have installed [Microsoft Power Apps CLI](https://aka.ms/PowerAppsCLI).
18+
This article demonstrates how to create and deploy code components using Microsoft Power Platform CLI. Ensure that you have installed [Microsoft Power Platform CLI](https://aka.ms/PowerAppsCLI).
1919

2020
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
2121

2222
## Create a new component
2323

24-
To begin, open **Developer Command Prompt for VS 2017 or higher** after installing Power Apps CLI.
24+
To begin, open **Developer Command Prompt for VS 2017 or higher** after installing Microsoft Power Platform CLI.
2525

2626
1. In the Developer Command Prompt, create a new folder on your local machine, for example, *C:\Users\your name\Documents\My_code_Component* using the command `mkdir <Specify the folder name>`.
2727
2. Go to the newly created folder using the command `cd <specify your new folder path>`.
@@ -32,7 +32,7 @@ To begin, open **Developer Command Prompt for VS 2017 or higher** after installi
3232
```
3333
3434
> [!NOTE]
35-
> Currently, Power Apps CLI supports two types of components: **field** and **dataset** for model-driven apps. For canvas apps, only the **field** type is supported for this experimental preview.
35+
> Currently, Microsoft Power Platform CLI supports two types of components: **field** and **dataset** for model-driven apps. For canvas apps, only the **field** type is supported for this experimental preview.
3636
3737
4. To retrieve all the required project dependencies, run the command `npm install`.
3838
5. Open your project folder `C:\Users\<your name>\Documents\<My_code_Component>` in any developer environment of your choice and get started with your code component development. The quickest way to get started is by running `code .` from your command prompt once you are in the `C:\Users\<your name>\Documents\<My_code_Component>` directory. This command opens your component project in Visual Studio Code.

powerapps-docs/developer/component-framework/get-powerapps-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Get tooling for Power Apps component framework | Microsoft Docs
3-
description: "Get the Microsoft Power Apps CLI to create, debug, and deploy code components using Power Apps component framework."
3+
description: "Get Microsoft Power Platform CLI to create, debug, and deploy code components using Power Apps component framework."
44
keywords: Power Apps component framework, code components, Component Framework
55
ms.author: nabuthuk
66
author: Nkrb
@@ -15,10 +15,10 @@ ms.assetid: f393f227-7a88-4f25-9036-780b3bf14070
1515

1616
# Get tooling for Power Apps component framework
1717

18-
Use **Microsoft Power Apps CLI** (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Power Apps CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences. More information: [Install Power Apps CLI](../data-platform/powerapps-cli.md)
18+
Use **Microsoft Power Platform CLI** (command-line interface) to create, debug, and deploy code components using Power Apps component framework. Microsoft Power Platform CLI enables developers to create code components quickly. In the future, it will be expanded to include support for additional development and application life cycle management (ALM) experiences. More information: [Install Microsoft Power Platform CLI](../data-platform/powerapps-cli.md)
1919

2020
> [!IMPORTANT]
21-
> To deploy your code component using Power Apps CLI, you must have a Microsoft Dataverse environment with system administrator or system customizer privileges.
21+
> To deploy your code component using Microsoft Power Platform CLI, you must have a Microsoft Dataverse environment with system administrator or system customizer privileges.
2222
2323
## See also
2424

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: Nkrb
1313

1414
# Package a code component
1515

16-
This article describes how to import code components into Microsoft Dataverse. After implementing the code components using the Power Apps CLI, the next step is to bundle all the code component elements into a solution file and import the solution file into Dataverse so that you can see the code components in runtime.
16+
This article describes how to import code components into Microsoft Dataverse. After implementing the code components using Microsoft Power Platform CLI, the next step is to bundle all the code component elements into a solution file and import the solution file into Dataverse so that you can see the code components in runtime.
1717

1818
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
1919

@@ -53,7 +53,7 @@ To create and import a solution file:
5353

5454
## Connecting to your environment
5555

56-
You can deploy the code components directly from the Power Apps CLI by connecting to the Dataverse environment and then pushing the updated components.
56+
You can deploy the code components directly from Microsoft Power Platform CLI by connecting to the Dataverse environment and then pushing the updated components.
5757

5858
Follow the steps below to create the authentication profile, connect to Dataverse, and push the updated components.
5959

@@ -123,7 +123,7 @@ More information: [Settings options](/dotnet/api/microsoft.crm.sdk.messages.expo
123123

124124
> [!NOTE]
125125
> The plugin command is in public preview and
126-
Power Apps CLI now supports creating a plug-in project and packaging it in a solution by adding a reference to the plug-in project. The `pac plugin init` command creates the template files (csproj, Plugin.cs & ServiceHelper.cs) in the directory. To do so:
126+
Microsoft Power Platform CLI now supports creating a plug-in project and packaging it in a solution by adding a reference to the plug-in project. The `pac plugin init` command creates the template files (csproj, Plugin.cs & ServiceHelper.cs) in the directory. To do so:
127127

128128
1. Ensure that you have a valid authentication profile created.
129129
2. Navigate to the root directory where you want the project to be created.

powerapps-docs/developer/component-framework/issues-and-workarounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: "article"
1414

1515
# Common issues and workarounds
1616

17-
Here are some common issues that you might come across while using the Power Apps component framework and Power Apps CLI.
17+
Here are some common issues that you might come across while using the Power Apps component framework and Microsoft Power Platform CLI.
1818

1919
[!INCLUDE[cc-terminology](../data-platform/includes/cc-terminology.md)]
2020

powerapps-docs/developer/component-framework/manifest-schema-reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Power Apps component framework manifest schema reference | Microsoft Docs
3-
description: This section contains reference documentation for manifest schema generated using the Power Apps CLI.
3+
description: This section contains reference documentation for manifest schema generated using Microsoft Power Platform CLI.
44
keywords:
55
ms.author: nabuthuk
66
author: Nkrb
@@ -16,7 +16,7 @@ ms.assetid: 045a395b-4475-48dd-8f67-6bc2b33cd89c
1616

1717
# Manifest schema reference
1818

19-
This section contains reference documentation for manifest schema generated using the Power Apps CLI.
19+
This section contains reference documentation for manifest schema generated using Microsoft Power Platform CLI.
2020

2121
> [!IMPORTANT]
2222
> The **Available for** tab shows which elements are supported by model-driven and canvas apps. It is recommended to check the **Available for** section for each individual property whether it is supported or not. For example, the **code** element is supported for both model-driven and canvas apps, but **html** and **img** properties in **code** elements doesn't support canvas apps.

powerapps-docs/developer/component-framework/reference/updatedproperties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Provides information on what has changed in the `updateView` method. The informa
1919

2020
## Available for
2121

22-
Model-driven and canvas apps
22+
Model-driven apps
2323

2424
## Example
2525

powerapps-docs/developer/component-framework/sample-controls/table-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This sample component renders a table with two columns. The left column shows th
2424
Model-driven apps
2525

2626
> [!NOTE]
27-
> When you debug the table component using the command `npm start`, the component is not rendered in the test harness. This is because the component uses the `context.utils.getEntityMetadata` method which is not supported by the Power Apps CLI tooling yet.
27+
> When you debug the table component using the command `npm start`, the component is not rendered in the test harness. This is because the component uses the `context.utils.getEntityMetadata` method which is not supported by Microsoft Power Platform CLI tooling yet.
2828
2929
## Code
3030

0 commit comments

Comments
 (0)