github Azure/azure-sdk-for-java azure-compute-batch_1.0.0-beta.4

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), and getCertificate(String thumbprintAlgorithm, String thumbprint) methods to BatchClient and BatchAsyncClient.

Breaking Changes

  • Renamed GetApplicationOptions to GetBatchApplicationOptions (the name of the class of optional parameters for the getApplication(String applicationId) method).

  • For several methods in BatchClient and BatchAsyncClient with an optional parameter group, the requestConditions 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, and reactivateTask.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.