Skip to content

Commit

Permalink
Updates Batch version 8.1.0-beta.1 -> 8.1.0 (Azure#16689)
Browse files Browse the repository at this point in the history
  • Loading branch information
gingi authored Oct 26, 2020
1 parent 3403248 commit fa215ae
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/spotbugs-aggregate-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-batch</artifactId>
<version>8.1.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
<version>8.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Note: com.azure:azure-sdk-parent is in version_client.txt

com.azure:azure-data-sdk-parent;1.3.0;1.3.0
com.microsoft.azure:azure-batch;8.0.0;8.1.0-beta.1
com.microsoft.azure:azure-batch;8.1.0-beta.1;8.1.0
com.microsoft.azure:azure-applicationinsights-query;1.0.0-beta-2;1.0.0-beta-2
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-spellcheck;1.1.0-beta.1;1.1.0-beta.1
com.microsoft.azure.cognitiveservices:azure-cognitiveservices-textanalytics;1.1.0-beta.1;1.1.0-beta.1
Expand Down
7 changes: 6 additions & 1 deletion sdk/batch/microsoft-azure-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release History

## 8.1.0-beta.1 (Unreleased)
## 8.1.0 (Unreleased)
### Features
- Adds support for task slots
- `JobOperations.getTaskSlotCounts()` returns task slot counts
- `JobOperations.getTaskResult()` returns a `TaskCountsResult` object containing both task and slot counts

## 8.1.0-beta.1 (Unreleased)

## 8.0.0 (2020-04-27)
### Features
Expand Down
2 changes: 1 addition & 1 deletion sdk/batch/microsoft-azure-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-batch</artifactId>
<packaging>jar</packaging>
<version>8.1.0-beta.1</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->
<version>8.1.0</version> <!-- {x-version-update;com.microsoft.azure:azure-batch;current} -->

<name>Microsoft Azure Batch SDK Root</name>
<description>This package contains the root module of Microsoft Azure Batch SDK.</description>
Expand Down

0 comments on commit fa215ae

Please sign in to comment.