File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/communication-services/quickstarts/includes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
title : include file
3
3
description : include file
4
4
services : azure-communication-services
5
- author : peiliu
5
+ author : minnieliu
6
6
manager : vravikumar
7
7
8
8
ms.service : azure-communication-services
@@ -48,7 +48,7 @@ dotnet add package Azure.Communication.Identity --version 1.0.0
48
48
You will also need to install the Azure Monitor Exporter for OpenTelemetry library.
49
49
50
50
``` console
51
- dotnet add package Azure.Monitor.OpenTelemetry.Exporter
51
+ dotnet add package Azure.Monitor.OpenTelemetry.Exporter -v 1.0.0-beta.3
52
52
```
53
53
54
54
### Set up the app framework
@@ -159,4 +159,4 @@ Run the application from your application directory with the `dotnet run` comman
159
159
160
160
``` console
161
161
dotnet run
162
- ```
162
+ ```
You can’t perform that action at this time.
0 commit comments