diff options
| author | Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> | 2021-03-24 12:49:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-24 12:49:28 -0700 |
| commit | 31b3eff6a777eb5743249f08fd2dfc68f7e82c91 (patch) | |
| tree | f80271d4bf447943a30a615f0e94b26e31968e1c /ports/azure-identity-cpp | |
| parent | 6562225c92ec34b92970ce0e4b680856eb6ae24b (diff) | |
| download | vcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.tar.gz vcpkg-31b3eff6a777eb5743249f08fd2dfc68f7e82c91.zip | |
[azure-core-cpp] Azure Core Release Beta 7 (#16668)
* [azure-core-cpp] Update to 1.0.0-beta.7
Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Diffstat (limited to 'ports/azure-identity-cpp')
| -rw-r--r-- | ports/azure-identity-cpp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/azure-identity-cpp/portfile.cmake | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/azure-identity-cpp/CONTROL b/ports/azure-identity-cpp/CONTROL index 74e47c1fa..73bcfd362 100644 --- a/ports/azure-identity-cpp/CONTROL +++ b/ports/azure-identity-cpp/CONTROL @@ -1,5 +1,5 @@ Source: azure-identity-cpp
-Version: 1.0.0-beta.3
+Version: 1.0.0-beta.4
Build-Depends: azure-core-cpp
Description: Microsoft Azure Identity SDK for C++
This library provides common authentication-related abstractions for Azure SDK.
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake index 05838226c..e157c4c09 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.3
- SHA512 ef1926e81e14b040871d654e5d4a3e07607ee82b0c9a0205dd6fa2253ae84eb86cfadc45de6dab6a060a5e8909615e559444c65174368fc1bd386894ea89efa6
+ REF azure-identity_1.0.0-beta.4
+ SHA512 d86c43ddff626f4a041ec38d1a628e15ba546887855f4c3dd1d4070a8599611f0f43cd5bdd9ba51700f4f702802a5f356f5106b6a08fe540ed54aec4bcb98b17
)
vcpkg_configure_cmake(
@@ -17,4 +17,3 @@ file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") vcpkg_fixup_cmake_targets()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_copy_pdbs()
-
|
