aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-identity-cpp
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-05-20 16:30:58 -0400
committerGitHub <noreply@github.com>2021-05-20 13:30:58 -0700
commitad96e2e8ba79b0d9e3fa06459515821196165194 (patch)
tree6e9194eaeee6a17004d309bb63b00c8a38b69415 /ports/azure-identity-cpp
parentc99dc50be99c9656502d140e1d785a267ab233a4 (diff)
downloadvcpkg-ad96e2e8ba79b0d9e3fa06459515821196165194.tar.gz
vcpkg-ad96e2e8ba79b0d9e3fa06459515821196165194.zip
Azure SDK May Release (#18002)
* [azure-core-cpp] Update to 1.0.0-beta.9 ## 1.0.0-beta.9 (2021-05-18) ### New Features - Added `Azure::PagedResponse<T>`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Context::GetApplicationContext()` in favor of a new static data member `Context::ApplicationContext`. - Renamed `Request::IsDownloadViaStream()` to `ShouldBufferResponse()`. - Removed the `Azure::Core::Http::Request` ctor overload that takes both a `bodyStream` and a `bufferedDownload` boolean since it is not useful. - Changed integer size parameters for buffers from `int64_t` to `size_t` in various places such as `Azure::Core::IO::BodyStream::Read()` APIs. - Removed the `Azure::Core::Diagnostics::Logger::Listener` typedef. ### Bug Fixes - Do not re-use a libcurl connection to same host but different port. - Fixed curl transport issue to avoid crash at exit when curl connection pool cleanup thread is running. - Ensure uniqueness of `Azure::Core::Uuid` on POSIX platforms. ### Other Changes and Improvements - Modified precondition validation of function arguments to now result in assert failures rather than throwing an exception. - Remove exposing windows.h header from our public headers. - Improved performance of the WinHTTP transport layer on Windows for uploading large payloads. * [azure-identity-cpp] Update to 1.0.0-beta.6 ## 1.0.0-beta.6 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. * [azure-security-keyvault-common-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `KeyVaultException`. - Removed `ClientOptions`. * [azure-security-keyvault-keys-cpp] Update to 4.0.0-beta.2 ## 4.0.0-beta.2 (2021-05-18) ### New Features - Added support for importing and deserializing EC and OCT keys. - Added cryptography client. - Added `CreateFromResumeToken()` to `DeletedKeyOperation` and `RecoverKeyOperation`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `GetPropertiesOfKeysSinglePage()` to `GetPropertiesOfKeys()`. - Renamed `GetPropertiesOfKeyVersionsSinglePage()` to `GetPropertiesOfKeyVersions()`. - Renamed `GetDeletedKeysSinglePage()` to `GetDeletedKeys()`. - Renamed `KeyPropertiesSinglePage` to `KeyPropertiesPageResult`. - Renamed `DeletedKeySinglePage` to `DeletedKeyPageResult`. - Renamed `GetPropertiesOfKeysSinglePageOptions` to `GetPropertiesOfKeysOptions`. - Renamed `GetPropertiesOfKeyVersionsSinglePageOptions` to `GetPropertiesOfKeyVersionsOptions`. - Renamed `GetDeletedKeysSinglePageOptions` to `GetDeletedKeysOptions`. - Removed `Azure::Security::KeyVault::Keys::JsonWebKey::to_json`. - Replaced static functions from `KeyOperation` and `KeyCurveName` with static const members. - Replaced the enum `JsonWebKeyType` for a class with static const members as an extensible enum called `KeyVaultKeyType`. - Renamed `MaxResults` to `MaxPageResults` for `GetSinglePageOptions`. - Changed the returned type for list keys, key versions, and deleted keys from `Response<T>` to `PagedResponse<T>` affecting: - `GetPropertiesOfKeysSinglePage()` and `GetPropertiesOfKeyVersionsSinglePage()` now returns `KeyProperties`. - `GetDeletedKeysSinglePage()` now returns `DeletedKey`. - Removed `ResumeDeleteKeyOperation()` and `ResumeRecoverKeyOperation()`. ### Bug Fixes - Fix getting a resume token from delete and recover key operations. * [azure-storage-common-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Removed `Azure::PagedResponse<T>`. ### Bug Fixes - Fixed a stream leak issue in `ReliableStream`. * [azure-storage-blobs-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `BlobLeaseClient::Change()` updates internal lease id. - Removed `ContentType` from `GetBlockListResult`. - Moved `GetPageRangesResult` to detail namespace. - `BlobServiceClient::UndeleteBlobContainer` doesn't support restoring a deleted container under a different name anymore. - Changed the type of block count to `int32_t`. * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `DataLakePathClient::SetAccessControlListRecursive()`, `UpdateAccessControlListRecursive()` and `RemoveAccessControlListRecursive()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - Default chunk size for concurrent upload was changed to nullable. - `DataLakeLeaseClient::Change()` updates internal lease id. * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.11 ## 12.0.0-beta.11 (2021-05-19) ### New Features - Added `ShareDirectoryClient::ForceCloseAllHandles()` and `ShareFileClient::ForceCloseAllHandles()`. ### Breaking Changes - Added `final` specifier to classes and structures that are are not expected to be inheritable at the moment. - Renamed `HasMorePages()` in paged response to `HasPage()`. - `ShareLeaseClient::Change()` updates internal lease id. - `ShareItem::ShareMetadata` was renamed to `ShareItem::Metadata`.
Diffstat (limited to 'ports/azure-identity-cpp')
-rw-r--r--ports/azure-identity-cpp/portfile.cmake4
-rw-r--r--ports/azure-identity-cpp/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/azure-identity-cpp/portfile.cmake b/ports/azure-identity-cpp/portfile.cmake
index 486e7a30c..f4ff95013 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.5
- SHA512 9ff56d719d77c7b0db3054788dc69aee18105e27d0732d79b1eb7b86fd8e568dd52631aaf329c4b0f4c65699c2d8bda0a050586bcd8052cb1e74cb46f3f2c85a
+ REF azure-identity_1.0.0-beta.6
+ SHA512 0ed151a322049dfd2df8da43539ad5a81478866edb421c394e6937d886039d7d24f0b483cfd5e50655b590eb75ed4c5c42ed5a1760c51ea2eda81f7bf3b3114e
)
vcpkg_cmake_configure(
diff --git a/ports/azure-identity-cpp/vcpkg.json b/ports/azure-identity-cpp/vcpkg.json
index c1d625145..0141586a4 100644
--- a/ports/azure-identity-cpp/vcpkg.json
+++ b/ports/azure-identity-cpp/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "azure-identity-cpp",
- "version-semver": "1.0.0-beta.5",
- "port-version": 1,
+ "version-semver": "1.0.0-beta.6",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."