Skip to content

Commit a90b6c6

Browse files
swathipill0lawrence
authored andcommitted
[synapse] deprecate azure-synapse (Azure#38262)
* [Synapse] deprecation azure-mgmt-synapse * update synapse rel date
1 parent ccbe558 commit a90b6c6

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

sdk/synapse/azure-synapse/CHANGELOG.md

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

3+
## 0.1.2 (2024-11-01)
4+
5+
### Other Changes
6+
7+
- 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
8+
39
## 0.1.1 (2020-04-13)
410

511
* Deprecate azure-synapse

sdk/synapse/azure-synapse/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
# Microsoft Azure Synapse SDK for Python
1+
# Microsoft Azure SDK for Python
22

3-
This package was the Microsoft Azure Synapse bundle.
4-
5-
It is deprecated. Please install the service specific packages prefixed by azure-synapse needed for your application.
3+
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.
64

75
The complete list of available packages can be found at: https://aka.ms/azsdk/python/all
86

sdk/synapse/azure-synapse/azure/synapse/_version.py

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

9-
VERSION = "0.1.1"
9+
VERSION = "0.1.2"

sdk/synapse/azure-synapse/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
url='https://github.com/Azure/azure-sdk-for-python',
6161
keywords="azure, azure sdk",
6262
classifiers=[
63-
'Development Status :: 4 - Beta',
63+
'Development Status :: 7 - Inactive',
6464
'Programming Language :: Python',
6565
'Programming Language :: Python :: 2',
6666
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)