-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.
Description
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"
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.