Skip to content

Commit 4cd00ff

Browse files
committed
minor edit
1 parent 790a767 commit 4cd00ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/troubleshoot/runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ 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:
1919

20-
`*runbookName does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]*`
20+
`runbookName does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]`
2121

2222
```powershell
2323
`start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount" `Start-AzAutomationRunbook: `runbookname`does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]*$'.

0 commit comments

Comments
 (0)