Skip to content

Commit

Permalink
Storage February release (#4324)
Browse files Browse the repository at this point in the history
* storage february release

* fix conversation

* fix conversation
  • Loading branch information
microzchang authored Feb 8, 2023
1 parent 2be39bc commit c3dc732
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
7 changes: 4 additions & 3 deletions sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2023-02-07)

### Features Added

### Breaking Changes
- Bumped up API version to `2021-12-02`.
- Added support for new access tier `Cold`.

### Bugs Fixed

### Other Changes
- Fixed a bug where setting premium page blob tier operations always fail.

## 12.6.2 (2022-10-11)

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.6.2",
"version-semver": "12.7.0-beta.1",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand Down
9 changes: 3 additions & 6 deletions sdk/storage/azure-storage-files-shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 12.4.0-beta.1 (Unreleased)
## 12.4.0-beta.1 (2023-02-07)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Bumped up API version to `2021-12-02`.
- Added support for invalid xml characters in file and directory names for `ShareDirectoryClient::ListFilesAndDirectories()`, `ShareDirectoryClient::ListHandles()` and `ShareFileClient::ListHandles()`.

### Acknowledgments

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.3.0",
"version-semver": "12.4.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 c3dc732

Please sign in to comment.