You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/batch/Microsoft.Azure.Batch/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Release History
2
2
3
+
## 15.0.0 (2021-06-01)
4
+
5
+
### Features
6
+
7
+
- Add ability to assign user-assigned managed identities to `CloudPool`. These identities will be made available on each node in the pool, and can be used to access various resources.
8
+
- Added `IdentityReference` property to the following models to support accessing resources via managed identity:
9
+
-`AzureBlobFileSystemConfiguration`
10
+
-`OutputFileBlobContainerDestination`
11
+
-`ContainerRegistry`
12
+
-`ResourceFile`
13
+
-`UploadBatchServiceLogsConfiguration`
14
+
- Added new `ComputeNodeExtension` operations to `BatchServiceClient` for getting/listing VM extensions on a node
15
+
- Added new `extensions` property to `VirtualMachineConfiguration` on `CloudPool` to specify virtual machine extensions for nodes
16
+
- Added the ability to specify availability zones using a new property `NodePlacementConfiguration` on `VirtualMachineConfiguration`
17
+
- Added new `OSDisk` property to `VirtualMachineConfiguration`, which contains settings for the operating system disk of the Virtual Machine.
18
+
- The `placement` property on `DiffDiskSettings` 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.
19
+
- Added `MaxParallelTasks` property on `CloudJob` to control the maximum allowed tasks per job (defaults to -1, meaning unlimited).
20
+
- Added `VirtualMachineInfo` property on `ComputeNode` which contains information about the current state of the virtual machine, including the exact version of the marketplace image the VM is using.
21
+
- Added `RecurrenceInterval` property to `Schedule` to control the interval between the start times of two successive job under a job schedule.
0 commit comments