Skip to content

Commit debdc29

Browse files
committed
[ACS Email] Fixing error in .NET unlinking domain sample
1 parent 8ef40d1 commit debdc29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/communication-services/quickstarts/email/includes/connect-domain-net.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@ ResourceIdentifier communicationServiceResourceId = CommunicationServiceResource
8080
CommunicationServiceResource communicationServiceResource = client.GetCommunicationServiceResource(communicationServiceResourceId);
8181

8282
CommunicationServiceResourcePatch patch = new CommunicationServiceResourcePatch();
83+
patch.LinkedDomains.Clear();
8384
CommunicationServiceResource result = await communicationServiceResource.UpdateAsync(patch);
8485
```

0 commit comments

Comments
 (0)