Skip to content

Commit 149a2c3

Browse files
Merge pull request #270181 from SnehaSudhirG/26Mar-PSLimitations
Edited the PS Limitations
2 parents 4154057 + 138ed2b commit 149a2c3

File tree

1 file changed

+0
-1
lines changed

1 file 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.

0 commit comments

Comments
 (0)