diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-06-04 14:55:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 14:55:02 -0700 |
| commit | 834a87732ce7677ae480febc1cb18c9c80371fbf (patch) | |
| tree | fbfe2edb97562cf6505be839494eafd165153838 /ports/azure-identity-cpp | |
| parent | c4fedf081dcd0931e2aaab5ab1afa21e31a94e6d (diff) | |
| download | vcpkg-834a87732ce7677ae480febc1cb18c9c80371fbf.tar.gz vcpkg-834a87732ce7677ae480febc1cb18c9c80371fbf.zip | |
Azure SDK Jun Release (#18271)
* [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`.
Diffstat (limited to 'ports/azure-identity-cpp')
| -rw-r--r-- | ports/azure-identity-cpp/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/azure-identity-cpp/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake index f4ff95013..d831da1a0 100644 --- a/ports/azure-identity-cpp/portfile.cmake +++ b/ports/azure-identity-cpp/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-identity_1.0.0-beta.6
- SHA512 0ed151a322049dfd2df8da43539ad5a81478866edb421c394e6937d886039d7d24f0b483cfd5e50655b590eb75ed4c5c42ed5a1760c51ea2eda81f7bf3b3114e
+ REF azure-identity_1.0.0
+ SHA512 de2de96c3ddce8b289328282c5ad89a4e96ee8b4c7398964a874ddddb7afd232005213b0f25e343ac6b08ecec9636006d395a61fd0dcf67db09ab7e7ec2d7201
)
vcpkg_cmake_configure(
diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json index 0141586a4..382a9befa 100644 --- a/ports/azure-identity-cpp/vcpkg.json +++ b/ports/azure-identity-cpp/vcpkg.json @@ -1,6 +1,6 @@ { "name": "azure-identity-cpp", - "version-semver": "1.0.0-beta.6", + "version-semver": "1.0.0", "description": [ "Microsoft Azure Identity SDK for C++", "This library provides common authentication-related abstractions for Azure SDK." |
