From 6fd510d9872d95bc5beb239214bd351f45a0100a Mon Sep 17 00:00:00 2001 From: Jinming Hu Date: Fri, 5 Aug 2022 14:07:32 +0800 Subject: [PATCH] Storage August Preview Release --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 2 +- .../azure-storage-blobs/src/private/package_version.hpp | 4 ++-- sdk/storage/azure-storage-common/CHANGELOG.md | 8 +------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index 7683eb758b..63ef8dc3d6 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 12.6.0-beta1 (Unreleased) +## 12.6.0-beta.1 (2022-08-09) ### Features Added diff --git a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp index 8b751729f4..4112735b1a 100644 --- a/sdk/storage/azure-storage-blobs/src/private/package_version.hpp +++ b/sdk/storage/azure-storage-blobs/src/private/package_version.hpp @@ -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) diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index f6ebc96202..89c450f7b6 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -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