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

February release highlights for JavaScript & TypeScript #2333

Merged
20 commits merged into from
Feb 13, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 1 addition & 3 deletions releases/2021-02/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ You can find links to packages, code, and docs on our [Azure SDK Releases page](

## Release Highlights

*
*
*
* Azure Search Documents is releasing a new GA.
sadasant marked this conversation as resolved.
Show resolved Hide resolved

## Release Notes

Expand Down
69 changes: 63 additions & 6 deletions releases/2021-02/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,52 @@ The Azure SDK team is pleased to make available the February 2021 client library

#### GA

- _Add packages_
- Azure Search Documents

#### Updates

- _Add packages_
- Azure Storage Blob
ramya-rao-a marked this conversation as resolved.
Show resolved Hide resolved
- Azure Storage Queue
- Azure File Datalake
- Azure File Share
sadasant marked this conversation as resolved.
Show resolved Hide resolved

#### Beta

- _Add packages_
- Azure AI Text Analytics
- Azure AI Metrics Advisor
- Azure AI Form Recognizer
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Identity
- Azure Key Vault Keys
- Azure Key Vault Secrets
- Azure Key Vault Certificates
- Azure Key Vault Admin
- Azure Event Hubs
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Synapse
- Azure Storage Blob
sadasant marked this conversation as resolved.
Show resolved Hide resolved
- Azure Event Grid
sadasant marked this conversation as resolved.
Show resolved Hide resolved

## Installation Instructions

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

```bash
$> npm install @azure/package-name
$> npm install @azure/search-documents
$> npm install @azure/storage-blob
$> npm install @azure/storage-file-datalake
$> npm install @azure/storage-file-share
$> npm install @azure/storage-queue
$> npm install @azure/ai-text-analytics@next
$> npm install @azure/ai-metrics-advisor@next
$> npm install @azure/ai-form-recognizer@next
$> npm install @azure/identity@next
$> npm install @azure/keyvault-keys@next
$> npm install @azure/keyvault-secrets@next
$> npm install @azure/keyvault-certificates@next
$> npm install @azure/keyvault-admin@next
$> npm install @azure/event-hubs@next
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/synapse@next
$> npm install @azure/storage-blob@next
sadasant marked this conversation as resolved.
Show resolved Hide resolved
$> npm install @azure/event-grid@next
sadasant marked this conversation as resolved.
Show resolved Hide resolved
```

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

## Release highlights

sadasant marked this conversation as resolved.
Show resolved Hide resolved
### _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)

- Major changes only!
(leave blank)

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

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

##### 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
sadasant marked this conversation as resolved.
Show resolved Hide resolved

Expand Down