Skip to content

Commit

Permalink
December release highlights for JavaScript & TypeScript
Browse files Browse the repository at this point in the history
December release notes for JavaScript.

Please suggest changes with your release notes.

If you're looking for inspiration:

- Highlight guidelines: https://azure.github.io/azure-sdk/policies_releasenotes.html
- September's PR: #1750
- October's PR: #1878
- November's PR: #2029
  • Loading branch information
sadasant authored Dec 9, 2020
1 parent 57d8e38 commit 3603470
Showing 1 changed file with 47 additions and 11 deletions.
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_
- 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
$> npm install @azure/storage-file-share
$> npm install @azure/storage-file-datalake
$> npm install @azure/storage-queue
```

## 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.

---

### _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._

---

## Latest Releases

Expand Down

0 comments on commit 3603470

Please sign in to comment.