Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions cmake-modules/FolderList.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ 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.14.1)
DownloadDepVersion(sdk/core azure-core 1.16.1)
elseif(${project} STREQUAL STORAGE_BLOBS)
DownloadDepVersion(sdk/core azure-core 1.14.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
DownloadDepVersion(sdk/core azure-core 1.16.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.12.0)
elseif(${project} STREQUAL STORAGE_FILES_DATALAKE)
DownloadDepVersion(sdk/core azure-core 1.14.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.15.0)
DownloadDepVersion(sdk/core azure-core 1.16.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.12.0)
DownloadDepVersion(sdk/storage/azure-storage-blobs azure-storage-blobs 12.16.0)
elseif(${project} STREQUAL STORAGE_FILES_SHARES)
DownloadDepVersion(sdk/core azure-core 1.14.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
DownloadDepVersion(sdk/core azure-core 1.16.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.12.0)
elseif(${project} STREQUAL STORAGE_QUEUES)
DownloadDepVersion(sdk/core azure-core 1.14.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.11.0)
DownloadDepVersion(sdk/core azure-core 1.16.1)
DownloadDepVersion(sdk/storage/azure-storage-common azure-storage-common 12.12.0)
elseif(${project} STREQUAL DATA_TABLES)
DownloadDepVersion(sdk/core azure-core 1.11.3)
elseif(${project} STREQUAL EVENTHUBS)
Expand Down
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.16.0-beta.2 (Unreleased)
## 12.16.0 (2026-01-07)

### Features Added

### Breaking Changes

### Bugs Fixed

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

## 12.16.0-beta.1 (2025-11-27)

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 16
#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
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 @@ -18,7 +18,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.11.0"
"version>=": "12.12.0"
},
{
"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.12.0-beta.2 (Unreleased)
## 12.12.0 (2026-01-07)

### Features Added

### Breaking Changes

### Bugs Fixed

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

## 12.12.0-beta.1 (2025-11-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define AZURE_STORAGE_COMMON_VERSION_MAJOR 12
#define AZURE_STORAGE_COMMON_VERSION_MINOR 12
#define AZURE_STORAGE_COMMON_VERSION_PATCH 0
#define AZURE_STORAGE_COMMON_VERSION_PRERELEASE "beta.2"
#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
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 @@ -18,7 +18,7 @@
{
"name": "azure-core-cpp",
"default-features": false,
"version>=": "1.14.1"
"version>=": "1.16.1"
},
{
"name": "libxml2",
Expand Down
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-files-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.14.0-beta.2 (Unreleased)
## 12.14.0 (2026-01-07)

### Features Added

### Breaking Changes

### Bugs Fixed

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

## 12.14.0-beta.1 (2025-11-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MAJOR 12
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_MINOR 14
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PATCH 0
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_PRERELEASE ""

#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_FILES_DATALAKE_VERSION_ITOA(i) \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"name": "azure-storage-blobs-cpp",
"default-features": false,
"version>=": "12.15.0"
"version>=": "12.16.0"
},
{
"name": "vcpkg-cmake",
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.16.0-beta.2 (Unreleased)
## 12.16.0 (2026-01-07)

### Features Added

### Breaking Changes

### Bugs Fixed

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

## 12.16.0-beta.1 (2025-11-27)

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 16
#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
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 @@ -18,7 +18,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.11.0"
"version>=": "12.12.0"
},
{
"name": "vcpkg-cmake",
Expand Down
8 changes: 2 additions & 6 deletions sdk/storage/azure-storage-queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 12.6.0-beta.2 (Unreleased)
## 12.6.0 (2026-01-07)

### Features Added

### Breaking Changes

### Bugs Fixed

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

## 12.6.0-beta.1 (2025-11-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define AZURE_STORAGE_QUEUES_VERSION_MAJOR 12
#define AZURE_STORAGE_QUEUES_VERSION_MINOR 6
#define AZURE_STORAGE_QUEUES_VERSION_PATCH 0
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE "beta.2"
#define AZURE_STORAGE_QUEUES_VERSION_PRERELEASE ""

#define AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i) #i
#define AZURE_STORAGE_QUEUES_VERSION_ITOA(i) AZURE_STORAGE_QUEUES_VERSION_ITOA_HELPER(i)
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-queues/vcpkg/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"name": "azure-storage-common-cpp",
"default-features": false,
"version>=": "12.11.0"
"version>=": "12.12.0"
},
{
"name": "vcpkg-cmake",
Expand Down