Skip to content

Commit bf27632

Browse files
author
maddieclayton
authored
Merge pull request #5179 from cechovsky/patch-2
Repair not working emails array in New-AzureRmAlertRuleEmail.md
2 parents e18fd1c + d068aed commit bf27632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Insights/Commands.Insights/help/New-AzureRmAlertRuleEmail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ This command creates an alert rule email action to send for its service owners w
3131

3232
### Example 2: Create an alert rule email action for non-service owners
3333
```
34-
PS C:\>New-AzureRmAlertRuleEmail -CustomEmails "[email protected], [email protected]"
34+
PS C:\>New-AzureRmAlertRuleEmail -CustomEmails [email protected],[email protected]
3535
```
3636

3737
This command creates an alert rule email action for the specified email addresses, but not for the service owners.
3838

3939
### Example 3: Create an alert rule email action for service owners and non-service owners
4040
```
41-
PS C:\>New-AzureRmAlertRuleEmail -CustomEmails "[email protected]" -SendToServiceOwners
41+
PS C:\>New-AzureRmAlertRuleEmail -CustomEmails [email protected] -SendToServiceOwners
4242
```
4343

4444
This command creates an alert rule email action for the specified address and for its service owners.

0 commit comments

Comments
 (0)