Skip to content

Commit c4480a6

Browse files
authored
Azure Automation Documentation update for Resume-AzAutomationJob and Suspend-AzAutomationJob (#29066)
1 parent 00d4520 commit c4480a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Automation/Automation/help/Az.Automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Removes an Automation variable.
243243
Removes a webhook from an Automation runbook.
244244

245245
### [Resume-AzAutomationJob](Resume-AzAutomationJob.md)
246-
Resumes a suspended Automation job.
246+
Resumes a suspended Automation job (Only applicable for PowerShell Workflow jobs).
247247

248248
### [Set-AzAutomationAccount](Set-AzAutomationAccount.md)
249249
Modifies an Automation account.
@@ -300,7 +300,7 @@ Stops a DSC Node configuration deployment in Automation. It only stops the curre
300300
Stops an Automation job.
301301

302302
### [Suspend-AzAutomationJob](Suspend-AzAutomationJob.md)
303-
Suspends an Automation job.
303+
Suspends an Automation job (Only applicable for PowerShell Workflow jobs).
304304

305305
### [Unregister-AzAutomationDscNode](Unregister-AzAutomationDscNode.md)
306306
Removes a DSC node from management by an Automation account.

src/Automation/Automation/help/Resume-AzAutomationJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Resume-AzAutomationJob
1010

1111
## SYNOPSIS
12-
Resumes a suspended Automation job.
12+
Resumes a suspended Automation job (Only applicable for PowerShell Workflow jobs).
1313

1414
## SYNTAX
1515

@@ -21,7 +21,7 @@ Resume-AzAutomationJob [-Id] <Guid> [-ResourceGroupName] <String> [-AutomationAc
2121
## DESCRIPTION
2222
The **Resume-AzAutomationJob** cmdlet resumes a suspended Azure Automation job.
2323
Specify the suspended job.
24-
To suspend a job, use the Suspend-AzAutomationJob cmdlet.
24+
To suspend a PowerShell Workflow job, use the Suspend-AzAutomationJob cmdlet.
2525

2626
## EXAMPLES
2727

src/Automation/Automation/help/Suspend-AzAutomationJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Suspend-AzAutomationJob
1010

1111
## SYNOPSIS
12-
Suspends an Automation job.
12+
Suspends an Automation job (Only applicable for PowerShell Workflow jobs).
1313

1414
## SYNTAX
1515

@@ -21,7 +21,7 @@ Suspend-AzAutomationJob [-Id] <Guid> [-ResourceGroupName] <String> [-AutomationA
2121
## DESCRIPTION
2222
The **Suspend-AzAutomationJob** cmdlet suspends an Azure Automation job.
2323
Specify a running Automation job.
24-
To resume a suspended job, use the Resume-AzAutomationJob cmdlet.
24+
To resume a suspended PowerShell Workflow job, use the Resume-AzAutomationJob cmdlet.
2525

2626
## EXAMPLES
2727

0 commit comments

Comments
 (0)