Skip to content
Merged
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
2 changes: 2 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,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