Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
111 stars 76 forks source link

Parent/child pipeline invocation threw exception #1198

Closed vidai-msft closed 11 months ago

vidai-msft commented 1 year ago

When running the command Get-AzElasticMonitor -ResourceGroupName ElasticResourceGroup01 -Name Monitor01 | Get-AzElasticAllTrafficFilter, it threw exception Get-AzElasticAllTrafficFilter_ListViaIdentityMonitor: Invalid identity for URI '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Elastic/monitors/{monitorName}'. The README.md is located at https://github.com/vidai-msft/azure-powershell/blob/elastic-api-version-upgrade/src/Elastic/README.md

dolauli commented 1 year ago

@VeryEarly Please check whether it is an issue related to parent pipeline

VeryEarly commented 11 months ago

fixed