|
19 | 19 | --> |
20 | 20 | ## Upcoming Release |
21 | 21 |
|
| 22 | +## Version 4.0.0 |
| 23 | +* Updated Az.Batch to use `Microsoft.Azure.Batch` SDK version 15.1.0 |
| 24 | + - Add ability to assign user-assigned managed identities to `PSCloudPool`. These identities will be made available on each node in the pool, and can be used to access various resources. |
| 25 | + - Added `IdentityReference` property to the following models to support accessing resources via managed identity: |
| 26 | + - `PSAzureBlobFileSystemConfiguration` |
| 27 | + - `PSOutputFileBlobContainerDestination` |
| 28 | + - `PSContainerRegistry` |
| 29 | + - `PSResourceFile` |
| 30 | + - `PSUploadBatchServiceLogsConfiguration` |
| 31 | + - Added new `extensions` property to `PSVirtualMachineConfiguration` on `PSCloudPool` to specify virtual machine extensions for nodes |
| 32 | + - Added the ability to specify availability zones using a new property `NodePlacementConfiguration` on `VirtualMachineConfiguration` |
| 33 | + - Added new `OSDisk` property to `VirtualMachineConfiguration`, which contains settings for the operating system disk of the Virtual Machine. |
| 34 | + - The `Placement` property on `PSDiffDiskSettings` specifies the ephemeral disk placement for operating system disks for all VMs in the pool. Setting it to "CacheDisk" will store the ephemeral OS disk on the VM cache. |
| 35 | + - Added `MaxParallelTasks` property on `PSCloudJob` to control the maximum allowed tasks per job (defaults to -1, meaning unlimited). |
| 36 | + - Added `VirtualMachineInfo` property on `PSComputeNode` which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using. |
| 37 | + - Added `RecurrenceInterval` property to `PSSchedule` to control the interval between the start times of two successive job under a job schedule. |
| 38 | +* Updated Az.Batch`Microsoft.Azure.Management.Batch` SDK version 14.0.0. |
| 39 | + - Added a new `Get-AzBatchSupportedVirtualMachineSkus` command, which gets the list of Batch-supported Virtual Machine VM sizes available at a given location. |
| 40 | + - Added a new 'Get-AzBatchTaskSlotCounts' command, which gets the number of task slots required by a given job. |
| 41 | + |
22 | 42 | ## Version 3.1.0 |
23 | 43 | * Updated Az.Batch to use `Microsoft.Azure.Management.Batch` SDK version to 11.0.0 |
24 | 44 | * Added the ability to set the BatchAccount Identity in the `New-AzBatchAccount` cmdlet |
|
0 commit comments