[azure-identity-cpp] Update to 1.4.0 (#29514)

## 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`.
This commit is contained in:
Azure SDK Bot 2023-02-09 10:54:36 -08:00 committed by GitHub
parent e04123425c
commit 5d0f4ccbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-identity_1.3.0
SHA512 1ed1a16c86492971183cda7dc996c3704c525fde82f8ee87984416b45a5e003bb7a191ede0c3a33e21f6f09c3e324c44861006396dd72c830176a79c67b96bd9
REF azure-identity_1.4.0
SHA512 ddc6aee949e1a6dfb39ea36d118cec652889e31334e90c51e516e520599d0ce5bbcdaa6dfab7168f2b91c80647d5a0e29f13b465fdf092d112e955b6367f2de8
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-identity-cpp",
"version-semver": "1.3.0",
"version-semver": "1.4.0",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
@ -11,7 +11,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.4.0"
"version>=": "1.8.0"
},
"openssl",
{

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "07078cbe0cd0059af61369f8794ff5d652eaf506",
"version-semver": "1.4.0",
"port-version": 0
},
{
"git-tree": "d6012ea56bf0a94eba27f56156e5f45fda7a34cf",
"version-semver": "1.3.0",

View File

@ -381,7 +381,7 @@
"port-version": 0
},
"azure-identity-cpp": {
"baseline": "1.3.0",
"baseline": "1.4.0",
"port-version": 0
},
"azure-iot-sdk-c": {