|
3 | 3 | Release History
|
4 | 4 | ===============
|
5 | 5 |
|
| 6 | +5.0.0 (2018-08-24) |
| 7 | +++++++++++++++++++ |
| 8 | + |
| 9 | +- Using REST API version 2018-08-01.7.0. |
| 10 | + - Added `node_agent_info` in ComputeNode to return the node agent information |
| 11 | + - **Breaking** Removed the `validation_status` property from `TaskCounts`. |
| 12 | + - **Breaking** The default caching type for `DataDisk` and `OSDisk` is now `read_write` instead of `none`. |
| 13 | +- `BatchServiceClient` can be used as a context manager to keep the underlying HTTP session open for performance. |
| 14 | +- **Breaking** Model signatures are now using only keywords-arguments syntax. Each positional argument must be rewritten as a keyword argument. |
| 15 | +- **Breaking** The following operations signatures are changed: |
| 16 | + - Operation PoolOperations.enable_auto_scale |
| 17 | + - Operation TaskOperations.update |
| 18 | + - Operation ComputeNodeOperations.reimage |
| 19 | + - Operation ComputeNodeOperations.disable_scheduling |
| 20 | + - Operation ComputeNodeOperations.reboot |
| 21 | + - Operation JobOperations.terminate |
| 22 | +- Enum types now use the "str" mixin (class AzureEnum(str, Enum)) to improve the behavior when unrecognized enum values are encountered. |
| 23 | + |
6 | 24 | 4.1.3 (2018-04-24)
|
7 | 25 | ++++++++++++++++++
|
8 | 26 |
|
@@ -36,10 +54,10 @@ Release History
|
36 | 54 | - Using REST API version 2017-09-01.6.0.
|
37 | 55 | - Added the ability to get a discount on Windows VM pricing if you have on-premises licenses for the OS SKUs you are deploying, via `license_type` on `VirtualMachineConfiguration`.
|
38 | 56 | - Added support for attaching empty data drives to `VirtualMachineConfiguration` based pools, via the new `data_disks` attribute on `VirtualMachineConfiguration`.
|
39 |
| -- [Breaking] Custom images must now be deployed using a reference to an ARM Image, instead of pointing to .vhd files in blobs directly. |
| 57 | +- **Breaking** Custom images must now be deployed using a reference to an ARM Image, instead of pointing to .vhd files in blobs directly. |
40 | 58 | - The new `virtual_machine_image_id` property on `ImageReference` contains the reference to the ARM Image, and `OSDisk.image_uris` no longer exists.
|
41 | 59 | - Because of this, `image_reference` is now a required attribute of `VirtualMachineConfiguration`.
|
42 |
| -- [Breaking] Multi-instance tasks (created using `MultiInstanceSettings`) must now specify a `coordination_commandLine`, and `number_of_instances` is now optional and defaults to 1. |
| 60 | +- **Breaking** Multi-instance tasks (created using `MultiInstanceSettings`) must now specify a `coordination_commandLine`, and `number_of_instances` is now optional and defaults to 1. |
43 | 61 | - Added support for tasks run using Docker containers. To run a task using a Docker container you must specify a `container_configuration` on the `VirtualMachineConfiguration` for a pool, and then add `container_settings` on the Task.
|
44 | 62 |
|
45 | 63 | 3.1.0 (2017-07-24)
|
|
0 commit comments