Skip to content

Commit 11c705c

Browse files
committed
Update some descriptions.
1 parent c8b825f commit 11c705c

File tree

1 file changed

+5
-3
lines changed
  • specification/batch/data-plane/Microsoft.Batch/stable/2018-12-01.8.0

1 file changed

+5
-3
lines changed

specification/batch/data-plane/Microsoft.Batch/stable/2018-12-01.8.0/BatchService.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12477,7 +12477,8 @@
1247712477
},
1247812478
"stats": {
1247912479
"$ref": "#/definitions/JobStatistics",
12480-
"title": "Resource usage statistics for the entire lifetime of the job. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
12480+
"title": "Resource usage statistics for the entire lifetime of the job.",
12481+
"description": "This property is populated only if the CloudJob was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
1248112482
}
1248212483
},
1248312484
"title": "An Azure Batch job."
@@ -13401,7 +13402,8 @@
1340113402
},
1340213403
"stats": {
1340313404
"$ref": "#/definitions/PoolStatistics",
13404-
"title": "Utilization and resource usage statistics for the entire lifetime of the pool. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
13405+
"title": "Utilization and resource usage statistics for the entire lifetime of the pool.",
13406+
"description": "This property is populated only if the CloudPool was retrieved with an expand clause including the 'stats' attribute; otherwise it is null. The statistics may not be immediately available. The Batch service performs periodic roll-up of statistics. The typical delay is about 30 minutes."
1340513407
}
1340613408
},
1340713409
"title": "A pool in the Azure Batch service."
@@ -13710,7 +13712,7 @@
1371013712
},
1371113713
"required": [ "coordinationCommandLine" ],
1371213714
"title": "Settings which specify how to run a multi-instance task.",
13713-
"description": "Multi-instance tasks are commonly used to support MPI tasks."
13715+
"description": "Multi-instance tasks are commonly used to support MPI tasks. In the MPI case, if any of the subtasks fail (for example due to exiting with a non-zero exit code) the entire multi-instance task fails. The multi-instance task is then terminated and retried, up to its retry limit."
1371413716
},
1371513717
"TaskStatistics": {
1371613718
"properties": {

0 commit comments

Comments
 (0)