Skip to content

Commit

Permalink
Storage August Preview Release (#3868)
Browse files Browse the repository at this point in the history
* Storage August Preview Release

* update versions
  • Loading branch information
Jinming-Hu authored Aug 9, 2022
1 parent 5954ef7 commit 1f82325
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 22 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
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.2.4" CONFIG QUIET)
find_package(azure-storage-common-cpp "12.3.0-beta.1" CONFIG QUIET)
if(NOT azure-storage-common-cpp_FOUND)
find_package(azure-storage-common-cpp "12.2.4" REQUIRED)
find_package(azure-storage-common-cpp "12.3.0-beta.1" REQUIRED)
endif()
endif()

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
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.5.0",
"version-semver": "12.6.0-beta.1",
"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.2.4"
"version>=": "12.3.0-beta.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.2.4")
find_dependency(azure-storage-common-cpp "12.3.0-beta.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.2.4"
"version>=": "12.3.0-beta.1"
},
{
"name": "vcpkg-cmake",
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
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.5.0" CONFIG QUIET)
find_package(azure-core-cpp "1.7.1" CONFIG QUIET)
if(NOT azure-core-cpp_FOUND)
find_package(azure-core-cpp "1.5.0" REQUIRED)
find_package(azure-core-cpp "1.7.1" REQUIRED)
endif()
endif()

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.2.4",
"version-semver": "12.3.0-beta.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.5.0"
"version>=": "1.7.1"
},
{
"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.5.0")
find_dependency(azure-core-cpp "1.7.1")

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.5.0"
"version>=": "1.7.1"
},
{
"name": "libxml2",
Expand Down

0 comments on commit 1f82325

Please sign in to comment.