diff --git a/releases/2020-12/js.md b/releases/2020-12/js.md index 5ff4913d95e..f39406e7ab9 100644 --- a/releases/2020-12/js.md +++ b/releases/2020-12/js.md @@ -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 @@ -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///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