We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f5a3a commit 4313ad0Copy full SHA for 4313ad0
1 file changed
sdk/batch/azure-batch/CHANGELOG.md
@@ -9,6 +9,7 @@
9
### Breaking Changes
10
11
- Renamed `BatchNodeUserUpdateOptions` to `BatchNodeUserReplaceOptions`.
12
+- Renamed `OutputFileUploadConfig` to `OutputFileUploadConfiguration`.
13
14
- Removed Models:
15
- Removed `AuthenticationTokenSettings`
@@ -29,6 +30,8 @@
29
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`
0 commit comments