From a77cbc45da1fded594a488b6403d05bcc0b5310b Mon Sep 17 00:00:00 2001 From: swathipil Date: Wed, 30 Oct 2024 23:47:30 -0700 Subject: [PATCH 1/2] [Synapse] deprecation azure-mgmt-synapse --- sdk/synapse/azure-synapse/CHANGELOG.md | 6 ++++++ sdk/synapse/azure-synapse/README.md | 6 ++---- sdk/synapse/azure-synapse/azure/synapse/_version.py | 2 +- sdk/synapse/azure-synapse/setup.py | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sdk/synapse/azure-synapse/CHANGELOG.md b/sdk/synapse/azure-synapse/CHANGELOG.md index 0460fa84d3a1..324c6b808018 100644 --- a/sdk/synapse/azure-synapse/CHANGELOG.md +++ b/sdk/synapse/azure-synapse/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.1.2 (2024-10-31) + +### Other Changes + +- This package has been officially deprecated and will no longer be maintained after 2020-04-13. This package will only receive security fixes until 2020-04-13. Please install the service specific packages prefixed by azure-synapse needed for your application. The complete list of available packages can be found at: https://aka.ms/azsdk/python/all + ## 0.1.1 (2020-04-13) * Deprecate azure-synapse diff --git a/sdk/synapse/azure-synapse/README.md b/sdk/synapse/azure-synapse/README.md index 0d4d9840105e..c06e6e8f6b3a 100644 --- a/sdk/synapse/azure-synapse/README.md +++ b/sdk/synapse/azure-synapse/README.md @@ -1,8 +1,6 @@ -# Microsoft Azure Synapse SDK for Python +# Microsoft Azure SDK for Python -This package was the Microsoft Azure Synapse bundle. - -It is deprecated. Please install the service specific packages prefixed by azure-synapse needed for your application. +This package has been officially deprecated and will no longer be maintained after 2020-04-13. This package will only receive security fixes until 2020-04-13. Please install the service specific packages prefixed by azure-synapse needed for your application. The complete list of available packages can be found at: https://aka.ms/azsdk/python/all diff --git a/sdk/synapse/azure-synapse/azure/synapse/_version.py b/sdk/synapse/azure-synapse/azure/synapse/_version.py index 8761a6c8ec5b..8fcdb35c50f9 100644 --- a/sdk/synapse/azure-synapse/azure/synapse/_version.py +++ b/sdk/synapse/azure-synapse/azure/synapse/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "0.1.1" +VERSION = "0.1.2" diff --git a/sdk/synapse/azure-synapse/setup.py b/sdk/synapse/azure-synapse/setup.py index e47e10cf55fa..3f11c8e4b76f 100644 --- a/sdk/synapse/azure-synapse/setup.py +++ b/sdk/synapse/azure-synapse/setup.py @@ -60,7 +60,7 @@ url='https://github.com/Azure/azure-sdk-for-python', keywords="azure, azure sdk", classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 7 - Inactive', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', From 3e033d46e1fac45e25c2d53e9057c4591f149d6b Mon Sep 17 00:00:00 2001 From: swathipil Date: Fri, 1 Nov 2024 08:33:19 -0700 Subject: [PATCH 2/2] update synapse rel date --- sdk/synapse/azure-synapse/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/synapse/azure-synapse/CHANGELOG.md b/sdk/synapse/azure-synapse/CHANGELOG.md index 324c6b808018..7819f1c4cbe6 100644 --- a/sdk/synapse/azure-synapse/CHANGELOG.md +++ b/sdk/synapse/azure-synapse/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 0.1.2 (2024-10-31) +## 0.1.2 (2024-11-01) ### Other Changes