Skip to content

Commit

Permalink
Storage October Release (#6090)
Browse files Browse the repository at this point in the history
* storage october release

* update

* update
  • Loading branch information
microzchang authored Oct 14, 2024
1 parent e1d9893 commit 4fbdbf5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2024-10-15)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Bumped up Account SAS version to `2025-01-05`.

## 12.8.0 (2024-09-17)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-storage-common-cpp",
"version-semver": "12.8.0",
"version-semver": "12.9.0-beta.1",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
Expand Down
10 changes: 4 additions & 6 deletions sdk/storage/azure-storage-files-shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 12.12.0-beta.1 (Unreleased)
## 12.12.0-beta.1 (2024-10-15)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Bumped up API version to `2025-01-05`.
- Added support for the provisioned V2 billing model.
- Added support for specifying the binary file permission format for `ShareFileClient::StartCopy()`.

## 12.11.0 (2024-09-17)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-files-shares/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.11.0",
"version-semver": "12.12.0-beta.1",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
Expand Down

0 comments on commit 4fbdbf5

Please sign in to comment.