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

Python synapse march #2527

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
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
19 changes: 14 additions & 5 deletions releases/2021-03/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,34 @@ The Azure SDK team is pleased to make available the March 2021 client library re

#### Beta

[pattern.beta]: # (- ${PackageFriendlyName})
- Synapse

## Installation Instructions

To install the latest beta version of the packages, copy and paste the following commands into a terminal:

```bash

$> pip install azure-synapse-monitoring==0.2.0
$> pip install azure-synapse-managedprivateendpoints==0.3.0
$> pip install azure-synapse-accesscontrol==0.6.0
$> pip install azure-synapse-spark==0.5.0
$> pip install azure-synapse-artifacts==0.5.0
```

[pattern]: # ($> pip install ${PackageName}==${PackageVersion})

## Feedback

If you have a bug or feature request for one of the libraries, please post an issue to [GitHub](https://github.com/azure/azure-sdk-for-python/issues).

## Release highlights

[pattern]: # (### ${PackageFriendlyName} ${PackageVersion} [Changelog]${ChangelogUrl}`n${HighlightsBody}`n)
### Synapse

Synapse packages stop Python 3.5 support.

#### Artifacts [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/azure-synapse-artifacts_0.5.0/sdk/synapse/azure-synapse-artifacts/CHANGELOG.md)

- Add library operations.
- Change create_or_update_sql_script, delete_sql_script, rename_sql_script to long running operations.

## Latest Releases

Expand Down