Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the Azure.Compute.Batch package for its GA (General Availability) 1.0.0 release, transitioning from beta.6. The package provides client library functionality for Azure Batch, enabling creation and management of Batch objects such as Pools, Jobs, and Tasks.
Changes:
- Updated package version from 1.0.0-beta.6 to 1.0.0 in the project file
- Updated CHANGELOG.md to document the GA release with a planned release date of March 1, 2026
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/batch/Azure.Compute.Batch/src/Azure.Compute.Batch.csproj | Updated version property from 1.0.0-beta.6 to 1.0.0 for GA release |
| sdk/batch/Azure.Compute.Batch/CHANGELOG.md | Removed unreleased beta.6 section and added GA 1.0.0 release entry dated 2026-03-01 |
Member
Author
|
@copilot can you create an api view |
9 tasks
Contributor
Member
Author
|
/azp run |
|
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
Member
Author
|
/azp run azure |
|
No pipelines are associated with this pull request. |
Member
Author
|
/azp Azure Pipelines |
|
Command 'Azure' is not supported by Azure Pipelines. Supported commands
See additional documentation. |
Member
Author
|
/azp list |
Member
Author
|
/azp run net - batch |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GA release of Azure.Compute.Batch
Contributing to the Azure SDK
Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.
For specific information about pull request etiquette and best practices, see this section.