Skip to content

Commit 4d2c542

Browse files
author
ecfan
committed
Merge branch 'retire' of https://github.com/ecfan/azure-docs-pr into retire
2 parents 93317c6 + 3b82f20 commit 4d2c542

File tree

54 files changed

+807
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+807
-531
lines changed

articles/communication-services/quickstarts/email/includes/add-multiple-senders-net.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ dotnet add package Azure.ResourceManager.Communication
2929
Set the environment variable `AZURE_SUBSCRIPTION_ID` with the subscription ID of the subscription your Domain and Email resources are in. Run the code sample to initialize the management client.
3030

3131
```csharp
32-
using System;
33-
using System.Threading.Tasks;
3432
using Azure.Core;
3533
using Azure.Identity;
3634
using Azure.ResourceManager;
37-
using Azure.ResourceManager.Compute;
38-
using Azure.ResourceManager.Resources;
35+
using Azure.ResourceManager.Communication;
36+
using Azure;
3937

4038
ArmClient client = new ArmClient(new DefaultAzureCredential());
4139
```

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ using Azure.Identity;
3737
using Azure.ResourceManager;
3838
using Azure.ResourceManager.Compute;
3939
using Azure.ResourceManager.Resources;
40+
using Azure.ResourceManager.Communication;
41+
using Azure.ResourceManager.Communication.Models;
4042

4143
ArmClient client = new ArmClient(new DefaultAzureCredential());
4244
```

articles/communication-services/quickstarts/sms/apply-for-toll-free-verification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This section requires you to provide information about your company and point of
5858

5959
This section requires you to provide description of the SMS campaign, opt-in method (how you plan to get consent from the customer to receive SMS), and screenshots of the selected opt-in method.
6060

61-
:::image type="content" source="./media/apply-for-toll-free-verification/regulatory-screen-4.png" alt-text="Screenshot showing Program content section." lightbox="./media/apply-for-toll-free-verification/regulatory-screen-4.png":::
61+
:::image type="content" source="./media/apply-for-toll-free-verification/tfv-program-content-new.png" alt-text="Screenshot showing Program content section." lightbox="./media/apply-for-toll-free-verification/tfv-program-content-new.png":::
6262

6363
### Volume details
6464

@@ -91,4 +91,4 @@ This program brief is automatically sent to the toll-free messaging aggregator f
9191
## Related articles
9292

9393
- Familiarize yourself with the [SMS SDK](../../concepts/sms/sdk-features.md)
94-
- Familiarize yourself with the [SMS FAQ](../../concepts/sms/sms-faq.md)
94+
- Familiarize yourself with the [SMS FAQ](../../concepts/sms/sms-faq.md)
Loading

articles/connectors/connect-common-data-service.md

Lines changed: 0 additions & 337 deletions
This file was deleted.

articles/connectors/connectors-create-api-crmonline.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)