Skip to content

Commit caecf48

Browse files
Merge pull request #302917 from palatter/patch-3
Add missing using statement
2 parents ece3cbc + 1bcab2a commit caecf48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ using Azure.Core;
5858
using Azure.Identity;
5959
using Azure.ResourceManager;
6060
using Azure.ResourceManager.Communication;
61+
using Azure.ResourceManager.Communication.Models;
6162
using Azure.ResourceManager.Resources;
6263
...
6364
// 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)