Skip to content

Commit 86d33c7

Browse files
Merge pull request #285327 from blakedrumm/patch-1
Add PowerShell to code blocks 🧊
2 parents 59edb38 + 3ebc4a8 commit 86d33c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/update-manager/tutorial-webhooks-using-runbooks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In this tutorial, you learn how to:
118118
119119
#### [Start VMs](#tab/script-on)
120120
121-
```
121+
```powershell
122122
param
123123
(
124124
[Parameter(Mandatory=$false)]
@@ -216,7 +216,7 @@ foreach($id in $jobsList)
216216

217217
#### [Stop VMs](#tab/script-off)
218218

219-
```
219+
```powershell
220220
param
221221
(
222222
@@ -320,7 +320,7 @@ foreach($id in $jobsList)
320320
```
321321

322322
#### [Cancel a schedule](#tab/script-cancel)
323-
```
323+
```powershell
324324
Invoke-AzRestMethod `
325325
-Path "<Correlation ID from EventGrid Payload>?api-version=2023-09-01-preview" `
326326
-Payload

0 commit comments

Comments
 (0)