File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/Automation/Automation/help Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ Removes an Automation variable.
243243Removes 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 )
249249Modifies an Automation account.
@@ -300,7 +300,7 @@ Stops a DSC Node configuration deployment in Automation. It only stops the curre
300300Stops 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 )
306306Removes a DSC node from management by an Automation account.
Original file line number Diff line number Diff 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
2222The ** Resume-AzAutomationJob** cmdlet resumes a suspended Azure Automation job.
2323Specify 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
Original file line number Diff line number Diff 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
2222The ** Suspend-AzAutomationJob** cmdlet suspends an Azure Automation job.
2323Specify 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
You can’t perform that action at this time.
0 commit comments