Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

In the Get-SitecoreAzureSqlServerStatus cmdlet, the Progress Bar might appears twice. #5

Description

@ob1dev

In the Get-SitecoreAzureSqlServerStatus cmdlet, the Progress Bar might appears twice for the same task, when two or more tasks are in active and then one succeeded.

The reason is due to not unique value for the Write-Progress -Id cmdlet after one task reach out to the succeeded state.

If convert the $importStatus.RequestId from GUID to UINT, it can be used for the -Id parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions