[Azure Storage] Update to March Release (#30066)

* [azure-storage-common-cpp] Update to 12.3.1
## 12.3.1 (2023-03-07)

### Features Added

- Bumped up SAS token service version to `2021-12-02`.

* [azure-storage-blobs-cpp] Update to 12.7.0
## 12.7.0 (2023-03-07)

### Features Added

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

* [azure-storage-files-shares-cpp] Update to 12.4.0
## 12.4.0 (2023-03-07)

### Features Added

- New features in `12.4.0-beta.1` are now generally available.
This commit is contained in:
Azure SDK Bot 2023-03-08 12:08:05 -08:00 committed by GitHub
parent 02ad673d3b
commit b9dc98a367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 15 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.6.2
SHA512 3f92ec18500be9904e577f36549631903e40f43ea33a83fce4a4646d7d0fc426be9611f459a847452db3e31c887c2121b77054926aadcab00fbc614f26a724d9
REF azure-storage-blobs_12.7.0
SHA512 7750035f42c7cc120b294d0449885446d5d06c0393a24d957f1484525967fd609dda0319574e9d95888441d749bbca820fccaf7741ac1321bc071adcfb48f3a9
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.6.2",
"version-semver": "12.7.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.3.0"
"version>=": "12.3.1"
},
{
"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.3.0
SHA512 9d3d24f24acc1bf5e07d238bae44fd510bebc7b38e7d68ab4d26ac1765cc38f1cd7bc08e1f77f61727d998c37a58d1a1a09762c9a824db770ecdc5c2a22069d2
REF azure-storage-common_12.3.1
SHA512 4c062c23637ed94b7688292649d02fb0c67d6402ec682b7a077f3a2aa7dc322cf01e979c5042407876b8c1407cba339252c0c1dde2b7e7aa6727ecfcbe9633ca
)
vcpkg_cmake_configure(

View File

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

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.3.0
SHA512 baecf1dde71108491d29aa85276c73723a2afc7bbde0e78f62460a8b2fa065a25296239e8082cf75f744a7237a93fd5cba20541b437e2d32cb40599ba8fe722a
REF azure-storage-files-shares_12.4.0
SHA512 e064d808b92de3ec32d4328ce274c9a67ea03f106f71afe311182ed9eff3adad1dfb00ade83da98b10a8e6a7d3b6082d965a1af4b495fd92879d21b669c55ba0
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.3.0",
"version-semver": "12.4.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.3.1"
},
{
"name": "vcpkg-cmake",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "40ca58231897346f0bf37910ae4c431aa8a5f56d",
"version-semver": "12.7.0",
"port-version": 0
},
{
"git-tree": "e223f3564c58888a32c160c7f15b3bcb15bc5c71",
"version-semver": "12.6.2",

View File

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

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "10d67bcd4301e8b3fa5d89b9f8e6eecd835b276f",
"version-semver": "12.4.0",
"port-version": 0
},
{
"git-tree": "3791a056ef7f63ea5aa462db437ebc61b2966336",
"version-semver": "12.3.0",

View File

@ -425,11 +425,11 @@
"port-version": 0
},
"azure-storage-blobs-cpp": {
"baseline": "12.6.2",
"baseline": "12.7.0",
"port-version": 0
},
"azure-storage-common-cpp": {
"baseline": "12.3.0",
"baseline": "12.3.1",
"port-version": 0
},
"azure-storage-cpp": {
@ -441,7 +441,7 @@
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.3.0",
"baseline": "12.4.0",
"port-version": 0
},
"azure-storage-queues-cpp": {