mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 22:19:02 +08:00
[azure-sdk-for-cpp] Update to latest version (#23998)
* [azure-storage-common-cpp] Update to 12.2.3 ## 12.2.3 (2022-04-06) ### Bugs Fixed - Fixed a bug where we got error when XML request body is too big. * [azure-storage-blobs-cpp] Update to 12.4.0 ## 12.4.0 (2022-04-06) ### Other changes - No public changes in this release. * [azure-storage-queues-cpp] Update to 12.0.0 ## 12.0.0 (2022-04-06) ### New Features - This release includes all features from beta.1 to beta.4. This is the first stable release of a ground-up rewrite of our client libraries to ensure consistency, idiomatic design, productivity and an excellent developer experience. It was created following the [Azure SDK Design Guideline for C++](https://azure.github.io/azure-sdk/cpp_introduction.html). * remove version comparison on openssl Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
This commit is contained in:
parent
d5595bff00
commit
4e485c34f5
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-blobs_12.3.0
|
||||
SHA512 69fb5b32544492d32fdf5d125852b98ccc89688f0c606a8fc6be88bd0e2091df1ccf483cefeb075f17fd78c7e6b1ff6c97d7e3db0f60362fe888bb07ea2a4967
|
||||
REF azure-storage-blobs_12.4.0
|
||||
SHA512 8d60970d0eff794cfcb6fb8471e7b0086cd8620072845195f67ae2fe2a7e1ecdaf21f10a80a708c981afa3589115f0fd2477a8c398d06b66b4babcd49f0c4c9a
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-blobs-cpp",
|
||||
"version-semver": "12.3.0",
|
||||
"version-semver": "12.4.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Blobs SDK for C++",
|
||||
"This library provides Azure Storage Blobs SDK."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.2.1"
|
||||
"version>=": "12.2.3"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-common_12.2.2
|
||||
SHA512 dff3c48a4177e43b2ca0f28128a6c6002e46f64895c1431cafc8db766de6f3498c9502d671c3ba49122feb8bf271291fda1bd24986bb9ff650ab33be60b14447
|
||||
REF azure-storage-common_12.2.3
|
||||
SHA512 456854fa39e98fab10e65e0bab148aeb9fee61439bcb1b689c17110343be0162174a8075eb09b0b4eba6c5f59c8d454d78cbd3c4aafb1af3db16d9f984189393
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"version-semver": "12.2.2",
|
||||
"version-semver": "12.2.3",
|
||||
"description": [
|
||||
"Microsoft Azure Common Storage SDK for C++",
|
||||
"This library provides common Azure Storage-related abstractions for Azure SDK."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-core-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "1.3.1"
|
||||
"version>=": "1.5.0"
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
|
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Azure/azure-sdk-for-cpp
|
||||
REF azure-storage-queues_12.0.0-beta.4
|
||||
SHA512 8330fcbf2a8c22d7e6ac7c0dc86613c8552c645e4344599333fd68eb4a7cb446d6a4f7c0d7f630c8bab947a67d445828901f2c4999b7f27457b1c9d7ef06f988
|
||||
REF azure-storage-queues_12.0.0
|
||||
SHA512 f393d481a9bb098d1a361605d9d55e1385ec5417a20ea05c53d479dbe4dcb0e8be34c2b9fc31b64e7d78b81fd642461f27beb02b6ed047f87c968c0bb718b85b
|
||||
)
|
||||
|
||||
vcpkg_cmake_configure(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "azure-storage-queues-cpp",
|
||||
"version-semver": "12.0.0-beta.4",
|
||||
"version-semver": "12.0.0",
|
||||
"description": [
|
||||
"Microsoft Azure Storage Queues SDK for C++",
|
||||
"This library provides Azure Storage Queues SDK."
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"name": "azure-storage-common-cpp",
|
||||
"default-features": false,
|
||||
"version>=": "12.2.2"
|
||||
"version>=": "12.2.3"
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ff9783605f383c1f596ada3a10d2dde88a931f56",
|
||||
"version-semver": "12.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "252f2edf841eb01f271d1694f3fea34e63906eba",
|
||||
"version-semver": "12.3.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c972f7321758abde4e5d5862c4abd7398f1f26a6",
|
||||
"version-semver": "12.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "de5c104dfa95871220c17e4f8f97a99b5da33920",
|
||||
"version-semver": "12.2.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a04f50e6f79e53d47d4721529709e8e1f02462e1",
|
||||
"version-semver": "12.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "a4fe64dbaeaacf8bfff69155eea6f001ebee8e15",
|
||||
"version-semver": "12.0.0-beta.4",
|
||||
|
@ -353,11 +353,11 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-blobs-cpp": {
|
||||
"baseline": "12.3.0",
|
||||
"baseline": "12.4.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-common-cpp": {
|
||||
"baseline": "12.2.2",
|
||||
"baseline": "12.2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-cpp": {
|
||||
@ -373,7 +373,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-storage-queues-cpp": {
|
||||
"baseline": "12.0.0-beta.4",
|
||||
"baseline": "12.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"azure-uamqp-c": {
|
||||
|
Loading…
Reference in New Issue
Block a user