зеркало из
1
0
Форкнуть 0

[CognitiveServices] update spellcheck for deprecation (#37456)

* [CognitiveServices] update spellcheck for deprecation

* update release date
This commit is contained in:
swathipil 2024-09-18 18:27:21 -05:00 коммит произвёл GitHub
Родитель 946386114d
Коммит 5c17720726
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
5 изменённых файлов: 12 добавлений и 22 удалений

Просмотреть файл

@ -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',