Skip to content

Commit

Permalink
Update batch sdk comments (#10517)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingwu1 authored Sep 11, 2020
1 parent ec2cba2 commit 4c0054d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,8 @@ fileservers
fileshare
Filestream
filesystems
fileuploaderr
fileuploadout
fileurl
findsimilars
findsquare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
"Accounts"
],
"operationId": "Account_ListPoolNodeCounts",
"description": "Gets the number of Compute Nodes in each state, grouped by Pool.",
"description": "Gets the number of Compute Nodes in each state, grouped by Pool. Note that the numbers returned may not always be up to date. If you need exact node counts, use a list query.",
"x-ms-examples": {
"NodeCountsPayload": {
"$ref": "./examples/AccountListPoolNodeCounts.json"
Expand Down Expand Up @@ -5875,7 +5875,7 @@
}
},
"summary": "Gets the Task counts for the specified Job.",
"description": "Task counts provide a count of the Tasks by active, running or completed Task state, and a count of Tasks which succeeded or failed. Tasks in the preparing state are counted as running.",
"description": "Task counts provide a count of the Tasks by active, running or completed Task state, and a count of Tasks which succeeded or failed. Tasks in the preparing state are counted as running. Note that the numbers returned may not always be up to date. If you need exact task counts, use a list query.",
"x-ms-request-id": "request-id",
"parameters": [
{
Expand Down Expand Up @@ -15822,7 +15822,8 @@
"destination",
"uploadOptions"
],
"title": "A specification for uploading files from an Azure Batch Compute Node to another location after the Batch service has finished executing the Task process."
"title": "A specification for uploading files from an Azure Batch Compute Node to another location after the Batch service has finished executing the Task process.",
"description": "On every file uploads, Batch service writes two log files to the compute node, 'fileuploadout.txt' and 'fileuploaderr.txt'. These log files are used to learn more about a specific failure."
},
"OutputFileDestination": {
"properties": {
Expand Down

0 comments on commit 4c0054d

Please sign in to comment.