File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/automation/troubleshoot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ ms.custom: has-adal-ref, devx-track-azurepowershell
15
15
## Start-AzAutomationRunbook fails with runbookName does not match expected pattern error message
16
16
17
17
### 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
19
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] `
21
21
22
22
``` powershell
23
23
`start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount" `Start-AzAutomationRunbook: `runbookname`does not match expected pattern '^[a-zA-Z]*-*[a-zA-Z0-9]*$'.
You can’t perform that action at this time.
0 commit comments