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

[Schema Registry] Add getSchemaByVersion #23162

Merged
merged 4 commits into from
Sep 10, 2022

Conversation

deyaaeldeen
Copy link
Member

@deyaaeldeen deyaaeldeen commented Sep 9, 2022

Follows Azure/azure-sdk-for-python#26055

Fixes #23122

TODO:

  • added tests

);

// Get definition of existing schema by its ID
const foundSchema = await client.getSchema(id);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to not be getting by the version.

@JoshLove-msft
Copy link
Member

Looks like you need to add tests.

@azure-sdk
Copy link
Collaborator

API change check

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

azure-schema-registry

@deyaaeldeen deyaaeldeen marked this pull request as ready for review September 9, 2022 23:59
@deyaaeldeen deyaaeldeen merged commit 73d1b14 into Azure:main Sep 10, 2022
@deyaaeldeen deyaaeldeen deleted the schema-registry-by-version branch September 10, 2022 00:00
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.

Provide a function for fetching schema from Schema Registry using group name, schema name and schema version.
4 participants