Skip to content

Commit

Permalink
[Azure Storage] Update to October Release (#27175)
Browse files Browse the repository at this point in the history
* [azure-storage-blobs-cpp] Update to 12.6.2
## 12.6.2 (2022-10-11)

### Other Changes

- No public changes in this release.

* [azure-storage-files-shares-cpp] Update to 12.3.0
## 12.3.0 (2022-10-11)

### Features Added

- New features in `12.3.0-beta.1` are now generally available.
  • Loading branch information
azure-sdk committed Oct 12, 2022
1 parent ede90f9 commit 2827262
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ports/azure-storage-blobs-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-blobs_12.6.1
SHA512 160ec230c300f568f8abbaa08ac6f95cd29a8abbaf67474ea1de70c20db974efed3bd600284c3151457ccc762c58452839c4520d6c1c74c548300a414d405801
REF azure-storage-blobs_12.6.2
SHA512 3f92ec18500be9904e577f36549631903e40f43ea33a83fce4a4646d7d0fc426be9611f459a847452db3e31c887c2121b77054926aadcab00fbc614f26a724d9
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion ports/azure-storage-blobs-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.6.1",
"version-semver": "12.6.2",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-files-shares-cpp/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Azure/azure-sdk-for-cpp
REF azure-storage-files-shares_12.2.1
SHA512 c3fd61496833fd90984c20c3ec6f3be663dda922458a7984ce6010c82df28a546f2e24f7d3690f327b22dbdf2abc669f12ebc182f43ba171111ece0450dbe35c
REF azure-storage-files-shares_12.3.0
SHA512 baecf1dde71108491d29aa85276c73723a2afc7bbde0e78f62460a8b2fa065a25296239e8082cf75f744a7237a93fd5cba20541b437e2d32cb40599ba8fe722a
)

vcpkg_cmake_configure(
Expand Down
4 changes: 2 additions & 2 deletions ports/azure-storage-files-shares-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-files-shares-cpp",
"version-semver": "12.2.1",
"version-semver": "12.3.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.2.2"
"version>=": "12.3.0"
},
{
"name": "vcpkg-cmake",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-blobs-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e223f3564c58888a32c160c7f15b3bcb15bc5c71",
"version-semver": "12.6.2",
"port-version": 0
},
{
"git-tree": "06433ca908b304e85f642fc3b062db522567bd7c",
"version-semver": "12.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/azure-storage-files-shares-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3791a056ef7f63ea5aa462db437ebc61b2966336",
"version-semver": "12.3.0",
"port-version": 0
},
{
"git-tree": "69a5e9af5d75d9e2f33dbd89576297373a332048",
"version-semver": "12.2.1",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
"port-version": 0
},
"azure-storage-blobs-cpp": {
"baseline": "12.6.1",
"baseline": "12.6.2",
"port-version": 0
},
"azure-storage-common-cpp": {
Expand All @@ -401,7 +401,7 @@
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.2.1",
"baseline": "12.3.0",
"port-version": 0
},
"azure-storage-queues-cpp": {
Expand Down

0 comments on commit 2827262

Please sign in to comment.