From 9dee942ddd0f8bb193f807d6e465e87af6d8695e Mon Sep 17 00:00:00 2001 From: Swathi Pillalamarri Date: Tue, 17 Aug 2021 14:50:55 -0700 Subject: [PATCH] update --- sdk/schemaregistry/azure-schemaregistry/samples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/schemaregistry/azure-schemaregistry/samples/README.md b/sdk/schemaregistry/azure-schemaregistry/samples/README.md index c3223b6e4c8f..0b7d11707b5d 100644 --- a/sdk/schemaregistry/azure-schemaregistry/samples/README.md +++ b/sdk/schemaregistry/azure-schemaregistry/samples/README.md @@ -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: @@ -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).