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

Deprecate Azure-Synapse #18027

Merged
merged 2 commits into from
Apr 14, 2021
Merged
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
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"