Skip to content

Commit 5169c09

Browse files
committed
Pipeline issue fix
1 parent 4d19434 commit 5169c09

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/Communication/CommunicationServicesEmail.Autorest/docs/Send-AzCommunicationServicesEmail.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $emailRecipientTo = @(
8888
@{
8989
Address = "[email protected]"
9090
DisplayName = "abc"
91-
}
91+
},
9292
@{
9393
Address = "[email protected]"
9494
DisplayName = "def"
@@ -122,8 +122,7 @@ $emailRecipientCc = @(
122122
@{
123123
Address = "[email protected]"
124124
DisplayName = "abc"
125-
},
126-
125+
}
127126
)
128127
129128
$emailRecipientReplyTo = @(

src/Communication/CommunicationServicesEmail.Autorest/examples/Send-AzCommunicationServicesEmail.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $emailRecipientTo = @(
3838
@{
3939
Address = "[email protected]"
4040
DisplayName = "abc"
41-
}
41+
},
4242
@{
4343
Address = "[email protected]"
4444
DisplayName = "def"
@@ -72,8 +72,7 @@ $emailRecipientCc = @(
7272
@{
7373
Address = "[email protected]"
7474
DisplayName = "abc"
75-
},
76-
75+
}
7776
)
7877
7978
$emailRecipientReplyTo = @(

0 commit comments

Comments
 (0)