Skip to content

Commit 63eacbb

Browse files
authored
Add missing using statement required for EmailServiceResourcePatch
1 parent 1873193 commit 63eacbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/communication-services/quickstarts/email/includes/create-email-resource-dot-net.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ using Azure.Core;
5151
using Azure.Identity;
5252
using Azure.ResourceManager;
5353
using Azure.ResourceManager.Communication;
54+
using Azure.ResourceManager.Communication.Models;
5455
using Azure.ResourceManager.Resources;
5556
...
5657
// get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/dotnet/azure/sdk/authentication?tabs=command-line

0 commit comments

Comments
 (0)