-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[core-http] sendOperationRequest needs an overload that takes OperationOptions #6457
Comments
I may be wrong but generated files seem to just import ServiceClient from corehttp |
@jeremymeng nah, you're right, I got tricked by VS Code and go to definition. OK this bug is now actionable again. |
@jeremymeng OK what I was actually thinking about. The generated method signatures all take an options bag that extends from I guess the ask in this issue is that we cheat and let that string indexer allow us to pass |
This was done in |
Presently the utility method OperationOptionsToRequestOptionsBase must be applied before calling into sendOperationRequest. This should not be necessary.
The text was updated successfully, but these errors were encountered: