Skip to content

Commit

Permalink
Deprecate Azure-Synapse (#18027)
Browse files Browse the repository at this point in the history
* update readme/changelog to reflect deprecated status. bump the patch version to ensure it floats to the top
  • Loading branch information
scbedd authored Apr 14, 2021
1 parent 6cd1f37 commit e55a470
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
4 changes: 4 additions & 0 deletions sdk/synapse/azure-synapse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.1.1 (2020-04-13)

* Deprecate azure-synapse

## 0.1.0 (2020-02-20)

* Initial Release
26 changes: 10 additions & 16 deletions sdk/synapse/azure-synapse/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,15 @@
# Microsoft Azure SDK for Python
# Microsoft Azure Synapse SDK for Python

This is the Microsoft Azure Synapse Client Library.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all)
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.

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

For code examples, see [Synapse](https://docs.microsoft.com/python/api/overview/azure/)
on docs.microsoft.com.
Here's a non-exhaustive list of common packages:


# 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-synapse%2FREADME.png)
* [azure-synapse-accesscontrol](https://pypi.org/project/azure-synapse-accesscontrol/)
* [azure-synapse-artifacts](https://pypi.org/project/azure-synapse-artifacts/)
* [azure-synapse-spark](https://pypi.org/project/azure-synapse-spark/)
* [azure-synapse-managedprivateendpoints](https://pypi.org/project/azure-synapse-managedprivateendpoints/)
* [azure-synapse-monitoring](https://pypi.org/project/azure-synapse-monitoring/)
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.0"
VERSION = "0.1.1"

0 comments on commit e55a470

Please sign in to comment.