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/azure-batch/CHANGELOG.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,52 @@
4
4
5
5
### Other Changes
6
6
7
-
- This is the GA release of the features introduced in the 15.0.0 and 15.1.0 beta versions, including LRO support, job-level FIFO scheduling, CMK support on pools, IPv6 support, metadata security protocol support, IP tag support, and confidential VM enhancements. No additional changes were made from the last beta release.
7
+
- This is the GA release of the features introduced in the 15.0.0 and 15.1.0 beta versions, including LRO support, job-level FIFO scheduling, CMK support on pools, IPv6 support, metadata security protocol support, IP tag support, and confidential VM enhancements.
8
+
9
+
### Breaking Changes
10
+
11
+
- Renamed `BatchNodeUserUpdateOptions` to `BatchNodeUserReplaceOptions`.
12
+
- Renamed `OutputFileUploadConfig` to `OutputFileUploadConfiguration`.
13
+
14
+
- Removed Models:
15
+
- Removed `AuthenticationTokenSettings`
16
+
17
+
- NameSpace changed `azure.batch.models._models`:
18
+
-`BatchJobTerminateOptions`
19
+
-`BatchNodeDeallocateOptions`
20
+
-`BatchNodeRebootOptions`
21
+
-`BatchNodeReimageOptions`
22
+
23
+
- Removed Enums:
24
+
- Removed `BatchAccessScope`
25
+
26
+
- NameSpace changed `azure.batch.models._enums`:
27
+
-`BatchNodeDeallocateOption`
28
+
-`BatchNodeRebootKind`
29
+
-`BatchNodeReimageOption`
30
+
31
+
- Renamed public methods:
32
+
-`list_sub_tasks` -> `list_subtasks`
33
+
-`get_task_file` -> `download_task_file`
34
+
-`get_node_file` -> `download_node_file`
35
+
36
+
- Renamed parameters across all operation methods:
37
+
-`timeout` -> `service_timeout`
38
+
-`ocpdate` -> `ocp_date`
39
+
-`starttime` -> `start_time`
40
+
-`endtime` -> `end_time`
41
+
-`concurrencies` -> `max_concurrency`
42
+
43
+
- Renamed properties in models:
44
+
-`e_tag` -> `etag` in `BatchJob`, `BatchJobSchedule`, `BatchPool`, `BatchTask`, and `BatchTaskCreateResult`
45
+
-`values_property` -> `error_values` in `AutoScaleRunError`, `BatchError`, and `ResizeError`
46
+
-`values_property` -> `result_values` in `CollectionResult`
47
+
-`values_property` -> `task_values` in `BatchTaskGroup`
0 commit comments