Skip to content

Commit 790a767

Browse files
committed
minor edits
1 parent 139b33a commit 790a767

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ ms.custom: has-adal-ref, devx-track-azurepowershell
1515
## Start-AzAutomationRunbook fails with runbookName does not match expected pattern error message
1616

1717
### Issue
18-
When you run `Start-AzAutomationRunbook` to start specific runbooks it fails with the following error -
18+
When you run `Start-AzAutomationRunbook` to start specific runbooks, it fails with the following error -
19+
1920
`*runbookName does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]*`
2021

2122
```powershell
@@ -24,13 +25,13 @@ When you run `Start-AzAutomationRunbook` to start specific runbooks it fails wit
2425

2526
## Cause
2627

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.
28+
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.
2829

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

3233
## Resolution
33-
We plan to deploy a fix to address this issue.
34+
Currently, we are working to deploy a fix to address this issue.
3435

3536
## Diagnose runbook issues
3637

0 commit comments

Comments
 (0)