Skip to content

[Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3)#43590

Merged
cRui861 merged 2 commits intomainfrom
rechen/re-release-beta3
Oct 23, 2025
Merged

[Batch] Beta Data Plane SDK 15.1.0b1 (replacing 15.0.0b3)#43590
cRui861 merged 2 commits intomainfrom
rechen/re-release-beta3

Conversation

@cRui861
Copy link
Member

@cRui861 cRui861 commented Oct 23, 2025

Description

Re-release of the latest beta with changes in this PR: #42790

Version 15.0.0b3 is yanked from PyPI.

The 15.0.0b3 release 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 to 15.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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings October 23, 2025 00:12
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 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.0b3 to 15.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

@github-actions github-actions bot added the Batch label Oct 23, 2025
Copy link
Member

@dpwatrous dpwatrous left a comment

Choose a reason for hiding this comment

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

Why are we releasing a new version with no changes?

@dpwatrous dpwatrous self-requested a review October 23, 2025 18:10
Copy link
Member

@dpwatrous dpwatrous left a comment

Choose a reason for hiding this comment

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

Ah, I see now that we yanked 15.0.0b3 and this is re-releasing those changes under a minor version bump.

@cRui861 cRui861 merged commit bf7269d into main Oct 23, 2025
21 checks passed
@cRui861 cRui861 deleted the rechen/re-release-beta3 branch October 23, 2025 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants