Skip to content

azure-batch_14.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Jan 21:12
4822e5c

14.1.0 (2023-11-01)

Features Added

  • Added ResourceTags support to Pool Creation so users are able to specify resource tags for a pool. This feature is currently only supported for pool creation but will be updatable in the future.

    • Added resourceTags property to PoolSpecification definition
    • Added resourceTags property to CloudPool definition
  • Added SecurityProfile support to Pool Creation. Trusted Launch provides advanced security to Guest OS preventing boot-kits/rootkits (like un-signed driver or kernel modification) to be introduced into boot-chain.

    • Added serviceArtifactReference and securityProfile property to VirtualMachineConfiguration definition
  • Added ServiceArtifactReference and OSDisk support to Pool Creation

    • Added standardssd_lrs value to StorageAccountType enum
    • Added caching, managedDisk, diskSizeGB, and writeAcceleratorEnabled property to NodePlacementPolicyType definition
    • Added scaleSetVmResourceID property to VirtualMachineInfo definition