Skip to content

Commit a0f2751

Browse files
committed
minor edits
1 parent be2fdc1 commit a0f2751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ It fails with the following error:
2424

2525
`Start-AzAutomationRunbook: "runbookname" does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]*$'`
2626

27-
## Cause
27+
### Cause
2828

2929
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.
3030

31-
## Workaround
31+
### Workaround
3232
We recommend that you revert to [1.8.0 version](https://www.powershellgallery.com/packages/Az.Automation/1.8.0) of the module.
3333

34-
## Resolution
34+
### Resolution
3535
Currently, we are working to deploy a fix to address this issue.
3636

3737
## Diagnose runbook issues

0 commit comments

Comments
 (0)