Is your feature request related to a problem? Please describe. Not a problem but an efficiency. When I add a new project to a solution using the command line I have to write something like this: This ...
(for example, Azure.ResourceManager.EventHubs), the generated code relies on Azure.Core for HTTP pipeline behaviors such as retries. However, the default retry policy does not explicitly handle HTTP ...