From d51d034b5b816fc16b4ab6854b15735759ea5335 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Sat, 16 Jan 2021 10:41:50 +0800 Subject: [PATCH] Increase storage version manually (#1381) --- sdk/storage/azure-storage-blobs/CHANGELOG.md | 3 +++ .../azure-storage-blobs/inc/azure/storage/blobs/version.hpp | 2 +- sdk/storage/azure-storage-common/CHANGELOG.md | 3 +++ .../azure-storage-common/inc/azure/storage/common/version.hpp | 2 +- sdk/storage/azure-storage-files-datalake/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/datalake/version.hpp | 2 +- sdk/storage/azure-storage-files-shares/CHANGELOG.md | 3 +++ .../inc/azure/storage/files/shares/version.hpp | 2 +- 8 files changed, 16 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index f01079304..b1d6bd791 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.7 (Unreleased) + + ## 12.0.0-beta.6 (2020-01-14) ### New Features diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp index c142fcb14..61975ac61 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12 #define AZURE_STORAGE_BLOBS_VERSION_MINOR 0 #define AZURE_STORAGE_BLOBS_VERSION_PATCH 0 -#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.6" +#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.7" namespace Azure { namespace Storage { namespace Blobs { namespace Details { diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index c564aae03..9255fd299 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.7 (Unreleased) + + ## 12.0.0-beta.6 (2020-01-14) ### New Features diff --git a/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp b/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp index 81eef58f8..68bffd215 100644 --- a/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp +++ b/sdk/storage/azure-storage-common/inc/azure/storage/common/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_COMMON_VERSION_MAJOR 12 #define AZURE_STORAGE_COMMON_VERSION_MINOR 0 #define AZURE_STORAGE_COMMON_VERSION_PATCH 0 -#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.6" +#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.7" namespace Azure { namespace Storage { namespace Common { namespace Details { diff --git a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md index 023bb2202..c4f180328 100644 --- a/sdk/storage/azure-storage-files-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-datalake/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.7 (Unreleased) + + ## 12.0.0-beta.6 (2020-01-14) ### New Features diff --git a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp index 6e88de08e..18c29c6b0 100644 --- a/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp +++ b/sdk/storage/azure-storage-files-datalake/inc/azure/storage/files/datalake/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 0 #define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0 -#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.6" +#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.7" namespace Azure { namespace Storage { namespace Files { namespace DataLake { namespace Details { diff --git a/sdk/storage/azure-storage-files-shares/CHANGELOG.md b/sdk/storage/azure-storage-files-shares/CHANGELOG.md index c58126566..d8c66bd66 100644 --- a/sdk/storage/azure-storage-files-shares/CHANGELOG.md +++ b/sdk/storage/azure-storage-files-shares/CHANGELOG.md @@ -1,5 +1,8 @@ # Release History +## 12.0.0-beta.7 (Unreleased) + + ## 12.0.0-beta.6 (2020-01-14) ### New Features diff --git a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp index 09e3073a1..c29af1d7e 100644 --- a/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp +++ b/sdk/storage/azure-storage-files-shares/inc/azure/storage/files/shares/version.hpp @@ -14,7 +14,7 @@ #define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12 #define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 0 #define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0 -#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.6" +#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.7" namespace Azure { namespace Storage { namespace Files { namespace Shares { namespace Details {