Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Automation/Automation/help/Az.Automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ Removes an Automation variable.
Removes a webhook from an Automation runbook.

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

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

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

### [Unregister-AzAutomationDscNode](Unregister-AzAutomationDscNode.md)
Removes a DSC node from management by an Automation account.
Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/help/Resume-AzAutomationJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Resume-AzAutomationJob

## SYNOPSIS
Resumes a suspended Automation job.
Resumes a suspended Automation job (Only applicable for PowerShell Workflow jobs).

## SYNTAX

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

## EXAMPLES

Expand Down
4 changes: 2 additions & 2 deletions src/Automation/Automation/help/Suspend-AzAutomationJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ schema: 2.0.0
# Suspend-AzAutomationJob

## SYNOPSIS
Suspends an Automation job.
Suspends an Automation job (Only applicable for PowerShell Workflow jobs).

## SYNTAX

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

## EXAMPLES

Expand Down