-
Notifications
You must be signed in to change notification settings - Fork 2.1k
STG99 Beta Release #45943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STG99 Beta Release #45943
Conversation
There was a problem hiding this 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 updates multiple Azure Storage client libraries to their next beta versions, adds a release date to each CHANGELOG entry, and notes support for the 2025-11-05 service version.
- Bumped preview version from
beta.1tobeta.2(orbeta.31tobeta.32) in each README. - Updated each CHANGELOG header from “Unreleased” to include the date
(2025-07-09). - Added “Added support for service version 2025-11-05.” under Features Added in each CHANGELOG.
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure-storage-queue/README.md | Bumped version to 12.26.0-beta.2 |
| sdk/storage/azure-storage-queue/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-internal-avro/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-file-share/README.md | Bumped version to 12.27.0-beta.2 |
| sdk/storage/azure-storage-file-share/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-file-datalake/README.md | Bumped version to 12.24.0-beta.2 |
| sdk/storage/azure-storage-file-datalake/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-common/README.md | Bumped version to 12.30.0-beta.2 |
| sdk/storage/azure-storage-common/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-blob/README.md | Bumped version to 12.31.0-beta.2 |
| sdk/storage/azure-storage-blob/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-blob-nio/README.md | Bumped version to 12.0.0-beta.32 |
| sdk/storage/azure-storage-blob-nio/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-blob-cryptography/README.md | Bumped version to 12.30.0-beta.2 |
| sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-blob-changefeed/README.md | Bumped version to 12.0.0-beta.31 |
| sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md | Added release date and service version support |
| sdk/storage/azure-storage-blob-batch/README.md | Bumped version to 12.27.0-beta.2 |
| sdk/storage/azure-storage-blob-batch/CHANGELOG.md | Added release date and service version support |
|
/azp run java - storage - tests |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/check-enforcer override |
* adding release branch changes * changing versions as per new release pattern * reverting changefeed and nio changes * reverting changefeed and nio changes * fixing the version of internal avro * removing unused sections from internal avro * removing unused sections from changefeed * fixing internal avro version * updating dependencies to fix CI * updating incorrect common dependency * fixing perf dependencies --------- Co-authored-by: Isabelle <[email protected]>
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new swagger spec, a link to the pull request containing these swagger spec changes has been included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines