Skip to content

Commit fb8e4f4

Browse files
committed
Changed order of the pivots
1 parent 9651835 commit fb8e4f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/communication-services/quickstarts/email/send-email-advanced/send-email-with-inline-attachments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ zone_pivot_groups: acs-js-csharp-java-python-azcli-ps
1717

1818
In this quick start, you'll learn about how to send email with inline attachments using our Email SDKs.
1919

20-
::: zone pivot="programming-language-csharp"
21-
[!INCLUDE [prepend-net](./includes/prepend-net.md)]
22-
[!INCLUDE [inline-attachments-net](./includes/inline-attachments-net.md)]
23-
::: zone-end
24-
2520
::: zone pivot="programming-language-azcli"
2621
[!INCLUDE [inline-attachments-azcli](./includes/inline-attachments-azcli.md)]
2722
::: zone-end
@@ -30,6 +25,11 @@ In this quick start, you'll learn about how to send email with inline attachment
3025
[!INCLUDE [inline-attachments-powershell](./includes/inline-attachments-powershell.md)]
3126
::: zone-end
3227

28+
::: zone pivot="programming-language-csharp"
29+
[!INCLUDE [prepend-net](./includes/prepend-net.md)]
30+
[!INCLUDE [inline-attachments-net](./includes/inline-attachments-net.md)]
31+
::: zone-end
32+
3333
::: zone pivot="programming-language-javascript"
3434
[!INCLUDE [prepend-js](./includes/prepend-js.md)]
3535
[!INCLUDE [inline-attachments-js](./includes/inline-attachments-js.md)]

articles/zone-pivot-groups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,12 @@ groups:
521521
title: Programming languages
522522
prompt: Choose a programming language
523523
pivots:
524-
- id: programming-language-csharp
525-
title: C#
526524
- id: programming-language-azcli
527525
title: Azure CLI
528526
- id: programming-language-powershell
529527
title: Azure PowerShell
528+
- id: programming-language-csharp
529+
title: C#
530530
- id: programming-language-javascript
531531
title: JavaScript
532532
- id: programming-language-java

0 commit comments

Comments
 (0)