Skip to content

Commit eb08c07

Browse files
authored
Fix formatting and improve usage examples in README
1 parent 1fb9eab commit eb08c07

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ Generates OAuth device‑code or authorization URLs and associated tracking arti
250250
Use like so:
251251
`.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned`
252252
or
253-
`$job = Start-AzAutomationRunbook -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -Name 'pwned' -RunOn 'xxxGroup'
254-
255-
.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned -JobId $job.JobId`
253+
`$job = Start-AzAutomationRunbook -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -Name 'pwned' -RunOn 'xxxGroup'`
254+
`.\watch_X_job3.ps1 -ResourceGroupName 'XXX-Hybrid-Automation' -AutomationAccountName 'XXX-Cybersecurity-Automation' -RunbookName pwned -JobId $job.JobId`
256255

257256

258257
## ── 📂 Section: On-Prem Active Directory ──

0 commit comments

Comments
 (0)