Closed pallavit closed 8 months ago
@pallavit, is your interest here primarily for end-users of ClientModel-based clients, or for users who are manually authoring clients?
@KrzysztofCwalina will know more about it, since he asked me to create this work-item :)
mainly for users of client libraries. We want them to understand that they can change retires (just the number of retries first), that there is a pluggable pipeline, that there are protocol methods, ClientResponse
For end-user, I would suggest following a structure something like:
ClientResult<T>
ClientResult<T?>
For "Model Reader Writer" samples, we have this which should cover the main user scenarios according to @m-nash
All the samples similar to - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/readme.md