Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure Storage] Update to October Release #27175

Merged
merged 2 commits into from
Oct 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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