Skip to content

Conversation

@microzchang
Copy link
Member

Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

Copilot AI review requested due to automatic review settings January 6, 2026 06:53
@github-actions github-actions bot added the Storage Storage Service (Queues, Blobs, Files) label Jan 6, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the Azure Storage SDK components for a GA (General Availability) release by removing beta prerelease identifiers and updating dependency versions across all storage packages.

  • Removes "beta.2" prerelease identifiers from version definitions in all storage components (queues, files-shares, files-datalake, common, and blobs)
  • Updates inter-package dependencies to reference the new GA versions (e.g., azure-storage-common-cpp from 12.11.0 to 12.12.0, azure-core-cpp from 1.14.1 to 1.16.1)
  • Updates changelogs to document the GA release with date 2026-01-07

Reviewed changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
sdk/storage/azure-storage-queues/vcpkg/vcpkg.json Updates azure-storage-common-cpp dependency to 12.12.0
sdk/storage/azure-storage-queues/src/private/package_version.hpp Removes beta.2 prerelease identifier for GA release
sdk/storage/azure-storage-queues/CHANGELOG.md Documents 12.6.0 GA release
sdk/storage/azure-storage-files-shares/vcpkg/vcpkg.json Updates azure-storage-common-cpp dependency to 12.12.0
sdk/storage/azure-storage-files-shares/src/private/package_version.hpp Removes beta.2 prerelease identifier for GA release
sdk/storage/azure-storage-files-shares/CHANGELOG.md Documents 12.16.0 GA release
sdk/storage/azure-storage-files-datalake/vcpkg/vcpkg.json Updates azure-storage-blobs-cpp dependency to 12.16.0
sdk/storage/azure-storage-files-datalake/src/private/package_version.hpp Removes beta.2 prerelease identifier for GA release
sdk/storage/azure-storage-files-datalake/CHANGELOG.md Documents 12.14.0 GA release
sdk/storage/azure-storage-common/vcpkg/vcpkg.json Updates azure-core-cpp dependency to 1.16.1
sdk/storage/azure-storage-common/src/private/package_version.hpp Removes beta.2 prerelease identifier for GA release
sdk/storage/azure-storage-common/CHANGELOG.md Documents 12.12.0 GA release
sdk/storage/azure-storage-blobs/vcpkg/vcpkg.json Updates azure-storage-common-cpp dependency to 12.12.0
sdk/storage/azure-storage-blobs/src/private/package_version.hpp Removes beta.2 prerelease identifier for GA release
sdk/storage/azure-storage-blobs/CHANGELOG.md Documents 12.16.0 GA release
cmake-modules/FolderList.cmake Updates all storage component dependency versions to match vcpkg changes

@microzchang microzchang merged commit 8d58112 into Azure:main Jan 8, 2026
88 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants