mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
6b008ab290
* [azure-security-keyvault-secrets-cpp] Update to 4.2.1 ## 4.2.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. * not-specified * [azure-security-keyvault-certificates-cpp] Update to 4.2.1 ## 4.2.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. * [azure-security-keyvault-keys-cpp] Update to 4.4.1 ## 4.4.1 (2024-01-16) ### Bugs Fixed - [[#4754]](https://github.com/Azure/azure-sdk-for-cpp/issues/4754) Thread safety for authentication policy. ### Other Changes - Fixed GCC 13 compilation error. (A community contribution, courtesy of _[adamdebreceni](https://github.com/adamdebreceni)_) - Use well-formed URL for the HTTP request made in `KeyClient::GetRandomBytes()`. ### Acknowledgments Thank you to our developer community members who helped to make Azure Key Vault Keys better with their contributions to this release: - adamdebreceni _([GitHub](https://github.com/adamdebreceni))_
30 lines
791 B
JSON
30 lines
791 B
JSON
{
|
|
"$comment": [
|
|
"NOTE: All changes made to this file will get overwritten by the next port release.",
|
|
"Please contribute your changes to https://github.com/Azure/azure-sdk-for-cpp."
|
|
],
|
|
"name": "azure-security-keyvault-keys-cpp",
|
|
"version-semver": "4.4.1",
|
|
"description": [
|
|
"Microsoft Azure Key Vault Keys SDK for C++",
|
|
"This library provides Azure Key Vault Keys SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/keyvault/azure-security-keyvault-keys",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.9.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|