Skip to content

Commit 91809a4

Browse files
authored
[KeyVault] Documenting the lack of browser support (Azure#9716)
* [KeyVault] Documenting the lack of browser support Here's what comes to mind. Feedback appreciated. Once approved: Fixes Azure#9033 * typo * feedback, and same note in other READMEs * colon * feedback by Ramya
1 parent 4425bec commit 91809a4

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

sdk/keyvault/keyvault-certificates/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Use the client library for Azure Key Vault Certificates in your Node.js applicat
1616
- Get all certificates.
1717
- Get all deleted certificates.
1818

19+
> Note: This package cannot be used in the browser due to Azure Key Vault service limitations.
20+
1921
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-certificates) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-certificates) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-certificates) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples)
2022

2123
## Getting started

sdk/keyvault/keyvault-keys/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ If you would like to know more about Azure Key Vault, you may want to review: [W
66
Azure Key Vault Key management allows you to create and control
77
encryption keys that encrypt your data.
88

9-
Use the client library for Azure Key Vault Keys in your Node.js application to
9+
Use the client library for Azure Key Vault Keys in your Node.js application to:
1010

1111
- Create keys using elliptic curve or RSA encryption, optionally backed by Hardware Security Modules (HSM).
1212
- Import, Delete, and Update keys.
1313
- Get one or more keys and deleted keys, with their attributes.
1414
- Recover a deleted key and restore a backed up key.
1515
- Get the versions of a key.
1616

17-
Using the cryptography client available in this library you also have access to
17+
Using the cryptography client available in this library you also have access to:
1818

1919
- Encrypting
2020
- Decrypting
@@ -23,6 +23,8 @@ Using the cryptography client available in this library you also have access to
2323
- Wrapping keys
2424
- Unwrapping keys
2525

26+
> Note: This package cannot be used in the browser due to Azure Key Vault service limitations.
27+
2628
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-keys) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-keys) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-keys) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples)
2729

2830
## Getting started

sdk/keyvault/keyvault-secrets/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Azure Key Vault Secrets management allows you to securely store and
77
tightly control access to tokens, passwords, certificates, API keys,
88
and other secrets.
99

10-
Use the client library for Azure Key Vault Secrets in your Node.js application to
10+
Use the client library for Azure Key Vault Secrets in your Node.js application to:
1111

1212
- Get, set and delete secrets.
1313
- Update a secret and it's attributes.
@@ -17,6 +17,8 @@ Use the client library for Azure Key Vault Secrets in your Node.js application t
1717
- Get all secrets.
1818
- Get all deleted secrets.
1919

20+
> Note: This package cannot be used in the browser due to Azure Key Vault service limitations.
21+
2022
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/keyvault/keyvault-secrets) | [Package (npm)](https://www.npmjs.com/package/@azure/keyvault-secrets) | [API Reference Documentation](https://docs.microsoft.com/javascript/api/@azure/keyvault-secrets) | [Product documentation](https://azure.microsoft.com/en-us/services/key-vault/) | [Samples](./samples)
2123

2224
## Getting started

0 commit comments

Comments
 (0)