Skip to content

Commit 79fb50a

Browse files
committed
minor edit
1 parent 704e670 commit 79fb50a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

articles/automation/automation-runbook-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ PowerShell Workflow runbooks are text runbooks based on [Windows PowerShell Work
265265
* PowerShell workflow isn't supported in PowerShell 7+ versions. Hence, the outdated runbooks can't be upgraded.
266266
* Inefficient handling of parallel execution compared to newer PowerShell 7+ versions.
267267
* PowerShell Workflow internally works using multiple processes. Hence, modules available in one process may not be available in another and cause exceptions like *command not found*.
268-
* You must be familiar with PowerShell Workflow.
269268
* Runbooks must deal with the additional complexity of PowerShell Workflow, such as [deserialized objects](automation-powershell-workflow.md#deserialized-objects).
270269
* Runbooks take longer to start than PowerShell runbooks since they must be compiled before running.
271270
* You can only include PowerShell runbooks as child runbooks by using the `Start-AzAutomationRunbook` cmdlet.
Loading

0 commit comments

Comments
 (0)