Skip to content

Commit cca2565

Browse files
author
SDKAuto
committed
CodeGen from PR 18208 in Azure/azure-rest-api-specs
Merge 4772ab9f3e13afc920d577bea23077ec30e32528 into 2abe647120f14bb145968a5543ead8ed51394498
1 parent 14ff5a8 commit cca2565

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

sdk/batch/azure-mgmt-batch/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "3f59f46d112c58cb8f6231732e88848f0f97872c",
7+
"commit": "d6191d641c750189751bde4466749fa589265abc",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/batch/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
9+
"autorest_command": "autorest specification/batch/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --python3-only --track2 --use=@autorest/[email protected] --use=@autorest/[email protected] --version=3.7.2",
1010
"readme": "specification/batch/resource-manager/readme.md"
1111
}

sdk/batch/azure-mgmt-batch/azure/mgmt/batch/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "16.1.0"
9+
VERSION = "14.0.0b1"

sdk/batch/azure-mgmt-batch/azure/mgmt/batch/models/_models_py3.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,7 +4525,8 @@ class StartTask(msrest.serialization.Model):
45254525
task once, and may then retry up to this limit. For example, if the maximum retry count is 3,
45264526
Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count
45274527
is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch
4528-
service retries the task without limit.
4528+
service retries the task without limit, however this is not recommended for a start task or any
4529+
task. The default value is 0 (no retries).
45294530
:vartype max_task_retry_count: int
45304531
:ivar wait_for_success: If true and the start task fails on a compute node, the Batch service
45314532
retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still
@@ -4585,7 +4586,8 @@ def __init__(
45854586
the task once, and may then retry up to this limit. For example, if the maximum retry count is
45864587
3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry
45874588
count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the
4588-
Batch service retries the task without limit.
4589+
Batch service retries the task without limit, however this is not recommended for a start task
4590+
or any task. The default value is 0 (no retries).
45894591
:paramtype max_task_retry_count: int
45904592
:keyword wait_for_success: If true and the start task fails on a compute node, the Batch
45914593
service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task

0 commit comments

Comments
 (0)