Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synapse] deprecation azure-synapse #38231

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-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
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