aboutsummaryrefslogtreecommitdiff
path: root/ports/azure-storage-common-cpp
diff options
context:
space:
mode:
authorAzure SDK Bot <53356347+azure-sdk@users.noreply.github.com>2021-04-16 16:57:15 -0700
committerGitHub <noreply@github.com>2021-04-16 16:57:15 -0700
commit8a62e591852faf9d978c7e6f7b6509662c172881 (patch)
treebb8daae88cb7772ad86b262354fa59cb3e39a45a /ports/azure-storage-common-cpp
parenta267ab118c09f56f3dae96c9a4b3410820ad2f0b (diff)
downloadvcpkg-8a62e591852faf9d978c7e6f7b6509662c172881.tar.gz
vcpkg-8a62e591852faf9d978c7e6f7b6509662c172881.zip
[azure-core-cpp, azure-identity-cpp] Update to latest version (#17142)
* [azure-core-cpp] Update to 1.0.0-beta.8 ## 1.0.0-beta.8 (2021-04-07) ### New Features - Added `Azure::Core::Url::GetScheme()`. - Added `Azure::Core::Context::TryGetValue()`. - Added `Azure::Core::Context::GetDeadline()`. - Added `Azure::Core::Credentials::TokenCredentialOptions`. - Added useful fields to the `Azure::Core::RequestFailedException` class such as `StatusCode`, `ReasonPhrase`, and the `RawResponse`, for better diagnosis of errors. ### Breaking Changes - Simplified the `Response<T>` API surface to expose two public fields with direct access: `T Value` and a `unique_ptr` to an `Azure::Core::Http::RawResponse`. - Renamed `Azure::Nullable<T>::GetValue()` to `Value()`. - Removed from `Azure::Core::Http::Request`: - `SetUploadChunkSize()`. - `GetHTTPMessagePreBody()`. - `GetUploadChunkSize()`. - `GetHeadersAsString()`. - Changes to `Azure::Core::Http::RawResponse`: - Removed `SetHeader(std::string const& header)` - Removed `SetHeader(uint8_t const* const first, uint8_t const* const last)`. - Removed `GetMajorVersion()`. - Removed `GetMinorVersion()`. - Renamed `GetBodyStream()` to `ExtractBodyStream()`. - Changes to `Azure::Core::Context`: - Removed `Get()` and `HasKey()` in favor of a new method `TryGetValue()`. - Changed input parameter type of `WithDeadline()` to `Azure::DateTime`. - Removed `Azure::Core::PackageVersion`. - Removed from `Azure::Core::Http::Policies` namespace: `HttpPolicyOrder`, `TransportPolicy`, `RetryPolicy`, `RequestIdPolicy`, `TelemetryPolicy`, `BearerTokenAuthenticationPolicy`, `LogPolicy`. - Removed `AppendQueryParameters()`, `GetUrlWithoutQuery()` and `GetUrlAuthorityWithScheme()` from `Azure::Core::Url`. - Changed the `Azure::Core::Http::HttpMethod` regular enum into an extensible enum class and removed the `HttpMethodToString()` helper method. - Introduced `Azure::Core::Context::Key` class which takes place of `std::string` used for `Azure::Core::Context` keys previously. - Changed the casing of `SSL` in API names to `Ssl`: - Renamed type `Azure::Core::Http::CurlTransportSSLOptions` to `CurlTransportSslOptions`. - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLOptions` to `SslOptions`. - Renamed member `Azure::Core::Http::CurlTransportOptions::SSLVerifyPeer` to `SslVerifyPeer`. ### Other changes and Improvements - Moved `Azure::Core::Http::Request` to its own header file from `http.hpp` to `inc/azure/core/http/raw_response.hpp`. - Moved `Azure::Core::Http::HttpStatusCode` to its own header file from `http.hpp` to `inc/azure/core/http/http_status_code.hpp`. * [azure-identity-cpp] Update to 1.0.0-beta.5 ## 1.0.0-beta.5 (2021-04-07) ### New Features - Add Active Directory Federation Service (ADFS) support to `ClientSecretCredential`. ### Breaking Changes - Removed `Azure::Identity::PackageVersion`. * [azure-storage-common-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### New Features - Added server timeout support. - Added `PagedResponse<T>` for returning paginated collections. ### Breaking Changes - Removed `Azure::Storage::Common::PackageVersion`. - Moved `ReliableStream` to internal namespace. - Removed `HttpGetterInfo` and `HTTPGetter` from the `Azure::Storage` namespace. * [azure-storage-blobs-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Blobs::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `BlobServiceClient::ListBlobContainers()`. - `BlobServiceClient::FindBlobsByTags()`. - `BlobContainerClinet::ListBlobs()`. - `BlobContainerClient::ListBlobsByHierarchy()`. - `PageBlobClient::GetPageRanges()`. - `PageBlobClient::GetPageRangesDiff()`. - `PageBlobClient::GetManagedDiskPageRangesDiff()`. - Renamed `FilterBlobItem` to `TaggedBlobItem`. - `FindBlobsByTags()` now returns `FindBlobsByTagsPagedResponse` and the field `FindBlobsByTagsSinglePageResult::Items` was renamed to `FindBlobsByTagsPagedResponse::TaggedBlobs`. * [azure-storage-files-datalake-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Files::DataLake::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `DataLakeServiceClient::ListFileSystems()`. - `DataLakeFileSystemClient::ListPaths()`. - `DataLakeDirectoryClient::ListPaths()`. - Removed `DataLakePathClient::SetAccessControlListRecursiveSinglePage()`, `UpdateAccessControlListRecursiveSinglePage()` and `RemoveAccessControlListRecursiveSinglePage()`. ### Bug Fixes - Rename functions always fail because `/` was left out in the renamed source path. * [azure-storage-files-shares-cpp] Update to 12.0.0-beta.10 ## 12.0.0-beta.10 (2021-04-16) ### Breaking Changes - Removed `Azure::Storage::Files::Shares::PackageVersion`. - Renamed `GetUserDelegationKeyOptions::startsOn` to `StartsOn`. - Removed `ShareClient::ListFilesAndDirectories()`. - Replaced all paginated collection functions that have the SinglePage suffix with pageable functions returning a `PagedResponse<T>`-derived type. The options are also renamed accordingly. - `ShareServiceClient::ListShares()`. - `ShareDirectoryClient::ListFilesAndDirectories()`. - `ShareDirectoryClient::ListHandles()`. - `ShareFileClient::ListHandles()`. - Removed `ShareDirectoryClient::ForceCloseAllHandlesSinglePage()` and `ShareFileClient::ForceCloseAllHandlesSinglePage()`. * Update vcpkg ports to use a manifest json file instead of a CONTROL file. * Update git tree sha versions using the command 'x-add-version --all --overwrite-version' Co-authored-by: Ahson Khan <ahkha@microsoft.com>
Diffstat (limited to 'ports/azure-storage-common-cpp')
-rw-r--r--ports/azure-storage-common-cpp/CONTROL6
-rw-r--r--ports/azure-storage-common-cpp/portfile.cmake4
-rw-r--r--ports/azure-storage-common-cpp/vcpkg.json17
3 files changed, 19 insertions, 8 deletions
diff --git a/ports/azure-storage-common-cpp/CONTROL b/ports/azure-storage-common-cpp/CONTROL
deleted file mode 100644
index 1ce94a674..000000000
--- a/ports/azure-storage-common-cpp/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: azure-storage-common-cpp
-Version: 12.0.0-beta.9
-Build-Depends: azure-core-cpp, libxml2, openssl (!windows)
-Description: Microsoft Azure Common Storage SDK for C++
- This library provides common Azure Storage-related abstractions for Azure SDK.
-Homepage: https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-common
diff --git a/ports/azure-storage-common-cpp/portfile.cmake b/ports/azure-storage-common-cpp/portfile.cmake
index 906458020..427ab715f 100644
--- a/ports/azure-storage-common-cpp/portfile.cmake
+++ b/ports/azure-storage-common-cpp/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
- REF azure-storage-common_12.0.0-beta.9
- SHA512 6f12a8f3881b862eabe40b506457837e57d8e490f0c991885738140d4acc4af079fceea012c4a40f50416196ae3f2f7f577e121068a612bd243f808b82670d4a
+ REF azure-storage-common_12.0.0-beta.10
+ SHA512 f49f74c9a6d7b80b0f7c8a9b9d2e4595dc304439d30c8c83f520833f81ef7d3480b858ada61c12f76e82eea7960eb155453b0acdcea143f163a12d567adbf18d
)
vcpkg_configure_cmake(
diff --git a/ports/azure-storage-common-cpp/vcpkg.json b/ports/azure-storage-common-cpp/vcpkg.json
new file mode 100644
index 000000000..60537946c
--- /dev/null
+++ b/ports/azure-storage-common-cpp/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "azure-storage-common-cpp",
+ "version-string": "12.0.0-beta.10",
+ "description": [
+ "Microsoft Azure Common Storage SDK for C++",
+ "This library provides common Azure Storage-related abstractions for Azure SDK."
+ ],
+ "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-common",
+ "dependencies": [
+ "azure-core-cpp",
+ "libxml2",
+ {
+ "name": "openssl",
+ "platform": "!windows"
+ }
+ ]
+}