Skip to content

Commit 5c17720

Browse files
authored
[CognitiveServices] update spellcheck for deprecation (Azure#37456)
* [CognitiveServices] update spellcheck for deprecation * update release date
1 parent 9463861 commit 5c17720

File tree

5 files changed

+12
-22
lines changed

5 files changed

+12
-22
lines changed

sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## 2.0.1 (2024-09-18)
4+
5+
### Other Changes
6+
7+
- 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.
8+
- 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+
310
## 2.0.0 (2020-01-12)
411

512
### Breaking Changes
Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Cognitive Services Spellcheck Client Library.
4-
This package has been tested with Python 2.7, 3.6+.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
3+
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.
64

7-
8-
# Usage
9-
10-
11-
12-
13-
For code examples, see [Cognitive Services Spellcheck](https://docs.microsoft.com/python/api/overview/azure/cognitive-services) on docs.microsoft.com.
14-
15-
16-
# Provide Feedback
17-
18-
If you encounter any bugs or have suggestions, please file an issue in the
19-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
20-
section of the project.
21-
22-
23-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-cognitiveservices-language-spellcheck%2FREADME.png)
5+
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.

sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/azure/cognitiveservices/language/spellcheck/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "2.0.0"
12+
VERSION = "2.0.1"
1313

sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package_doc_id = "cognitive-services"
66
is_stable = true
77
is_arm = false
88
need_msrestazure = false
9+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-language-spellcheck/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
keywords="azure, azure sdk",
6464
classifiers=[
65-
'Development Status :: 5 - Production/Stable',
65+
'Development Status :: 7 - Inactive',
6666
'Programming Language :: Python',
6767
'Programming Language :: Python :: 2',
6868
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)