[CognitiveServices] update spellcheck for deprecation (#37456)
* [CognitiveServices] update spellcheck for deprecation * update release date
This commit is contained in:
Родитель
946386114d
Коммит
5c17720726
|
@ -1,5 +1,12 @@
|
|||
# Release History
|
||||
|
||||
## 2.0.1 (2024-09-18)
|
||||
|
||||
### Other Changes
|
||||
|
||||
- This package has been deprecated and will no longer be maintained after 09-18-2024. This package will only receive security fixes until 09-18-2024. Refer to the samples in the [Bing Search for Python SDK repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main/sdk/SpellCheck) instead.
|
||||
- For additional support, open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Bing Search for Python SDK repo.
|
||||
|
||||
## 2.0.0 (2020-01-12)
|
||||
|
||||
### Breaking Changes
|
||||
|
|
|
@ -1,23 +1,5 @@
|
|||
# Microsoft Azure SDK for Python
|
||||
|
||||
This is the Microsoft Azure Cognitive Services Spellcheck Client Library.
|
||||
This package has been tested with Python 2.7, 3.6+.
|
||||
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
|
||||
This package has been deprecated and will no longer be maintained after 09-18-2024. This package will only receive security fixes until 09-18-2024. Refer to the samples in the [Bing Search for Python SDK repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main/sdk/SpellCheck) instead.
|
||||
|
||||
|
||||
# Usage
|
||||
|
||||
|
||||
|
||||
|
||||
For code examples, see [Cognitive Services Spellcheck](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
|
||||
|
||||
|
||||
# Provide Feedback
|
||||
|
||||
If you encounter any bugs or have suggestions, please file an issue in the
|
||||
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
|
||||
section of the project.
|
||||
|
||||
|
||||
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-spellcheck%2FREADME.png)
|
||||
For additional support, open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Bing Search for Python SDK repo.
|
|
@ -9,5 +9,5 @@
|
|||
# regenerated.
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
VERSION = "2.0.0"
|
||||
VERSION = "2.0.1"
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@ package_doc_id = "cognitive-services"
|
|||
is_stable = true
|
||||
is_arm = false
|
||||
need_msrestazure = false
|
||||
auto_update = false
|
||||
|
|
|
@ -62,7 +62,7 @@ setup(
|
|||
url='https://github.com/Azure/azure-sdk-for-python',
|
||||
keywords="azure, azure sdk",
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Development Status :: 7 - Inactive',
|
||||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
|
|
Загрузка…
Ссылка в новой задаче