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.
1 parent 8ef40d1 commit debdc29Copy full SHA for debdc29
articles/communication-services/quickstarts/email/includes/connect-domain-net.md
@@ -80,5 +80,6 @@ ResourceIdentifier communicationServiceResourceId = CommunicationServiceResource
80
CommunicationServiceResource communicationServiceResource = client.GetCommunicationServiceResource(communicationServiceResourceId);
81
82
CommunicationServiceResourcePatch patch = new CommunicationServiceResourcePatch();
83
+patch.LinkedDomains.Clear();
84
CommunicationServiceResource result = await communicationServiceResource.UpdateAsync(patch);
85
```
0 commit comments