@azure/keyvault-admin 4.2.0-alpha.20220204.2 → 4.2.0-alpha.20220302.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@ The package `@azure/keyvault-admin` provides support for administrative Key Vaul
9
9
  > Note: This package cannot be used in the browser due to Azure Key Vault service limitations, please refer to [this document](https://github.com/Azure/azure-sdk-for-js/blob/main/samples/cors/ts/README.md) for guidance.
10
10
 
11
11
  Key links:
12
+
12
13
  - [Source code][package-gh]
13
14
  - [Package (npm)][package-npm]
14
15
  - [API Reference Documentation][docs]
@@ -220,6 +221,8 @@ We have samples both in JavaScript and TypeScript that show the access control a
220
221
 
221
222
  ## Troubleshooting
222
223
 
224
+ See our [troubleshooting guide](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/TROUBLESHOOTING.md) for details on how to diagnose various failure scenarios.
225
+
223
226
  Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
224
227
 
225
228
  ```javascript
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/keyvault-admin",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "4.2.0-alpha.20220204.2",
5
+ "version": "4.2.0-alpha.20220302.2",
6
6
  "license": "MIT",
7
7
  "description": "Isomorphic client library for Azure KeyVault's administrative functions.",
8
8
  "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-admin/README.md",