From 23de687fd5de387a64abd8446da8ae8cd93a3f5a Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Mon, 28 Jun 2021 09:39:57 -0700 Subject: [PATCH] Update KV readmes with support policy (#16013) --- samples/cors/ts/README.md | 2 +- samples/frameworks/electron/ts/README.md | 2 +- sdk/keyvault/keyvault-admin/README.md | 9 ++++++--- sdk/keyvault/keyvault-certificates/README.md | 15 +++++++++------ sdk/keyvault/keyvault-keys/README.md | 9 ++++++--- sdk/keyvault/keyvault-secrets/README.md | 2 +- 6 files changed, 24 insertions(+), 15 deletions(-) diff --git a/samples/cors/ts/README.md b/samples/cors/ts/README.md index 901bd7c038f6..7b01e47a8f8f 100644 --- a/samples/cors/ts/README.md +++ b/samples/cors/ts/README.md @@ -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]. diff --git a/samples/frameworks/electron/ts/README.md b/samples/frameworks/electron/ts/README.md index 66ec3b7c8d9e..6699219a05be 100644 --- a/samples/frameworks/electron/ts/README.md +++ b/samples/frameworks/electron/ts/README.md @@ -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]. diff --git a/sdk/keyvault/keyvault-admin/README.md b/sdk/keyvault/keyvault-admin/README.md index bf2b8d461582..2d20671354f1 100644 --- a/sdk/keyvault/keyvault-admin/README.md +++ b/sdk/keyvault/keyvault-admin/README.md @@ -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 diff --git a/sdk/keyvault/keyvault-certificates/README.md b/sdk/keyvault/keyvault-certificates/README.md index 8ddd5d6dcdc0..7c261fdc44bc 100644 --- a/sdk/keyvault/keyvault-certificates/README.md +++ b/sdk/keyvault/keyvault-certificates/README.md @@ -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 diff --git a/sdk/keyvault/keyvault-keys/README.md b/sdk/keyvault/keyvault-keys/README.md index 045a8b08d009..5b605a7e3696 100644 --- a/sdk/keyvault/keyvault-keys/README.md +++ b/sdk/keyvault/keyvault-keys/README.md @@ -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 diff --git a/sdk/keyvault/keyvault-secrets/README.md b/sdk/keyvault/keyvault-secrets/README.md index cc12e3849811..ea8d84fdcd8d 100644 --- a/sdk/keyvault/keyvault-secrets/README.md +++ b/sdk/keyvault/keyvault-secrets/README.md @@ -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