Skip to content

Conversation

@azure-powershell-bot
Copy link
Collaborator

Description

Batch OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copilot AI review requested due to automatic review settings December 19, 2025 02:46
@azure-client-tools-bot-prd
Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

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 performs an Out-of-Band (OOB) release of the Az.Batch module, updating it from version 4.0.0 to version 4.0.1. The release includes a security-focused implementation improvement to the New-AzBatchApplicationPackage cmdlet that avoids retrieving storage keys unnecessarily, with no user-facing behavior changes.

  • Version bump from 4.0.0 to 4.0.1 across all Batch module files
  • Updated changelog with the security improvement description
  • Updated module manifests and CSV documentation files to reference the new version

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tools/Docs/az-ps-latest-2.csv Removed Az.MongoDB and Az.Monitor entries (moved to az-ps-latest-1.csv) and renumbered remaining entries
tools/Docs/az-ps-latest-1.csv Updated Az.Batch version reference from 4.0.0 to 4.0.1, added Az.MongoDB and Az.Monitor entries at the end
tools/AzPreview/AzPreview.psd1 Updated Az.Batch required version from 4.0.0 to 4.0.1
tools/Az/Az.psd1 Updated Az.Batch required version from 4.0.0 to 4.0.1
src/Batch/Batch/Properties/AssemblyInfo.cs Updated assembly version and file version from 4.0.0 to 4.0.1
src/Batch/Batch/ChangeLog.md Added Version 4.0.1 release section with security improvement description
src/Batch/Batch/Az.Batch.psd1 Updated module version to 4.0.1, release notes, and generation date
src/Batch/Batch.Management.Sdk/Properties/AssemblyInfo.cs Updated assembly version and file version from 4.0.0 to 4.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants