You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-schemaregistry-avroserializer/azure/schemaregistry/serializer/avroserializer/_version.py
Copy file name to clipboardExpand all lines: sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@
6
6
7
7
### Breaking Changes
8
8
9
+
-`get_schema_id` method on sync and async `SchemaRegistryClient` has been renamed `get_schema_properties`.
10
+
-`schema_id` parameter in `get_schema` method on sync and async `SchemaRegistryClient` has been renamed `id`.
11
+
-`register_schema` and `get_schema_properties` methods on sync and async `SchemaRegistryClient` now take in the following parameters in the given order:
12
+
-`group_name`, which has been renamed from `schema_group`
13
+
-`name`, which has been renamed from `schema_name`
14
+
-`content`, which has been renamed from `schema_content`
0 commit comments