mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
834a87732c
* [azure-core-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) ### Bug Fixes - Make `RequestFailedException` copiable so it can be propagated across thread. - By default, add `x-ms-request-id` header to the allow list of headers to log. * [azure-identity-cpp] Update to 1.0.0 ## 1.0.0 (2021-06-04) No API changes since `1.0.0-beta.6`.
25 lines
568 B
JSON
25 lines
568 B
JSON
{
|
|
"name": "azure-identity-cpp",
|
|
"version-semver": "1.0.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/master/sdk/identity/azure-identity",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|