Skip to content

Commit 6127637

Browse files
authored
Change date for task complete event reference
Updated the date for the Azure Batch task complete event documentation.
1 parent 2754cf0 commit 6127637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Batch task complete event
33
description: Reference for Batch task complete event. This event is emitted once a task is completed, regardless of the exit code.
44
ms.topic: reference
5-
ms.date: 01/28/2026
5+
ms.date: 01/29/2026
66
# Customer intent: "As a cloud developer, I want to receive task completion events, so that I can monitor task durations, retry counts, and execution details for better performance analysis and troubleshooting."
77
---
88

@@ -97,4 +97,4 @@ ms.date: 01/28/2026
9797
|`category`|String|The error category, e.g. "UserError".|
9898
|`code`|String|The error code, e.g. "FailureExitCode".|
9999
|`message`|String|The error message.|
100-
|`details`|Array|The error details.|
100+
|`details`|Array|The error details.|

0 commit comments

Comments
 (0)