Azure / Azure/autorest.powershell
Http timeouts are not caught by the generated code
Open
bug
P1
- Dominant language
- C#
- Stars
- 123
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
All exceptions that occur during the execution of a cmdlet should be written to the error stream. In the generated code, only these exceptions are currently caught in the try catch:
- PipelineStoppedException
- AggregateException
- UndeclaredResponseException
- RestException
### Proposal
Ensure all exceptions should be caught in `ProcessRecordAsync` method.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.