Skip to content

Commit

Permalink
[azure-storage-files-shares-cpp] Update to 12.6.1 (#33058)
Browse files Browse the repository at this point in the history
## 12.6.1 (2023-08-08)

### Bugs Fixed

- Fixed a bug where `ShareDirectoryClient::ListFilesAndDirectories` only returns the first page without ContinuationToken, even if there are more pages.
  • Loading branch information
azure-sdk authored Aug 9, 2023
1 parent a94dafa commit 69ec3a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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.6.0
SHA512 a739391ee457b593320ae614393d3c602b1787cc9f135a5a20b54c33345b19c24a456c45781f11cb26e5272671f8ded6e00639617861ae396fdaec38417dbe03
REF azure-storage-files-shares_12.6.1
SHA512 63132d560967ffff62896691c88403f85acdf4a49f0b6d8fc07fa27f225693fd93a9e030ff459e34f14b9c8f6a30804f31dee3f57c1ba9d533478f7acc36bfc1
)

vcpkg_cmake_configure(
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0",
"version-semver": "12.6.1",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
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": "f51dca176615cce496b5fb2d869b467279c31e7c",
"version-semver": "12.6.1",
"port-version": 0
},
{
"git-tree": "856f4e474ec45831593123a281fe650ba86387ab",
"version-semver": "12.6.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
"port-version": 0
},
"azure-storage-files-shares-cpp": {
"baseline": "12.6.0",
"baseline": "12.6.1",
"port-version": 0
},
"azure-storage-queues-cpp": {
Expand Down

0 comments on commit 69ec3a2

Please sign in to comment.