Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable select HLC methods to use RequestOptions #1734

Closed
tg-msft opened this issue Dec 1, 2021 · 1 comment
Closed

Enable select HLC methods to use RequestOptions #1734

tg-msft opened this issue Dec 1, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. v3 Version 3 of AutoRest C# generator.

Comments

@tg-msft
Copy link
Member

tg-msft commented Dec 1, 2021

We want to enable select HLC methods to use RequestOptions (Azure/azure-sdk-for-net#25626) and need to figure out the best way to support that via AutoRest. I'd prefer not to generate the ENTIRE protocol layer for Storage just to call two of those methods. Maybe we could do something like add an annotation that either takes a RequestOptions param to existing HLC generated methods, switches to the LLC generator for that method, or any other option that's cheap to implement? This work item is currently just to track the scenario rather than ask for a specific design.

@tg-msft tg-msft added the v3 Version 3 of AutoRest C# generator. label Dec 1, 2021
@annelo-msft annelo-msft added the Client This issue points to a problem in the data-plane of the library. label Dec 10, 2021
@annelo-msft
Copy link
Member

Addressed with: #1991

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. v3 Version 3 of AutoRest C# generator.
Projects
None yet
Development

No branches or pull requests

3 participants