Skip to content

Commit ab53f43

Browse files
authored
[CognitiveServices] deprecate language-luis (#36893)
* [CognitiveServices] deprecate language-luis * update to inactive
1 parent bcb34e3 commit ab53f43

File tree

5 files changed

+10
-23
lines changed

5 files changed

+10
-23
lines changed

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

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

3+
## 0.7.1 (2024-08-15)
4+
5+
### Other Changes
6+
7+
- This package is no longer being maintained. Use the [azure-ai-language-conversations](https://pypi.org/project/azure-ai-language-conversations/) package instead.
8+
39
## 0.7.0 (2020-06-15)
410

511
*Authoring*
Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Cognitive Services LUIS 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).
6-
7-
8-
# Usage
9-
10-
11-
12-
13-
For code examples, see [Cognitive Services LUIS](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-luis%2FREADME.png)
3+
This package is no longer being maintained. Use the [azure-ai-language-conversations](https://pypi.org/project/azure-ai-language-conversations/) package instead.

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

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

12-
VERSION = "0.7.0"
12+
VERSION = "0.7.1"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ package_pprint_name = "Cognitive Services LUIS"
44
package_doc_id = "cognitive-services"
55
is_stable = false
66
is_arm = false
7+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-language-luis/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 :: 4 - Beta',
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)