Skip to content

Commit ef06205

Browse files
Merge pull request #286228 from blakedrumm/patch-1
Add links to command details 📖
2 parents e74ae26 + d771fb7 commit ef06205

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
@@ -47,7 +47,7 @@ Currently, PowerShell 5.1 is supported and only certain runbook types can call e
4747

4848
> [!IMPORTANT]
4949
> Executing child scripts using `.\child-runbook.ps1` is not supported in PowerShell 7.1 and PowerShell 7.2
50-
**Workaround**: Use `Start-AutomationRunbook` (internal cmdlet) or `Start-AzAutomationRunbook` (from *Az.Automation* module) to start another runbook from parent runbook.
50+
**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

5252
The publish order of runbooks matters only for PowerShell Workflow and graphical PowerShell Workflow runbooks.
5353

0 commit comments

Comments
 (0)