Steps to reproduce
The exception can be found from PowerShell-7.2.0-preview.5-win-x64 but no issue is from PowerShell-7.2.0-preview.3-win-x64
PowerShell-7.2.0-preview.5-win-x64
Write-Progress -Activity "PUT /subscriptions/000/providers/Microsoft.Authorization/policydefinitions/allowed-locations3?api-version=2019-09-01"
Error is printed out
Write-Progress: Length cannot be less than zero. (Parameter 'length')
PowerShell-7.2.0-preview.3-win-x64 works fine without error.
Write-Progress -Activity "PUT /subscriptions/000/providers/Microsoft.Authorization/policydefinitions/allowed-locations3?api-version=2019-09-01"
Steps to reproduce
The exception can be found from PowerShell-7.2.0-preview.5-win-x64 but no issue is from PowerShell-7.2.0-preview.3-win-x64
PowerShell-7.2.0-preview.5-win-x64
Error is printed out
PowerShell-7.2.0-preview.3-win-x64 works fine without error.