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: src/Batch/Batch/ChangeLog.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@
18
18
- Additional information about change #1
19
19
-->
20
20
## Upcoming Release
21
-
22
-
## Version 3.6.0
23
21
* Added new properties `ResourceTags` and `UpgradePolicy` to `PSCloudPool` and `PSPoolSpecification`.
24
22
* Added new property `UpgradingOS` to `PSNodeCounts`.
25
23
* Added new properties `Caching`, `DiskSizeGB`, `ManagedDisk` and `WriteAcceleratorEnabled` to `PSOSDisk`.
@@ -108,7 +106,7 @@
108
106
* Removed `TargetOSVersion` from `PSCloudServiceConfiguration`.
109
107
* Renamed `CurrentOSVersion` to `OSVersion` on `PSCloudServiceConfiguration`.
110
108
* Removed `DataEgressGiB` and `DataIngressGiB` from `PSPoolUsageMetrics`.
111
-
* Removed **Get-AzBatchNodeAgentSku** and replaced it with **Get-AzBatchSupportedImage**.
109
+
* Removed **Get-AzBatchNodeAgentSku** and replaced it with **Get-AzBatchSupportedImage**.
112
110
-**Get-AzBatchSupportedImage** returns the same data as **Get-AzBatchNodeAgentSku** but in a more friendly format.
113
111
- New non-verified images are also now returned. Additional information about `Capabilities` and `BatchSupportEndOfLife` for each image is also included.
114
112
* Added ability to mount remote file-systems on each node of a pool via the new `MountConfiguration` parameter of **New-AzBatchPool**.
0 commit comments