From ff3ea93c8d7fe7cd1b5fa12657b7bbe5fdb98dbc Mon Sep 17 00:00:00 2001 From: swathipil Date: Wed, 30 Oct 2024 22:59:07 -0700 Subject: [PATCH] [BatchAI] deprecate azure-mgmt-batchai --- sdk/batchai/azure-mgmt-batchai/CHANGELOG.md | 6 ++++ sdk/batchai/azure-mgmt-batchai/README.md | 29 +------------------ .../azure/mgmt/batchai/_version.py | 2 +- sdk/batchai/azure-mgmt-batchai/setup.py | 2 +- 4 files changed, 9 insertions(+), 30 deletions(-) diff --git a/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md b/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md index cbd99fcec4fe..10ed9fce0d39 100644 --- a/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md +++ b/sdk/batchai/azure-mgmt-batchai/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 7.0.0 (2024-10-31) + +### Other Changes + +- 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. + ## 7.0.0b1 (2021-06-02) This is beta preview version. diff --git a/sdk/batchai/azure-mgmt-batchai/README.md b/sdk/batchai/azure-mgmt-batchai/README.md index cbab6ed53959..7dc82f5fa602 100644 --- a/sdk/batchai/azure-mgmt-batchai/README.md +++ b/sdk/batchai/azure-mgmt-batchai/README.md @@ -1,30 +1,3 @@ # Microsoft Azure SDK for Python -This is the Microsoft Azure Batch AI Management Client Library. -This package has been tested with Python 3.6+. -For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all). - -## _Disclaimer_ - -_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_ - -# Usage - - -To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt) - - - -For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/) -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. -Additional code samples for different Azure services are available at [Samples Repo](https://aka.ms/azsdk/python/mgmt/samples) - - -# 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-mgmt-batchai%2FREADME.png) +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. \ No newline at end of file diff --git a/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py b/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py index f01a602b0d64..1dbea58b8ec9 100644 --- a/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py +++ b/sdk/batchai/azure-mgmt-batchai/azure/mgmt/batchai/_version.py @@ -6,6 +6,6 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "7.0.0b1" +VERSION = "7.0.0" diff --git a/sdk/batchai/azure-mgmt-batchai/setup.py b/sdk/batchai/azure-mgmt-batchai/setup.py index 59f9558b6522..ea9b4df50c27 100644 --- a/sdk/batchai/azure-mgmt-batchai/setup.py +++ b/sdk/batchai/azure-mgmt-batchai/setup.py @@ -49,7 +49,7 @@ url="https://github.com/Azure/azure-sdk-for-python", keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product classifiers=[ - "Development Status :: 4 - Beta", + "Development Status :: 7 - Inactive", "Programming Language :: Python", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3",