Skip to content

Commit e55a470

Browse files
authored
Deprecate Azure-Synapse (Azure#18027)
* update readme/changelog to reflect deprecated status. bump the patch version to ensure it floats to the top
1 parent 6cd1f37 commit e55a470

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 0.1.1 (2020-04-13)
4+
5+
* Deprecate azure-synapse
6+
37
## 0.1.0 (2020-02-20)
48

59
* Initial Release
Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
# Microsoft Azure SDK for Python
1+
# Microsoft Azure Synapse SDK for Python
22

3-
This is the Microsoft Azure Synapse Client Library.
4-
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all)
3+
This package was the Microsoft Azure Synapse bundle.
64

5+
It is deprecated. Please install the service specific packages prefixed by azure-synapse needed for your application.
76

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

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

13-
14-
# Provide Feedback
15-
16-
If you encounter any bugs or have suggestions, please file an issue in the
17-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
18-
section of the project.
19-
20-
21-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-synapse%2FREADME.png)
11+
* [azure-synapse-accesscontrol](https://pypi.org/project/azure-synapse-accesscontrol/)
12+
* [azure-synapse-artifacts](https://pypi.org/project/azure-synapse-artifacts/)
13+
* [azure-synapse-spark](https://pypi.org/project/azure-synapse-spark/)
14+
* [azure-synapse-managedprivateendpoints](https://pypi.org/project/azure-synapse-managedprivateendpoints/)
15+
* [azure-synapse-monitoring](https://pypi.org/project/azure-synapse-monitoring/)

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

Lines changed: 1 addition & 1 deletion
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.0"
9+
VERSION = "0.1.1"

0 commit comments

Comments
 (0)