@azure/keyvault-certificates 4.9.1-alpha.20250204.2 → 4.9.1-alpha.20250210.1
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.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -664,5 +664,3 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
664
664
|
[managed_identity]: https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/overview
|
|
665
665
|
[azure_identity]: https://learn.microsoft.com/javascript/api/overview/azure/identity-readme?view=azure-node-latest
|
|
666
666
|
[composition-of-a-certificate]: https://learn.microsoft.com/azure/key-vault/certificates/about-certificates#composition-of-a-certificate
|
|
667
|
-
|
|
668
|
-

|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/keyvault-certificates",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "4.9.1-alpha.
|
|
5
|
+
"version": "4.9.1-alpha.20250210.1",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Isomorphic client library for Azure KeyVault's certificates.",
|
|
8
8
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/keyvault/keyvault-certificates/README.md",
|