Skip to content

Commit

Permalink
Storage March Release (#4410)
Browse files Browse the repository at this point in the history
* Storage March Release
  • Loading branch information
microzchang authored and antkmsft committed Apr 5, 2023
1 parent ffc1291 commit 3f00057
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 49 deletions.
10 changes: 5 additions & 5 deletions cmake-modules/FolderList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ macro(GetFolderList project)
DownloadDepVersion(sdk/core azure-core 1.5.0)
DownloadDepVersion(sdk/identity azure-identity 1.1.0)
elseif(${project} STREQUAL STORAGE_COMMON)
DownloadDepVersion(sdk/core azure-core 1.7.1)
DownloadDepVersion(sdk/core azure-core 1.8.0)
elseif(${project} STREQUAL STORAGE_BLOBS)
DownloadDepVersion(sdk/core azure-core 1.7.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0)
DownloadDepVersion(sdk/core azure-core 1.8.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
DownloadDepVersion(sdk/core azure-core 1.7.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.6.2)
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
DownloadDepVersion(sdk/core azure-core 1.7.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.0)
DownloadDepVersion(sdk/core azure-core 1.8.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.3.1)
elseif(${project} STREQUAL STORAGE_QUEUES)
DownloadDepVersion(sdk/core azure-core 1.5.0)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.2.3)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/storage",
"Tag": "cpp/storage_92d8f38118"
"Tag": "cpp/storage_5f1f86318a"
}
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.7.0-beta.2 (Unreleased)
## 12.7.0 (2023-03-07)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Features in `12.7.0.beta.1` are now generally available.

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

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blobs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-common-cpp "12.3.0" CONFIG QUIET)
find_package(azure-storage-common-cpp "12.3.1" CONFIG QUIET)
if(NOT azure-storage-common-cpp_FOUND)
find_package(azure-storage-common-cpp "12.3.0" REQUIRED)
find_package(azure-storage-common-cpp "12.3.1" REQUIRED)
endif()
endif()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AZURE_STORAGE_BLOBS_VERSION_MAJOR 12
#define AZURE_STORAGE_BLOBS_VERSION_MINOR 7
#define AZURE_STORAGE_BLOBS_VERSION_PATCH 0
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_BLOBS_VERSION_PRERELEASE ""

#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
4 changes: 2 additions & 2 deletions 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.7.0-beta.1",
"version-semver": "12.7.0",
"description": [
"Microsoft Azure Storage Blobs SDK for C++",
"This library provides Azure Storage Blobs SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.3.1"
},
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/vcpkg/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(azure-storage-common-cpp "12.3.0")
find_dependency(azure-storage-common-cpp "12.3.1")

include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-blobs-cppTargets.cmake")

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.3.1"
},
{
"name": "vcpkg-cmake",
Expand Down
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.4.0-beta.1 (Unreleased)
## 12.3.1 (2023-03-07)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Bumped up SAS token service version to `2021-12-02`.

## 12.3.0 (2022-09-06)

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-core-cpp "1.7.1" CONFIG QUIET)
find_package(azure-core-cpp "1.8.0" CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.7.1" REQUIRED)
find_package(azure-core-cpp "1.8.0" REQUIRED)
endif()
endif()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Azure { namespace Storage { namespace Sas {
namespace {
constexpr static const char* SasVersion = "2021-04-10";
constexpr static const char* SasVersion = "2021-12-02";
}

void AccountSasBuilder::SetPermissions(AccountSasPermissions permissions)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#include <array>

#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 4
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.1"
#define AZURE_STORAGE_COMMON_VERSION_MINOR 3
#define AZURE_STORAGE_COMMON_VERSION_PATCH 1
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE ""

#define AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_COMMON_VERSION_ITOA(i) AZURE_STORAGE_COMMON_VERSION_ITOA_HELPER(i)
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version-semver": "12.3.1",
"description": [
"Microsoft Azure Common Storage SDK for C++",
"This library provides common Azure Storage-related abstractions for Azure SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.7.1"
"version>=": "1.8.0"
},
{
"name": "libxml2",
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/vcpkg/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

include(CMakeFindDependencyMacro)
find_dependency(Threads)
find_dependency(azure-core-cpp "1.7.1")
find_dependency(azure-core-cpp "1.8.0")

if(NOT WIN32)
find_dependency(LibXml2)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.7.1"
"version>=": "1.8.0"
},
{
"name": "libxml2",
Expand Down
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-files-shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.4.0-beta.2 (Unreleased)
## 12.4.0 (2023-03-07)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- New features in `12.4.0-beta.1` are now generally available.

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

Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-files-shares/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ if(FETCH_SOURCE_DEPS)
add_subdirectory(${oneFolder} EXCLUDE_FROM_ALL)
endforeach()
elseif(NOT AZ_ALL_LIBRARIES)
find_package(azure-storage-common-cpp "12.3.0" CONFIG QUIET)
find_package(azure-storage-common-cpp "12.3.1" CONFIG QUIET)
if(NOT azure-storage-common-cpp_FOUND)
find_package(azure-storage-common-cpp "12.3.0" REQUIRED)
find_package(azure-storage-common-cpp "12.3.1" REQUIRED)
endif()
endif()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_SHARES_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_SHARES_VERSION_MINOR 4
#define AZURE_STORAGE_FILES_SHARES_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_SHARES_VERSION_PRERELEASE ""

#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_SHARES_VERSION_ITOA(i) AZURE_STORAGE_FILES_SHARES_VERSION_ITOA_HELPER(i)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// SPDX-License-Identifier: MIT

#include "azure/storage/files/shares/share_sas_builder.hpp"
#include "azure/storage/files/shares/rest_client.hpp"

#include <azure/core/http/http.hpp>
#include <azure/storage/common/crypt.hpp>
Expand All @@ -11,7 +12,7 @@
namespace Azure { namespace Storage { namespace Sas {

namespace {
constexpr static const char* SasVersion = "2020-02-10";
constexpr static const char* SasVersion = Files::Shares::_detail::ApiVersion;

std::string ShareSasResourceToString(ShareSasResource resource)
{
Expand Down
4 changes: 2 additions & 2 deletions 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.4.0-beta.1",
"version-semver": "12.4.0",
"description": [
"Microsoft Azure Storage Files Shares SDK for C++",
"This library provides Azure Storage Files Shares SDK."
Expand All @@ -11,7 +11,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.3.1"
},
{
"name": "vcpkg-cmake",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@PACKAGE_INIT@

include(CMakeFindDependencyMacro)
find_dependency(azure-storage-common-cpp "12.3.0")
find_dependency(azure-storage-common-cpp "12.3.1")

include("${CMAKE_CURRENT_LIST_DIR}/azure-storage-files-shares-cppTargets.cmake")

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.3.0"
"version>=": "12.3.1"
},
{
"name": "vcpkg-cmake",
Expand Down

0 comments on commit 3f00057

Please sign in to comment.