Skip to content

Provide PS native progress indication for solution imports #480

@matwilko

Description

@matwilko

Import-CrmSolution/Import-CrmSolutionAsync currently give no feedback to the user unless they specifically use -Verbose, and Import-CrmSolutionAsync doesn't give any progress indication even when using -Verbose.

Powershell has a native progress indication mechanism, Write-Progress, which can be leveraged to provide the user feedback on solution import progress without filling up their prompt with progress messages.

Import-CrmSolutionAsync could also leverage the same logic as Import-CrmSolution to poll the import for progress if $conn.ImportSolutionToCrmAsync is used rather than manually generating an asyncoperation and submitting. ImportSolutionToCrmAsync outputs both the asyncoperation and importjob ID's, allowing us to poll the status of both to provide useful progress feedback to the user.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions