Skip to content

Commit a2cd097

Browse files
committed
Fix JSON format: replace full-width comma with standard comma in task event examples
1 parent 35c3c93 commit a2cd097

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

articles/batch/batch-task-complete-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ms.date: 01/29/2026
3535
"endTime": "2016-09-08T16:34:00.666Z",
3636
"exitCode": 0,
3737
"retryCount": 0,
38-
"requeueCount": 0
38+
"requeueCount": 0,
3939
"result": "Success",
4040
"schedulingError": {
4141
"category": "",

articles/batch/batch-task-fail-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ms.date: 01/28/2026
3535
"endTime": "2016-09-08T16:34:00.666Z",
3636
"exitCode": 1,
3737
"retryCount": 2,
38-
"requeueCount": 0
38+
"requeueCount": 0,
3939
"result": "Failure",
4040
"schedulingError": {
4141
"category": "UserError",

0 commit comments

Comments
 (0)