Skip to content

Commit c30b66e

Browse files
swathipill0lawrence
authored andcommitted
[CognitiveServices] deprecate vision packages (Azure#38206)
* deprecate computervision * deprecate vision face * contentmoderator * update release date * update changelog date * update release date * customvision
1 parent 5f62544 commit c30b66e

File tree

19 files changed

+41
-399
lines changed

19 files changed

+41
-399
lines changed

sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.9.1 (2024-11-01)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-ai-vision-imageanalysis](https://pypi.org/project/azure-ai-vision-imageanalysis/).
8+
39
## 0.9.0 (2021-05-31)
410

511
### Breaking Changes

sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/README.md

+2-327
Large diffs are not rendered by default.

sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/azure/cognitiveservices/vision/computervision/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.9.0"
12+
VERSION = "0.9.1"
1313

sdk/cognitiveservices/azure-cognitiveservices-vision-computervision/setup.py

+1-1
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',

sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.1 (2024-11-01)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-ai-contentsafety](https://pypi.org/project/azure-ai-contentsafety/).
8+
39
## 1.0.0 (2019-01-02)
410

511
### Features Added
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 Content Moderator 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 Content Moderator](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-vision-contentmoderator%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-ai-contentsafety](https://pypi.org/project/azure-ai-contentsafety/).

sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/azure/cognitiveservices/vision/contentmoderator/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "1.0.0"
12+
VERSION = "1.0.1"
1313

sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/sdk_packaging.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ package_pprint_name = "Cognitive Services Content Moderator"
55
package_doc_id = "cognitive-services"
66
is_stable = true
77
is_arm = false
8-
need_msrestazure = false
8+
need_msrestazure = false
9+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-vision-contentmoderator/setup.py

+1-1
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',

sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 3.1.1 (2024-11-01)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.
8+
39
## 3.1.0 (2020-11-10)
410

511
*Training 3.4-preview*
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 Custom Vision 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 [Custom Vision](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-vision-customvision%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024.

sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/azure/cognitiveservices/vision/customvision/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "3.1.0"
12+
VERSION = "3.1.1"

sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/sdk_packaging.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package_doc_id = "cognitive-services"
55
is_stable = false
66
is_arm = false
77
need_msrestazure = false
8+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-vision-customvision/setup.py

+1-1
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',

sdk/cognitiveservices/azure-cognitiveservices-vision-face/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 0.6.1 (2024-11-01)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-ai-vision-face](https://pypi.org/project/azure-ai-vision-face/).
8+
39
## 0.6.0 (2021-12-02)
410

511
### Features Added
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 Face 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 Face](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-vision-face%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 11-01-2024. This package will only receive security fixes until 11-01-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-ai-vision-face](https://pypi.org/project/azure-ai-vision-face/).

sdk/cognitiveservices/azure-cognitiveservices-vision-face/azure/cognitiveservices/vision/face/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.6.0"
12+
VERSION = "0.6.1"

sdk/cognitiveservices/azure-cognitiveservices-vision-face/sdk_packaging.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ package_doc_id = "cognitive-services"
66
is_stable = false
77
is_arm = false
88
need_msrestazure = false
9+
auto_update = false

sdk/cognitiveservices/azure-cognitiveservices-vision-face/setup.py

+1-1
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)