Skip to content

azure-batch_13.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Nov 19:43
d08c4f4

13.0.0 (2022-11-08)

Features Added

  • Added new custom enum type NodeCommunicationMode.
    • This property determines how a pool communicates with the Batch service.
    • Possible values: Default, Classic, Simplified.
  • Added properties current_node_communication_mode and target_node_communication_mode of type NodeCommunicationMode to CloudPool.
  • Added property target_node_communication_mode of type NodeCommunicationMode to PoolSpecification, PoolAddParameter, PoolPatchParameter, and PoolUpdatePropertiesParameter.