Skip to content

Commit

Permalink
[SchemaRegistry] docs/update release date (#26736)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored Oct 10, 2022
1 parent 7d1e389 commit cb2c5b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.2.0 (Unreleased)
## 1.2.0 (2022-10-10)

This version and all future versions will require Python 3.7+, Python 3.6 is no longer supported.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def get_schema(
@distributed_trace
def get_schema(self, *args: str, **kwargs: Any) -> Schema:
"""Gets a registered schema. There are two ways to call this method:
1) To get a registered schema by its unique ID, pass the `schema_id` parameter and any optional
keyword arguments. Azure Schema Registry guarantees that ID is unique within a namespace.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ async def get_schema(
@distributed_trace_async
async def get_schema(self, *args: str, **kwargs: Any) -> Schema:
"""Gets a registered schema. There are two ways to call this method:
1) To get a registered schema by its unique ID, pass the `schema_id` parameter and any optional
keyword arguments. Azure Schema Registry guarantees that ID is unique within a namespace.
Expand Down

0 comments on commit cb2c5b7

Please sign in to comment.