Skip to content

Commit a57398f

Browse files
swathipill0lawrence
authored andcommitted
[BatchAI] deprecate azure-mgmt-batchai (Azure#38226)
1 parent 6cd4adb commit a57398f

File tree

4 files changed

+9
-30
lines changed

4 files changed

+9
-30
lines changed

sdk/batchai/azure-mgmt-batchai/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+
## 7.0.0 (2024-10-31)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azureml-core](https://pypi.org/project/azureml-core/). Refer to the migration guide (https://learn.microsoft.com/previous-versions/azure/batch-ai/how-to-migrate) for guidance on upgrading.
8+
39
## 7.0.0b1 (2021-06-02)
410

511
This is beta preview version.
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Batch AI Management Client Library.
4-
This package has been tested with Python 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-
## _Disclaimer_
8-
9-
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
10-
11-
# Usage
12-
13-
14-
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
17-
18-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/)
19-
Code samples for this package can be found at [Batch AI Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
20-
Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)
21-
22-
23-
# Provide Feedback
24-
25-
If you encounter any bugs or have suggestions, please file an issue in the
26-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
27-
section of the project.
28-
29-
30-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-batchai%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azureml-core](https://pypi.org/project/azureml-core/). Refer to the migration guide (https://learn.microsoft.com/previous-versions/azure/batch-ai/how-to-migrate) for guidance on upgrading.

sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "7.0.0b1"
9+
VERSION = "7.0.0"
1010

1111

sdk/batchai/azure-mgmt-batchai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
url="https://github.com/Azure/azure-sdk-for-python",
5050
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
5151
classifiers=[
52-
"Development Status :: 4 - Beta",
52+
"Development Status :: 7 - Inactive",
5353
"Programming Language :: Python",
5454
"Programming Language :: Python :: 3 :: Only",
5555
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)