Skip to content

Commit c95d72b

Browse files
author
SDKAuto
committed
CodeGen from PR 18304 in Azure/azure-rest-api-specs
Merge 94b8920a2d2efa72e5b0cfd099fd00c46ca00c9e into 19a632e2a2061888ce87446948e6b497dc835f5b
1 parent c912cd5 commit c95d72b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/batch/azure-resourcemanager-batch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.0.0-beta.1 (2022-03-17)
4+
5+
- Azure Resource Manager Batch client library for Java. This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2022-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
37
## 1.0.0-beta.3 (2022-03-11)
48

59
- Azure Resource Manager Batch client library for Java. This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2022-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

sdk/batch/azure-resourcemanager-batch/src/main/java/com/azure/resourcemanager/batch/BatchManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public BatchManager authenticate(TokenCredential credential, AzureProfile profil
206206
.append("-")
207207
.append("com.azure.resourcemanager.batch")
208208
.append("/")
209-
.append("1.0.0-beta.3");
209+
.append("1.0.0-beta.1");
210210
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
211211
userAgentBuilder
212212
.append(" (")

0 commit comments

Comments
 (0)