Skip to content

Commit cd899d1

Browse files
Merge pull request #303016 from palatter/patch-5
Update using statements
2 parents 9df1f10 + b2414b5 commit cd899d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/communication-services/quickstarts/email/includes/add-multiple-senders-net.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ dotnet add package Azure.ResourceManager.Communication
2929
Set the environment variable `AZURE_SUBSCRIPTION_ID` with the subscription ID of the subscription your Domain and Email resources are in. Run the code sample to initialize the management client.
3030

3131
```csharp
32-
using System;
33-
using System.Threading.Tasks;
3432
using Azure.Core;
3533
using Azure.Identity;
3634
using Azure.ResourceManager;
37-
using Azure.ResourceManager.Compute;
38-
using Azure.ResourceManager.Resources;
35+
using Azure.ResourceManager.Communication;
36+
using Azure;
3937

4038
ArmClient client = new ArmClient(new DefaultAzureCredential());
4139
```

0 commit comments

Comments
 (0)