|
128 | 128 | "azure.batch.models.OutputFile": "Azure.Batch.OutputFile", |
129 | 129 | "azure.batch.models.OutputFileBlobContainerDestination": "Azure.Batch.OutputFileBlobContainerDestination", |
130 | 130 | "azure.batch.models.OutputFileDestination": "Azure.Batch.OutputFileDestination", |
131 | | - "azure.batch.models.OutputFileUploadConfig": "Azure.Batch.OutputFileUploadConfig", |
| 131 | + "azure.batch.models.OutputFileUploadConfiguration": "Azure.Batch.OutputFileUploadConfig", |
132 | 132 | "azure.batch.models.OutputFileUploadHeader": "Azure.Batch.OutputFileUploadHeader", |
133 | 133 | "azure.batch.models.ProxyAgentSettings": "Azure.Batch.ProxyAgentSettings", |
134 | 134 | "azure.batch.models.RecentBatchJob": "Azure.Batch.RecentBatchJob", |
|
269 | 269 | "azure.batch.aio.BatchClient.get_task": "Client.BatchClient.getTask", |
270 | 270 | "azure.batch.BatchClient.replace_task": "Client.BatchClient.replaceTask", |
271 | 271 | "azure.batch.aio.BatchClient.replace_task": "Client.BatchClient.replaceTask", |
272 | | - "azure.batch.BatchClient.list_sub_tasks": "Client.BatchClient.listSubTasks", |
273 | | - "azure.batch.aio.BatchClient.list_sub_tasks": "Client.BatchClient.listSubTasks", |
| 272 | + "azure.batch.BatchClient.list_subtasks": "Client.BatchClient.listSubTasks", |
| 273 | + "azure.batch.aio.BatchClient.list_subtasks": "Client.BatchClient.listSubTasks", |
274 | 274 | "azure.batch.BatchClient.terminate_task": "Client.BatchClient.terminateTask", |
275 | 275 | "azure.batch.aio.BatchClient.terminate_task": "Client.BatchClient.terminateTask", |
276 | 276 | "azure.batch.BatchClient.reactivate_task": "Client.BatchClient.reactivateTask", |
277 | 277 | "azure.batch.aio.BatchClient.reactivate_task": "Client.BatchClient.reactivateTask", |
278 | 278 | "azure.batch.BatchClient.delete_task_file": "Client.BatchClient.deleteTaskFile", |
279 | 279 | "azure.batch.aio.BatchClient.delete_task_file": "Client.BatchClient.deleteTaskFile", |
280 | | - "azure.batch.BatchClient.get_task_file": "Client.BatchClient.getTaskFile", |
281 | | - "azure.batch.aio.BatchClient.get_task_file": "Client.BatchClient.getTaskFile", |
| 280 | + "azure.batch.BatchClient.download_task_file": "Client.BatchClient.getTaskFile", |
| 281 | + "azure.batch.aio.BatchClient.download_task_file": "Client.BatchClient.getTaskFile", |
282 | 282 | "azure.batch.BatchClient.list_task_files": "Client.BatchClient.listTaskFiles", |
283 | 283 | "azure.batch.aio.BatchClient.list_task_files": "Client.BatchClient.listTaskFiles", |
284 | 284 | "azure.batch.BatchClient.create_node_user": "Client.BatchClient.createNodeUser", |
|
305 | 305 | "azure.batch.aio.BatchClient.list_node_extensions": "Client.BatchClient.listNodeExtensions", |
306 | 306 | "azure.batch.BatchClient.delete_node_file": "Client.BatchClient.deleteNodeFile", |
307 | 307 | "azure.batch.aio.BatchClient.delete_node_file": "Client.BatchClient.deleteNodeFile", |
308 | | - "azure.batch.BatchClient.get_node_file": "Client.BatchClient.getNodeFile", |
309 | | - "azure.batch.aio.BatchClient.get_node_file": "Client.BatchClient.getNodeFile", |
| 308 | + "azure.batch.BatchClient.download_node_file": "Client.BatchClient.getNodeFile", |
| 309 | + "azure.batch.aio.BatchClient.download_node_file": "Client.BatchClient.getNodeFile", |
310 | 310 | "azure.batch.BatchClient.list_node_files": "Client.BatchClient.listNodeFiles", |
311 | 311 | "azure.batch.aio.BatchClient.list_node_files": "Client.BatchClient.listNodeFiles" |
312 | 312 | } |
|
0 commit comments