Skip to content

Commit 139b33a

Browse files
committed
minor edit
1 parent 0061a7f commit 139b33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you run `Start-AzAutomationRunbook` to start specific runbooks it fails wit
2424

2525
## Cause
2626

27-
Code that was introduced in [1.9.0 version](https://www.powershellgallery.com/packages/Az.Automation/1.9.0) of the Az.Automation module verifies the names of the runbooks to start and incorrectly flags runbooks with multiple "-" characters, or with an "_" character in the name, as invalid.
27+
Code that was introduced in [1.9.0 version](https://www.powershellgallery.com/packages/Az.Automation/1.9.0) of the Az.Automation module verifies the names of the runbooks to start and incorrectly flags runbooks with multiple "-" characters, or with an "_" character in the name as invalid.
2828

2929
## Workaround
3030
We recommend that you revert to [1.8.0 version](https://www.powershellgallery.com/packages/Az.Automation/1.8.0) of the module.

0 commit comments

Comments
 (0)