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

December release highlights for JavaScript & TypeScript #2138

Merged
merged 5 commits into from
Dec 14, 2020
Merged
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
58 changes: 47 additions & 11 deletions releases/2020-12/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,33 @@ repository: azure/azure-sdk-for-js

The Azure SDK team is pleased to make available the December 2020 client library release.

#### GA

- _Add packages_

#### Updates

- _Add packages_

#### Beta

- _Add packages_
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Synapse Access Control
- Azure Synapse Artifacts
- Azure Synapse Spark
- Azure Synapse Managed Private Endpoints
- Azure Synapse Monitoring
- Azure Storage Blob
- Azure Storage File Shares
- Azure Storage Files Data Lake
- Azure Storage Queues

## Installation Instructions

To install the packages, copy and paste the below into a terminal.

```bash
$> npm install @azure/package-name
$> npm install @azure/synapse-accesscontrol
$> npm install @azure/synapse-artifacts
$> npm install @azure/synapse-spark
$> npm install @azure/synapse-managed-private-endpoints
$> npm install @azure/synapse-monitoring
$> npm install @azure/storage-blob
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/storage-file-share
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/storage-file-datalake
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/storage-queue
sadasant marked this conversation as resolved.
Show resolved Hide resolved
```

## Feedback
Expand All @@ -34,9 +43,36 @@ If you have a bug or feature request for one of the libraries, please post an is

## Release highlights

### _Package name_
---

=== COPY THIS AND ADD THE INFORMATION OF YOUR PACKAGE: ===

Keep in mind that:

- Including the package name in the headers makes the URL links work for multiple packages.
- The format of this file will be cleaned up once all of your proposals are in.

---

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Synapse

This is the first release of the Synapse packages to support the new Azure Synapse service. For more information about the Synapse service, please visit the Microsoft Synapse homepage.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

### _Project name_

#### @azure/_package-name_ [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/<service-folder>/<package-folder>/CHANGELOG.md)

(leave blank)

##### Breaking Changes on @azure/_package-name_@_version_

- _Add one or more, or remove the "Breaking Changes on ..." entire section._

- Major changes only!
##### New Features on @azure/_package-name_@_version_

- _Add one or more, or remove the "New Features on ..." section._

##### Major Fixes on @azure/_package-name_@_version_

- _Add one or more, or remove the "Major Fixes on ..." section._

---

sadasant marked this conversation as resolved.
Show resolved Hide resolved
## Latest Releases

Expand Down