Skip to content

Commit

Permalink
Update KV readmes with support policy (#16013)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored Jun 28, 2021
1 parent ff90eba commit 23de687
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
2 changes: 1 addition & 1 deletion samples/cors/ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This sample demonstrates a few alternatives to integrating with Azure Key Vault

## Prerequisites

The sample is compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/)
The sample is compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

Before running the samples in Node, they must be compiled to JavaScript using the TypeScript compiler. For more information on TypeScript, see the [TypeScript documentation][typescript].

Expand Down
2 changes: 1 addition & 1 deletion samples/frameworks/electron/ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this sample, we build a simple [Electron][electron] application and integrati

## Prerequisites

The samples are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/)
The samples are compatible with [LTS versions of Node.js](https://nodejs.org/about/releases/).

Before running the samples in Node, they must be compiled to JavaScript using the TypeScript compiler. For more information on TypeScript, see the [TypeScript documentation][typescript].

Expand Down
9 changes: 6 additions & 3 deletions sdk/keyvault/keyvault-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ Install the Azure Key Vault administration client library for JavaScript and Typ
npm install @azure/keyvault-admin
```

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)

### Prerequisites

- An [Azure subscription][azure-sub].
- An existing Azure Key Vault Managed HSM. If you need to create an Azure Key Vault, you can use the [Azure CLI][azure-cli].
- Use [Node.js](https://nodejs.org/) 10.x or higher.
- An [Azure subscription](https://azure.microsoft.com/free/)
- A [Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal)

#### Getting Azure credentials

Expand Down
15 changes: 9 additions & 6 deletions sdk/keyvault/keyvault-certificates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,21 @@ Use the client library for Azure Key Vault Certificates in your Node.js applicat

## Getting started

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)

### Prerequisites

- An [Azure subscription](https://azure.microsoft.com/free/)
- A [Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal)

### Install the package

Install the Azure Key Vault Certificates client library using npm

`npm install @azure/keyvault-certificates`

### Prerequisites

- An [Azure subscription](https://azure.microsoft.com/free/).
- An existing Azure Key Vault. If you need to create an Azure Key Vault, you can use the [Azure CLI](https://docs.microsoft.com/azure/key-vault/general/quick-create-cli).
- Use [Node.js](https://nodejs.org/) 10.x or higher.

### Install the identity library

Key Vault clients authenticate using the Azure Identity Library. Install it as well using npm
Expand Down
9 changes: 6 additions & 3 deletions sdk/keyvault/keyvault-keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ Using the cryptography client available in this library you also have access to:

## Getting started

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)

### Prerequisites

- An [Azure subscription][azure-sub].
- An existing Azure Key Vault Managed HSM. If you need to create an Azure Key Vault, you can use the [Azure CLI][azure-cli].
- Use [Node.js](https://nodejs.org/) 10.x or higher.
- An [Azure subscription](https://azure.microsoft.com/free/)
- A [Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal)

### Install the package

Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use the client library for Azure Key Vault Secrets in your Node.js application t
### Prerequisites

- An [Azure subscription](https://azure.microsoft.com/free/)
- A[Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal)
- A [Key Vault resource](https://docs.microsoft.com/azure/key-vault/quick-create-portal)

### Install the package

Expand Down

0 comments on commit 23de687

Please sign in to comment.