1.0.0-beta.4 (2025-03-24)
Features Added
- Re-added support for certificates:
- Added
createCertificate(BatchCertificate certificate)
,listCertificates()
,cancelCertificateDeletion(String thumbprintAlgorithm, String thumbprint)
,deleteCertificate(String thumbprintAlgorithm, String thumbprint)
, andgetCertificate(String thumbprintAlgorithm, String thumbprint)
methods toBatchClient
andBatchAsyncClient
.
- Added
Breaking Changes
-
Renamed
GetApplicationOptions
toGetBatchApplicationOptions
(the name of the class of optional parameters for thegetApplication(String applicationId)
method). -
For several methods in
BatchClient
andBatchAsyncClient
with an optional parameter group, therequestConditions
parameter was moved out of the optional parameter group and is now a separate parameter.- Affected methods:
deletePool
,poolExists
,getPool
,updatePool
,enablePoolAutoScale
,resizePool
,stopPoolResize
,removeNodes
,deleteJob
,getJob
,updateJob
,replaceJob
,disableJob
,enableJob
,terminateJob
,jobScheduleExists
,deleteJobSchedule
,getJobSchedule
,updateJobSchedule
,replaceJobSchedule
,disableJobSchedule
,enableJobSchedule
,terminateJobSchedule
,deleteTask
,getTask
,replaceTask
,terminateTask
, andreactivateTask
.
- Affected methods: