Conversation
* Initial files * nits * export API * refactor Request to simplify a bit * add comments * update * fix build * nits * update * updates * Add test for JsonModel RequestContent * Adapt to RequestContent when ContentCore is set to BinaryContent base type instance * remove WireOptions * add tests for base type assignment scenarios
…eature/azure.core-2.0
…#42255) * initial checkin * WIP * Tables * updates * Add tests * updates * API updates * Add ResponseHeadersAdapter * rework buffering a bit * revert * reshuffle * fix * add tests * nits * nits * update comment on NullableResponse<T>.DefaultResponse
…tions (#42262) * initial checkin * WIP * Tables * updates * Add tests * updates * API updates * Add ResponseHeadersAdapter * rework buffering a bit * revert * reshuffle * fix * add tests * nits * nits * Initial files * fix build * update comment on NullableResponse<T>.DefaultResponse * nits * use default * Allow setting message.ResponseClassifier from the base type property * update exception text * add test that fails if classifier TryClassify methods are unsealed * updates * remove NetworkTimeout logic until we can implement it e2e * remove NetworkTimeout logic until we can implement it e2e * add comment to adapter * address PR feedback * updates from PR feedback
…d transport types (#42294) * initial checkin * WIP * Tables * updates * Add tests * updates * API updates * Add ResponseHeadersAdapter * rework buffering a bit * revert * reshuffle * fix * add tests * nits * nits * Initial files * fix build * update comment on NullableResponse<T>.DefaultResponse * nits * use default * Allow setting message.ResponseClassifier from the base type property * update exception text * add test that fails if classifier TryClassify methods are unsealed * updates * remove NetworkTimeout logic until we can implement it e2e * remove NetworkTimeout logic until we can implement it e2e * add comment to adapter * address PR feedback * Initial checkin for policy only * updates from PR feedback * make HttpPipelineTransport inherit from PipelineTransport * export API * move to full transport implementation * address feedback from #41773 * fix and export API * update adapter comment based on pr fb * Initial files * call through to response.Headers.Set * update DigitalTwins with RFE refdoc changes * add refdoc for RFE
…eClassifier (#42329) * Initial check-in * export API * update samples * updates to RetryPolicy * nits and export API * Add TextAnalytics exception parser * update RetryOptions with defaults * pr fb: change retry policy exception to debug.assert
|
API change check API changes are not detected in this pull request. |
|
Feedback on this from @AlexanderSher: #42328 (comment) |
|
Hi @annelo-msft. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Don't close |
|
Hi @annelo-msft. Thank you for your interest in helping to improve the Azure SDK experience and for your contribution. We've noticed that there hasn't been recent engagement on this pull request. If this is still an active work stream, please let us know by pushing some changes or leaving a comment. Otherwise, we'll close this out in 7 days. |
|
Hi @annelo-msft. Thank you for your contribution. Since there hasn't been recent engagement, we're going to close this out. Feel free to respond with a comment containing |
This PR implements the integration of Azure.Core 2.0 with the System.ClientModel library.
It replaces earlier PRs that implemented this at various points in the development of System.ClientModel, including #41773 and #39135.