Skip to content

Commit 7a48f1f

Browse files
Merge pull request #266190 from AaronMaxwell/aaronmax-fix-note-bullets
Fix to bullets in note
2 parents 3b5a7b7 + f01b7f5 commit 7a48f1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-monitor/app/release-and-work-item-insights.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,10 @@ You can use the `CreateReleaseAnnotation` PowerShell script to create annotation
200200
```
201201
202202
> [!NOTE]
203-
> Your annotations must have **Category** set to **Deployment** to appear in the Azure portal.
204-
> If you've customized this script and receive the error, "The request contains an entity body but no Content-Type header", you can try removing the replace parameters. `$body = (ConvertTo-Json $annotation -Compress)`
203+
> - Your annotations must have **Category** set to **Deployment** to appear in the Azure portal.
204+
> - If you receive an error, "The request contains an entity body but no Content-Type header", try removing the replace parameters in the following line.
205+
>
206+
> `$body = (ConvertTo-Json $annotation -Compress)`
205207
206208
1. Call the PowerShell script with the following code. Replace the angle-bracketed placeholders with your values. The `-releaseProperties` are optional.
207209

0 commit comments

Comments
 (0)