Skip to content

Microsoft.Azure.Batch_15.3.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Jan 19:21
32fe22a

15.3.0 (2022-01-07)

Features Added

  • Added property UploadHeaders to OutputFileBlobContainerDestination.
    • Allows users to set custom HTTP headers on resource file uploads.
    • Array of type HttpHeader (also being added).
  • Added boolean property AllowTaskPreemption to JobSpecification, CloudJob, JobAddParameter, JobPatchParameter, JobUpdateParameter
    • Mark Tasks as preemptible for higher priority Tasks (requires Comms-Enabled or Single Tenant Pool).
  • Replaced comment (title, description, etc.) references of "low-priority" with "Spot/Low-Priority", to reflect new service behavior.
    • No API change required.
    • Low-Priority Compute Nodes (VMs) will continue to be used for User Subscription pools (and only User Subscription pools), as before.
    • Spot Compute Nodes (VMs) will now be used for Batch Managed (and only Batch Managed pools) pools.

Bugs Fixed

  • Fixed OutputFileBlobContainerDestination constructor null reference exception.

Features Added