aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-security-keyvault-common-cpp
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-06-11 09:49:58 -0700
committerGitHub <noreply@github.com>2021-06-11 09:49:58 -0700
commit14c54c49b56a964ac7f2f701a6857adb02ae1bec (patch)
tree6ad9deea6e566c4f6348701edcd8c6d3a0b24f4f /ports/azure-security-keyvault-common-cpp
parente4357173ab48b9869652d18064f97bdf7bb79c10 (diff)
downloadvcpkg-14c54c49b56a964ac7f2f701a6857adb02ae1bec.tar.gz
vcpkg-14c54c49b56a964ac7f2f701a6857adb02ae1bec.zip
[azure-storage-*] Update Azure SDK Jun Release (#18329)
* [azure-storage-common-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Fixed a filename encoding issue. * [azure-storage-blobs-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Other Changes and Improvements - Added and updated some samples. - Fixed a read consistency issue. * [azure-storage-files-datalake-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FlushFileResult` to `FileSize`. ### Other Changes and Improvements - Removed `IfUnmodifiedSince` from access conditions of setting filesystem metadata operation. - Updated some samples. - Fixed a read consistency issue. * [azure-storage-files-shares-cpp] Update to 12.0.0 ## 12.0.0 (2021-06-08) ### Breaking Changes - Renamed `ContentLength` in `FileItemDetails` to `FileSize`. ### Other Changes and Improvements - Updated some samples. - Fixed a read consistency issue. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) No breaking changes or new features added. Includes only implementation enhancements. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.3 ## 4.0.0-beta.3 (2021-06-08) ### Breaking Changes - Updated `MaxPageResults` type to `int32_t`, from `uint32_t`, affecting: - `GetDeletedKeysOptions()`. - `GetPropertiesOfKeysOptions()`. - `GetPropertiesOfKeyVersionsOptions()`. - Updated `CreateRsaKeyOptions::KeySize` type from `uint64_t` to `int64_t`. - Updated `CreateRsaKeyOptions::PublicExponent` type from `uint64_t` to `int64_t`. - Updated `CreateOctKeyOptions::KeySize` type from `uint64_t` to `int64_t`.
Diffstat (limited to 'ports/azure-security-keyvault-common-cpp')
-rw-r--r--ports/azure-security-keyvault-common-cpp/portfile.cmake4
-rw-r--r--ports/azure-security-keyvault-common-cpp/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/azure-security-keyvault-common-cpp/portfile.cmake b/ports/azure-security-keyvault-common-cpp/portfile.cmake
index dafb6b598..e0f4762f6 100644
--- a/ports/azure-security-keyvault-common-cpp/portfile.cmake
+++ b/ports/azure-security-keyvault-common-cpp/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-security-keyvault-common_4.0.0-beta.2
- SHA512 72b4fc7d6f5b85eebd64446bb2667f5384ee0fdf7aee4443baa57038d4274d850b0c00e1a5a75c13516fe805f96df968f671cd65d9c4efd74d953fbc22b0291a
+ REF azure-security-keyvault-common_4.0.0-beta.3
+ SHA512 bdd5b59b8e1e53cde8df9b38881e067328e9b434cbf80cf63b2a0ef17e9e30c7b42c7439bb4ea47c412a566478c44364618b918af8139765d789101549f6062e
)
vcpkg_cmake_configure(
diff --git a/ports/azure-security-keyvault-common-cpp/vcpkg.json b/ports/azure-security-keyvault-common-cpp/vcpkg.json
index 3a96bb7a4..be5ed4777 100644
--- a/ports/azure-security-keyvault-common-cpp/vcpkg.json
+++ b/ports/azure-security-keyvault-common-cpp/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "azure-security-keyvault-common-cpp",
- "version-semver": "4.0.0-beta.2",
+ "version-semver": "4.0.0-beta.3",
"description": [
"Microsoft Azure Common Key Vault SDK for C++",
"This library provides common Azure Key Vault related abstractions for Azure SDK."