Open
Description
Describe the bug
We didn't set httpClient
from Builder to HttpPipelineBuilder httpPipelineBuilder
in createHttpPipeline
code.
Likely just need one more line in createHttpPipeline
code.
Reproduction
Any Builder class in clientcore test
https://github.com/microsoft/typespec/blob/main/packages/http-client-java/generator/http-client-generator-clientcore-test/src/main/java/type/array/ArrayClientBuilder.java
Checklist
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.