Skip to content

Commit

Permalink
Storage Auguest Preview Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinming-Hu committed Aug 5, 2022
1 parent 93991ab commit 7fd87a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 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.6.0-beta1 (Unreleased)
## 12.6.0-beta.1 (2022-08-09)

### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#pragma once

#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 5
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 6
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.1"

#define AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_BLOBS_VERSION_ITOA(i) AZURE_STORAGE_BLOBS_VERSION_ITOA_HELPER(i)
Expand Down
8 changes: 1 addition & 7 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

## 12.3.0-beta.1 (Unreleased)
## 12.3.0-beta.1 (2022-08-09)

### Features Added

- Added support for encryption scope SAS (`ses` query parameter in SAS token).
- Added support for permanent delete permission in SAS.

### Breaking Changes

### Bugs Fixed

### Other Changes

## 12.2.4 (2022-06-07)

### Bugs Fixed
Expand Down

0 comments on commit 7fd87a3

Please sign in to comment.