Skip to content

Commit

Permalink
[SchemaRegistry] update samples readme (#20323)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil authored Aug 17, 2021
1 parent eefe01a commit 19537f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/schemaregistry/azure-schemaregistry/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ urlFragment: schemaregistry-samples

These are code samples that show common scenario operations with the Schema Registry client library.
The async versions of the samples (the python sample files appended with `_async`) show asynchronous operations,
and require Python 3.5 or later.
and require Python 3.6 or later.

Several Schema Registry Python SDK samples are available to you in the SDK's GitHub repository. These samples provide example code for additional scenarios commonly encountered while working with Schema Registry:

Expand All @@ -22,7 +22,7 @@ Several Schema Registry Python SDK samples are available to you in the SDK's Git
* Get schema id

## Prerequisites
- Python 2.7, 3.5 or later.
- Python 2.7, 3.6 or later.
- **Microsoft Azure Subscription:** To use Azure services, including Azure Schema Registry, you'll need a subscription.
If you do not have an existing Azure account, you may sign up for a free trial or use your MSDN subscriber benefits when you [create an account](https://account.windowsazure.com/Home/Index).

Expand Down

0 comments on commit 19537f1

Please sign in to comment.