Skip to content

Commit 054f606

Browse files
committed
Migrated content to Power Platform ALM Guide
1 parent a630174 commit 054f606

File tree

7 files changed

+14
-227
lines changed

7 files changed

+14
-227
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/common-data-service/create-patches-simplify-solution-updates.md",
5+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/create-patches-simplify-solution-updates",
6+
"redirect_document_id": "false"
7+
},
8+
{
9+
"source_path": "powerapps-docs/developer/common-data-service/when-edit-customization-file.md",
10+
"redirect_url": "https://docs.microsoft.com/power-platform/alm/when-edit-customization-file",
11+
"redirect_document_id": "false"
12+
},
313
{
414
"source_path": "powerapps-docs/developer/common-data-service/create-export-import-unmanaged-solution.md",
515
"redirect_url": "https://docs.microsoft.com/power-platform/alm/solution-api",

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,6 @@
307307
href: maintain-managed-solutions.md
308308
- name: Organize your solutions
309309
href: organize-solutions.md
310-
- name: How to manage solutions
311-
items:
312-
- name: Create patches to simplify solution updates
313-
href: create-patches-simplify-solution-updates.md
314-
- name: When to edit the customizations file
315-
href: when-edit-customization-file.md
316310
- name: Publish and monitor your (ISV) app
317311
items:
318312
- name: Publish your app on AppSource

powerapps-docs/developer/common-data-service/best-practices/business-logic/do-not-duplicate-plugin-step-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Deleting and recreating a step in the source instance (test, dev, preprod) will
5656

5757
![Duplicate Plug-in Step Registration](../media/duplicate-plugin-registration-step.png)
5858

59-
Manually creating the `SDKMessageProcessingSteps` with a new GUID or updating the existing GUID within the `customizations.xml` file will result in a duplicate step being registered. These types of tasks are unsupported as outlined in [When to edit the customizations file](/powerapps/developer/model-driven-apps/when-edit-customization-file).
59+
Manually creating the `SDKMessageProcessingSteps` with a new GUID or updating the existing GUID within the `customizations.xml` file will result in a duplicate step being registered. These types of tasks are unsupported as outlined in [When to edit the customizations file](/power-platform/alm/when-edit-customization-file).
6060

6161
<a name='additional'></a>
6262

powerapps-docs/developer/common-data-service/create-patches-simplify-solution-updates.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

powerapps-docs/developer/common-data-service/supported-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The following is a list of unsupported action types that are frequently asked ab
121121

122122
- Creating a plug-in assembly for a standard Common Data Service assembly (Microsoft.Crm.*.dll) or performing an update or delete of a platform created `pluginassembly` is not supported.
123123

124-
- Editing a solutions file to edit any solution components other than ribbons, forms, SiteMap, or saved queries is not supported. For more information, see [When to edit the customizations file](when-edit-customization-file.md). Defining new solution components by editing the solutions file is not supported. Editing web resource files exported with a solution is not supported. Except for the steps documented in [Maintain managed solutions](maintain-managed-solutions.md), editing the contents of a managed solution is not supported.
124+
- Editing a solutions file to edit any solution components other than ribbons, forms, SiteMap, or saved queries is not supported. For more information, see [When to edit the customizations file](/power-platform/alm/when-edit-customization-file). Defining new solution components by editing the solutions file is not supported. Editing web resource files exported with a solution is not supported. Except for the steps documented in [Maintain managed solutions](maintain-managed-solutions.md), editing the contents of a managed solution is not supported.
125125

126126
### Outlook Client
127127
- Modifications to any one of the Dynamics 365 forms or adding new forms, such as custom .aspx pages, directly to Office Outlook or making changes to .pst files. These changes will not be upgraded.

0 commit comments

Comments
 (0)