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
andtarget_node_communication_mode
of typeNodeCommunicationMode
toCloudPool
. - Added property
target_node_communication_mode
of typeNodeCommunicationMode
toPoolSpecification
,PoolAddParameter
,PoolPatchParameter
, andPoolUpdatePropertiesParameter
.