Skip to content

Commit 0927696

Browse files
Merge pull request #301172 from jasminemehndir/automation-9June
Minor fix
2 parents 62ec977 + 3e2a2a0 commit 0927696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/automation-child-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Currently, PowerShell 5.1 is supported and only certain runbook types can call e
4949
> * Executing child scripts using `.\child-runbook.ps1` is not supported in PowerShell 7.1 and PowerShell 7.2
5050
**Workaround**: Use `Start-AutomationRunbook` ([internal cmdlet](/azure/automation/shared-resources/modules#internal-cmdlets)) or `Start-AzAutomationRunbook` (from [Az.Automation module](/powershell/module/Az.Automation/Start-AzAutomationRunbook)) to start another runbook from parent runbook.
5151
> * Executing child scripts using Graphical PowerShell Workflow runbooks is not supported.
52-
**Workaround**: Use Start-AzAutomationRunbook (from [Az.Automation module](/powershell/module/Az.Automation/Start-AzAutomationRunbook)) from within the parent runbook (via an InlineScript block) to start another runbook.
52+
**Workaround**: Use `Start-AzAutomationRunbook` (from [Az.Automation module](/powershell/module/Az.Automation/Start-AzAutomationRunbook)) from within the parent runbook (via an InlineScript block) to start another runbook.
5353

5454
The publish order of runbooks matters only for PowerShell Workflow runbooks.
5555

0 commit comments

Comments
 (0)