Skip to content

Commit

Permalink
Update Beta Package Version (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
microzchang authored Aug 8, 2023
1 parent 96c34cb commit 6375570
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2023-08-08)

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-blobs-cpp",
"version-semver": "12.8.0",
"version-semver": "12.9.0-beta.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand Down
7 changes: 3 additions & 4 deletions sdk/storage/azure-storage-files-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Release History

## 12.8.0-beta.1 (Unreleased)
## 12.8.0-beta.1 (2023-08-08)

### Features Added

### Breaking Changes
- Bumped up API version to `2023-08-03`.
- Added support for paginated directory delete when using AAD authentication.

### Bugs Fixed

- Fixed a bug where `DataLakeDirectoryClient::ListPaths` and `DataLakeFileSystemClient::ListPaths` cannot list the second page and always fail with `std::bad_function_call`.
- Fixed a bug where `DataLakePathClient::SetAccessControlListRecursive` crashes when operating on the second page.

### Other Changes

## 12.7.0 (2023-07-11)

- New features in `12.7.0-beta.1` are now generally available.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-files-datalake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-files-datalake-cpp",
"version-semver": "12.7.0",
"version-semver": "12.8.0-beta.1",
"description": [
"Microsoft Azure Storage Files Data Lake SDK for C++",
"This library provides Azure Storage Files Data Lake SDK."
Expand Down

1 comment on commit 6375570

@EarlyFunds
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do we get it

Please sign in to comment.