diff --git a/power-platform/alm/devops-build-tool-tasks.md b/power-platform/alm/devops-build-tool-tasks.md index f4b77e51de..1812c1f3c5 100644 --- a/power-platform/alm/devops-build-tool-tasks.md +++ b/power-platform/alm/devops-build-tool-tasks.md @@ -191,7 +191,7 @@ steps: | `HoldingSolution`
Import as a holding solution | An advance parameter (true\|false) used when a solution needs to be upgraded. This parameter hosts the solution in Dataverse but does not upgrade the solution until the Apply Solution Upgrade task is run. | | `OverwriteUnmanagedCustomizations`
Overwrite un-managed customizations | Specify whether to overwrite un-managed customizations (true\|false). | | `SkipProductUpdateDependencies`
Skip product update dependencies | Specify whether the enforcement of dependencies related to product updates should be skipped (true\|false). | -| `ConvertToManaged`
Convert to managed | Specify whether to import as a managed solution (true\|false). | +| `ConvertToManaged`
Convert to managed | Specify whether to convert into managed any unmanaged versions of objects found in the target environment that exist in the solution being imported in a managed state (true\|false). | | `AsyncOperation`
Asynchronous import | If selected (**true**), the import operation will be performed asynchronously. This is recommended for larger solutions as this task will automatically timeout after 4 minutes otherwise. Selecting asynchronous will poll and wait until MaxAsyncWaitTime has been reached (true\|false). | | `MaxAsyncWaitTime`
Maximum wait time | Maximum wait time in minutes for the asynchronous operation; default is 60 min (1 hr), same as Azure DevOps default for tasks.| | `PublishWorkflows`
Activate processes after import | Specify whether any processes (workflows) in the solution should be activated after import (true\|false). | diff --git a/power-platform/developer/cli/reference/solution.md b/power-platform/developer/cli/reference/solution.md index cb6dbf4e75..ed1607df2b 100644 --- a/power-platform/developer/cli/reference/solution.md +++ b/power-platform/developer/cli/reference/solution.md @@ -404,7 +404,7 @@ This parameter requires no value. It's a switch. #### `--convert-to-managed` `-cm` -Convert to a managed solution. +Convert into managed any unmanaged versions of objects found in the target Dataverse that exist in the solution being imported in a managed state. This parameter requires no value. It's a switch. @@ -891,4 +891,4 @@ Use one of these values: ### See also [Microsoft Power Platform CLI Command Groups](index.md)
-[Microsoft Power Platform CLI overview](../introduction.md) \ No newline at end of file +[Microsoft Power Platform CLI overview](../introduction.md)