[Azure Storage] Update to Sept Release (#26696)

* [azure-storage-common-cpp] Update to 12.3.0
## 12.3.0 (2022-09-06)

### Features Added

- Features in `12.3.0-beta.1` are now generally available.

* [azure-storage-blobs-cpp] Update to 12.6.0
## 12.6.0 (2022-09-06)

### Features Added

- Features in `12.6.0.beta.1` are now generally available.

### Bugs Fixed

- Empty file or existing file won't be created/overwritten if the blob to be downloaded doesn't exist.
This commit is contained in:
Azure SDK Bot 2022-09-06 14:14:36 -04:00 committed by GitHub
parent 927006b24c
commit 600f89f477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 10 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-blobs_12.5.0
SHA512 84553588dae919691bd5548c8957d0f3a98cddc8d8879f7dc6d2aa4c06661e2fa5de8c77cb9ca7517cb2024fc3d7433933d3f34b5bc7225ee4855cbf4f3548df
REF azure-storage-blobs_12.6.0
SHA512 cd8164410472587df2ca112abdb89d9e3baa730f1f3166979f669322b1f79a6111bd673061f58de44a6b1231dce55651baa72a869f42302ccb1360fabaaade04
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.5.0",
"version-semver": "12.6.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.4"
"version>=": "12.3.0"
},
{
"name": "vcpkg-cmake",

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-common_12.2.4
SHA512 850588e1edcac6cc861d8ce4fe0e726f540e23f0c4839930ca229da27fc623559f3662ada238d0756ce14341729e34669e1278d6943caa9d3a902119c0a40b7f
REF azure-storage-common_12.3.0
SHA512 9d3d24f24acc1bf5e07d238bae44fd510bebc7b38e7d68ab4d26ac1765cc38f1cd7bc08e1f77f61727d998c37a58d1a1a09762c9a824db770ecdc5c2a22069d2
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.2.4",
"version-semver": "12.3.0",
"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.5.0"
"version>=": "1.7.1"
},
{
"name": "libxml2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c715b7df779d48070ba729fd20ffcad27267a7bc",
"version-semver": "12.6.0",
"port-version": 0
},
{
"git-tree": "7120a5be966cbf0a79ac6c1efca6ce43c7818d75",
"version-semver": "12.5.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "86ad9dc004e0f6fe2a87158ae3aae15bf7bb7033",
"version-semver": "12.3.0",
"port-version": 0
},
{
"git-tree": "fdc5c496fd571985967a900838e181cdb04d318b",
"version-semver": "12.2.4",

View File

@ -369,11 +369,11 @@
"port-version": 0
},
"azure-storage-blobs-cpp": {
"baseline": "12.5.0",
"baseline": "12.6.0",
"port-version": 0
},
"azure-storage-common-cpp": {
"baseline": "12.2.4",
"baseline": "12.3.0",
"port-version": 0
},
"azure-storage-cpp": {