-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Batch Track 2 SDK for 2024-07-01 API (#42545)
* Generate Java SDK from new TypeSpec * Add force parameter to options where needed * Add spelling exception * Update SDK generation * Fix FileProperties serialization * Add options bag methods to sync and async client * Add new unit test coverage * Fix FileProperties contentLength serialization * Update Pool Test * Regenerate SDK * Add Javadoc comment * Fix spotless violations * Updated test recordings * Update changelog and README for release * Update sdk/batch/azure-compute-batch/CHANGELOG.md Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com> --------- Co-authored-by: Alan Zimmer <48699787+alzimmermsft@users.noreply.github.com>
- Loading branch information
1 parent
7554add
commit 71409ca
Showing
57 changed files
with
6,749 additions
and
1,571 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,7 +444,8 @@ | |
"VMSS", | ||
"reimaged", | ||
"isdirectory", | ||
"SSDLRS" | ||
"SSDLRS", | ||
"VMGUEST" | ||
] | ||
}, | ||
{ | ||
|
This file contains 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
This file contains 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
This file contains 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
1,645 changes: 1,344 additions & 301 deletions
1,645
sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/BatchAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
1,629 changes: 1,333 additions & 296 deletions
1,629
sdk/batch/azure-compute-batch/src/main/java/com/azure/compute/batch/BatchClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
2,350 changes: 1,908 additions & 442 deletions
2,350
...e-compute-batch/src/main/java/com/azure/compute/batch/implementation/BatchClientImpl.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.