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

Integrate sync stack in schema registry via AutoRest. #32576

Merged
merged 11 commits into from
Feb 22, 2023

Conversation

g2vinay
Copy link
Member

@g2vinay g2vinay commented Dec 12, 2022

Integrates Sync Stack in Schema Registry via AutoRest, also enables ResponseBase in Schema Registry via AutoRest.

@ghost ghost added the Schema Registry label Dec 12, 2022
@g2vinay g2vinay requested review from srnagar and conniey December 12, 2022 23:22
@azure-sdk
Copy link
Collaborator

API change check

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

azure-data-schemaregistry

@g2vinay g2vinay marked this pull request as ready for review December 13, 2022 02:42
@g2vinay g2vinay requested a review from sjkwak as a code owner December 13, 2022 02:42
@conniey
Copy link
Member

conniey commented Feb 21, 2023

/azp run java - schemaregistry - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@@ -197,7 +211,7 @@ public SchemasGetByIdHeaders setLocation(String location) {
*
* @return the contentType value.
*/
public SchemaFormatImpl getContentType() {
public SchemaFormat getContentType() {
Copy link
Member

Choose a reason for hiding this comment

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

Curious why the change from SchemaFormatImpl -> SchemaFormat? I think there is a collision with the public-facing one so we have to qualify it. :/

Copy link
Member Author

Choose a reason for hiding this comment

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

This is done by Autorest, we can revert this if its a breaking change ?

@g2vinay
Copy link
Member Author

g2vinay commented Feb 22, 2023

/azp run java - schemaregistry - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@g2vinay g2vinay merged commit 715f31f into Azure:main Feb 22, 2023
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.

4 participants