[Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3)#43590
[Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3)#43590
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Azure Batch SDK version from 15.0.0b3 to 15.1.0b1 to resolve a compatibility issue with Azure CLI. The previous beta version (15.0.0b3) conflicted with Azure CLI's ~= version constraint, which would have automatically picked up patch versions. By bumping the minor version, the PR ensures the CLI can remain pinned to a compatible version while this new beta is released separately.
Key Changes:
- Version number updated from
15.0.0b3to15.1.0b1 - CHANGELOG entry updated to reflect the new version number
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sdk/batch/azure-batch/azure/batch/_version.py | Updates package version to 15.1.0b1 |
| sdk/batch/azure-batch/CHANGELOG.md | Updates changelog heading to reflect new version number |
dpwatrous
left a comment
There was a problem hiding this comment.
Why are we releasing a new version with no changes?
dpwatrous
left a comment
There was a problem hiding this comment.
Ah, I see now that we yanked 15.0.0b3 and this is re-releasing those changes under a minor version bump.
Description
Re-release of the latest beta with changes in this PR: #42790
Version
15.0.0b3is yanked from PyPI.The
15.0.0b3release was incompatible with the current changes in the Az CLI. Since the CLI was using~=for versioning, any patch version will be picked up from PyPI. The CLI is updated to be pinned to the latest compatible version of the Python SDK beta (PR: Azure/azure-cli#32279). By updating the minor version to15.1.0b1, we will not hit this conflict.If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines