Skip to content

Commit

Permalink
[Automation] Generate Fluent Lite from batch#package-2023-05 (#36097)
Browse files Browse the repository at this point in the history
* [Automation] Generate Fluent Lite from batch#package-2023-05

* Update pom.xml

---------

Co-authored-by: Xiaofei Cao <[email protected]>
  • Loading branch information
azure-sdk and XiaofeiCao authored Jul 26, 2023
1 parent 6621f61 commit 4e66423
Show file tree
Hide file tree
Showing 181 changed files with 1,984 additions and 2,479 deletions.
27 changes: 23 additions & 4 deletions sdk/batch/azure-resourcemanager-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2023-07-26)

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

### Breaking Changes

### Bugs Fixed
#### `models.ContainerConfiguration` was modified

* `java.lang.String type()` -> `models.ContainerType type()`
* `withType(java.lang.String)` was removed

### Features Added

* `models.ContainerType` was added

#### `models.NetworkConfiguration` was modified

* `withEnableAcceleratedNetworking(java.lang.Boolean)` was added
* `enableAcceleratedNetworking()` was added

#### `models.ContainerConfiguration` was modified

* `withType(models.ContainerType)` was added

#### `models.VMExtension` was modified

### Other Changes
* `enableAutomaticUpgrade()` was added
* `withEnableAutomaticUpgrade(java.lang.Boolean)` was added

## 1.1.0-beta.1 (2022-11-24)

Expand Down
6 changes: 4 additions & 2 deletions sdk/batch/azure-resourcemanager-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Azure Resource Manager Batch client library for Java.

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

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-batch</artifactId>
<version>1.1.0-beta.1</version>
<version>1.1.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -132,3 +132,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Fbatch%2Fazure-resourcemanager-batch%2FREADME.png)
Loading

0 comments on commit 4e66423

Please sign in to comment.