Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sdk/batch/azure-mgmt-batch/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/[email protected]",
"@autorest/[email protected]"
],
"commit": "3f59f46d112c58cb8f6231732e88848f0f97872c",
"commit": "d6191d641c750189751bde4466749fa589265abc",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"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",
"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",
"readme": "specification/batch/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/batch/azure-mgmt-batch/azure/mgmt/batch/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "16.1.0"
VERSION = "14.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -4525,7 +4525,8 @@ class StartTask(msrest.serialization.Model):
task once, and may then retry up to this limit. For example, if the maximum retry count is 3,
Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count
is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch
service retries the task without limit.
service retries the task without limit, however this is not recommended for a start task or any
task. The default value is 0 (no retries).
:vartype max_task_retry_count: int
:ivar wait_for_success: If true and the start task fails on a compute node, the Batch service
retries the start task up to its maximum retry count (maxTaskRetryCount). If the task has still
Expand Down Expand Up @@ -4585,7 +4586,8 @@ def __init__(
the task once, and may then retry up to this limit. For example, if the maximum retry count is
3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry
count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the
Batch service retries the task without limit.
Batch service retries the task without limit, however this is not recommended for a start task
or any task. The default value is 0 (no retries).
:paramtype max_task_retry_count: int
:keyword wait_for_success: If true and the start task fails on a compute node, the Batch
service retries the start task up to its maximum retry count (maxTaskRetryCount). If the task
Expand Down