Skip to content

Commit

Permalink
[synapse] deprecate azure-synapse (Azure#38262)
Browse files Browse the repository at this point in the history
* [Synapse] deprecation azure-mgmt-synapse

* update synapse rel date
  • Loading branch information
swathipil authored and allenkim0129 committed Nov 5, 2024
1 parent d9ea7a8 commit 0009679
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 6 additions & 0 deletions sdk/synapse/azure-synapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 0.1.2 (2024-11-01)

### 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
Expand Down
6 changes: 2 additions & 4 deletions sdk/synapse/azure-synapse/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion sdk/synapse/azure-synapse/azure/synapse/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion sdk/synapse/azure-synapse/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0009679

Please sign in to comment.