Skip to content

Commit 0d7cb01

Browse files
authored
Update Get-AzAutomationJob.md (#21984)
Added -ResourceGroupName "ResourceGroup01" to the first example because this is a mandatory parameter
1 parent 0f2cf8e commit 0d7cb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Automation/Automation/help/Get-AzAutomationJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The **Get-AzAutomationJob** cmdlet gets runbook jobs in Azure Automation.
4040

4141
### Example 1: Get a specific runbook job
4242
```powershell
43-
Get-AzAutomationJob -AutomationAccountName "Contoso17" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b647
43+
Get-AzAutomationJob -AutomationAccountName "Contoso17" -ResourceGroupName "ResourceGroup01" -Id 2989b069-24fe-40b9-b3bd-cb7e5eac4b647
4444
```
4545

4646
This command gets the job that has the specified GUID.

0 commit comments

Comments
 (0)