Skip to content

Commit 5a25ad9

Browse files
committed
Review
1 parent 31f54c5 commit 5a25ad9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-lake-analytics/data-lake-analytics-manage-use-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Manage Azure Data Lake Analytics using Azure PowerShell
33
description: This article describes how to use Azure PowerShell to manage Data Lake Analytics accounts, data sources, users, & jobs.
44
ms.service: data-lake-analytics
5-
ms.reviewer: jasonh
5+
ms.reviewer: whhender
66
ms.topic: how-to
7-
ms.date: 06/29/2018
7+
ms.date: 01/20/2023
88
ms.custom: devx-track-azurepowershell
99
---
1010

@@ -237,7 +237,7 @@ Get-AdlJob -Account $adla -State Accepted,Compiling,New,Paused,Scheduling,Start
237237

238238
Use the `-Result` parameter to detect whether ended jobs completed successfully. It has these values:
239239

240-
* Cancelled
240+
* Canceled
241241
* Failed
242242
* None
243243
* Succeeded

0 commit comments

Comments
 (0)