Skip to content

Commit 5ed9d1e

Browse files
authored
[Automation] Generate Fluent Lite from batch#package-2023-11 (Azure#38148)
1 parent d49be0b commit 5ed9d1e

File tree

390 files changed

+12121
-13410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+12121
-13410
lines changed

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

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,50 @@
11
# Release History
22

3-
## 1.1.0-beta.3 (Unreleased)
3+
## 1.1.0-beta.3 (2023-12-22)
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-2023-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

7-
### Breaking Changes
9+
* `models.SecurityTypes` was added
10+
11+
* `models.SecurityProfile` was added
12+
13+
* `models.UefiSettings` was added
14+
15+
* `models.ManagedDisk` was added
16+
17+
* `models.ServiceArtifactReference` was added
18+
19+
#### `models.VirtualMachineConfiguration` was modified
20+
21+
* `securityProfile()` was added
22+
* `serviceArtifactReference()` was added
23+
* `withServiceArtifactReference(models.ServiceArtifactReference)` was added
24+
* `withSecurityProfile(models.SecurityProfile)` was added
825

9-
### Bugs Fixed
26+
#### `models.OSDisk` was modified
27+
28+
* `diskSizeGB()` was added
29+
* `withDiskSizeGB(java.lang.Integer)` was added
30+
* `withWriteAcceleratorEnabled(java.lang.Boolean)` was added
31+
* `withCaching(models.CachingType)` was added
32+
* `caching()` was added
33+
* `managedDisk()` was added
34+
* `writeAcceleratorEnabled()` was added
35+
* `withManagedDisk(models.ManagedDisk)` was added
36+
37+
#### `models.Pool$Definition` was modified
38+
39+
* `withResourceTags(java.util.Map)` was added
40+
41+
#### `models.Pool` was modified
42+
43+
* `resourceTags()` was added
44+
45+
#### `models.Pool$Update` was modified
1046

11-
### Other Changes
47+
* `withResourceTags(java.util.Map)` was added
1248

1349
## 1.1.0-beta.2 (2023-07-26)
1450

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager Batch client library for Java.
44

5-
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).
5+
This package contains Microsoft Azure SDK for Batch Management SDK. Batch Client. Package tag package-2023-11. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-batch</artifactId>
35-
<version>1.1.0-beta.2</version>
35+
<version>1.1.0-beta.3</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -45,7 +45,7 @@ Azure Management Libraries require a `TokenCredential` implementation for authen
4545

4646
### Authentication
4747

48-
By default, Azure Active Directory token authentication depends on correct configuration of the following environment variables.
48+
By default, Microsoft Entra ID token authentication depends on correct configuration of the following environment variables.
4949

5050
- `AZURE_CLIENT_ID` for Azure client ID.
5151
- `AZURE_TENANT_ID` for Azure tenant ID.
@@ -123,7 +123,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
123123
<!-- LINKS -->
124124
[survey]: https://microsoft.qualtrics.com/jfe/form/SV_ehN0lIk2FKEBkwd?Q_CHL=DOCS
125125
[docs]: https://azure.github.io/azure-sdk-for-java/
126-
[jdk]: https://docs.microsoft.com/java/azure/jdk/
126+
[jdk]: https://learn.microsoft.com/azure/developer/java/fundamentals/
127127
[azure_subscription]: https://azure.microsoft.com/free/
128128
[azure_identity]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/identity/azure-identity
129129
[azure_core_http_netty]: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-http-netty

0 commit comments

Comments
 (0)