Skip to content

Commit d4a201e

Browse files
Copilottmeschter
andauthored
Add code fencing to pip install commands in appinsights-instrumentation skill (#1100)
* Initial plan * Add code fencing to pip install commands in appinsights-instrumentation skill Co-authored-by: tmeschter <10506730+tmeschter@users.noreply.github.com> * Bump appinsights-instrumentation SKILL.md version to 1.0.1 Co-authored-by: tmeschter <10506730+tmeschter@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tmeschter <10506730+tmeschter@users.noreply.github.com>
1 parent 7f36450 commit d4a201e

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

plugin/skills/appinsights-instrumentation/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Guidance for instrumenting webapps with Azure Application Insights
44
license: MIT
55
metadata:
66
author: Microsoft
7-
version: "1.0.0"
7+
version: "1.0.1"
88
---
99

1010
# AppInsights Instrumentation Guide

plugin/skills/appinsights-instrumentation/references/sdk/azure-monitor-opentelemetry-exporter-py.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
> in the **azure-monitor-opentelemetry-exporter-py** plugin skill if installed.
66
77
## Install
8+
```bash
89
pip install azure-monitor-opentelemetry-exporter
10+
```
911

1012
## Quick Start
1113
```python

plugin/skills/appinsights-instrumentation/references/sdk/azure-monitor-opentelemetry-py.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
> in the **azure-monitor-opentelemetry-py** plugin skill if installed.
66
77
## Install
8+
```bash
89
pip install azure-monitor-opentelemetry
10+
```
911

1012
## Quick Start
1113
```python

0 commit comments

Comments
 (0)