We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f72ac57 + 90fc44b commit 9df1f10Copy full SHA for 9df1f10
articles/communication-services/quickstarts/email/includes/connect-domain-net.md
@@ -37,6 +37,8 @@ using Azure.Identity;
37
using Azure.ResourceManager;
38
using Azure.ResourceManager.Compute;
39
using Azure.ResourceManager.Resources;
40
+using Azure.ResourceManager.Communication;
41
+using Azure.ResourceManager.Communication.Models;
42
43
ArmClient client = new ArmClient(new DefaultAzureCredential());
44
```
0 commit comments