mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:29:00 +08:00
5d0f4ccbc9
## 1.4.0 (2023-02-07) ### Features Added - Added token caching. To benefit from it, share the `shared_ptr` to the same credential instance between multiple client instances. - Added Azure CLI Credential. - Added authority host overriding support for `ClientCertificateCredential`. - Added Azure Stack support for `ClientCertificateCredential`. - Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "azure-identity-cpp",
|
|
"version-semver": "1.4.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.8.0"
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|