Skip to content

Commit 5cc7103

Browse files
Merge pull request #222344 from spelluru/patch-149
no need of Azure.Identity in the connection string scenario
2 parents 7aac7c3 + 7c34640 commit 5cc7103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ Here are the important steps from the code:
138138
In the code sample below, replace the `<CONNECTION_STRING>` and `<HUB_NAME>` placeholder values for the `EventHubProducerClient` parameters.
139139

140140
```csharp
141-
using Azure.Identity;
142141
using Azure.Messaging.EventHubs;
143142
using Azure.Messaging.EventHubs.Producer;
144143
using System.Text;

0 commit comments

Comments
 (0)