We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f2751 commit 1987fa2Copy full SHA for 1987fa2
articles/automation/troubleshoot/runbooks.md
@@ -18,7 +18,7 @@ ms.custom: has-adal-ref, devx-track-azurepowershell
18
When you run `Start-AzAutomationRunbook` to start specific runbooks:
19
20
```powershell
21
-`start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount" '.
+start-azautomationRunbook -Name "Test_2" -AutomationAccountName "AutomationParent" -ResourceGroupName "AutomationAccount"
22
```
23
It fails with the following error:
24
0 commit comments