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

ClientModel: Simplified SCM LRO Types #44728

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

annelo-msft
Copy link
Member

In this approach, clients create public subtypes of ResultValueOperation. These operation types are considered the same as other subclients and hold all protocol methods relevant to the operation -- i.e. if you have to pass an operation ID to the method, it lives on the LRO subclient -- since you can't call it until after calling the method to start the operation. These subclients evolve like any other with regard to the addition of convenience methods in subsequent versions.

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

System.ClientModel

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

System.ClientModel

@azure-sdk
Copy link
Collaborator

API change check

APIView has identified API level changes in this PR and created following API reviews.

System.ClientModel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants