Skip to content

Commit af37861

Browse files
authored
Fix readme (Azure#32980)
1 parent 7063a28 commit af37861

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sdk/search/azure-search-documents/README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ Use the Azure.Search.Documents client library to:
4141
| [Product documentation](https://docs.microsoft.com/azure/search/search-what-is-azure-search)
4242
| [Samples](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/search/azure-search-documents/samples)
4343

44-
## _Disclaimer_
45-
46-
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
47-
4844
## Getting started
4945

5046
### Install the package
@@ -58,7 +54,7 @@ pip install azure-search-documents
5854
### Prerequisites
5955

6056
* Python 3.7 or later is required to use this package.
61-
* You need an [Azure subscription][azure_sub] and a
57+
* You need an [Azure subscription][azure_sub] and an
6258
[Azure Cognitive Search service][search_resource] to use this package.
6359

6460
To create a new search service, you can use the [Azure portal][create_search_service_docs], [Azure PowerShell][create_search_service_ps], or the [Azure CLI][create_search_service_cli].

0 commit comments

Comments
 (0)