mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
9e8da9bd8a
## 1.3.0 (2022-06-07) ### Features Added - Added `ClientCertificateCredential`, and updated `EnvironmentCredential` to support client certificate authentication. - Added `ChainedTokenCredential`. Co-authored-by: FrankXie <v-frankxie@microsoft.com>
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "azure-identity-cpp",
|
|
"version-semver": "1.3.0",
|
|
"description": [
|
|
"Microsoft Azure Identity SDK for C++",
|
|
"This library provides common authentication-related abstractions for Azure SDK."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/identity/azure-identity",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.4.0"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|