Skip to content

Commit b4b1ef9

Browse files
authored
Add missing using statement for DomainManagement
1 parent 5b29132 commit b4b1ef9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ using Azure.Core;
5252
using Azure.Identity;
5353
using Azure.ResourceManager;
5454
using Azure.ResourceManager.Communication;
55+
using Azure.ResourceManager.Communication.Models;
5556
using Azure.ResourceManager.Resources;
57+
5658
...
5759
// 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
5860
TokenCredential cred = new DefaultAzureCredential();

0 commit comments

Comments
 (0)