Skip to content

Commit 406bb45

Browse files
authored
Merge pull request Azure#10136 from nithinpnp/ritwik_changes
regenerated Monitor help
2 parents 4779e25 + 31ee4c0 commit 406bb45

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

src/Monitor/Monitor/help/New-AzActionGroupReceiver.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,67 +15,65 @@ Creates an new action group receiver.
1515

1616
### NewEmailReceiver (Default)
1717
```
18-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-EmailReceiver]
19-
-EmailAddress <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-EmailReceiver] -EmailAddress <String>
19+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2020
```
2121

2222
### NewSmsReceiver
2323
```
24-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-SmsReceiver]
25-
[-CountryCode <String>] -PhoneNumber <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
24+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-SmsReceiver] [-CountryCode <String>]
25+
-PhoneNumber <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2626
```
2727

2828
### NewWebhookReceiver
2929
```
30-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-WebhookReceiver]
31-
-ServiceUri <String> [-UseAadAuth <Boolean>] [-ObjectId <String>] [-IdentifierUri <String>]
32-
[-TenantId <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
30+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-WebhookReceiver] -ServiceUri <String>
31+
[-UseAadAuth] [-ObjectId <String>] [-IdentifierUri <String>] [-TenantId <String>]
32+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3333
```
3434

3535
### NewItsmReceiver
3636
```
37-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-ItsmReceiver]
38-
-WorkspaceId <String> -ConnectionId <String> -TicketConfiguration <String> -Region <String>
37+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-ItsmReceiver] -WorkspaceId <String>
38+
-ConnectionId <String> -TicketConfiguration <String> -Region <String>
3939
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
4040
```
4141

4242
### NewVoiceReceiver
4343
```
44-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-VoiceReceiver]
45-
[-VoiceCountryCode <String>] -VoicePhoneNumber <String> [-DefaultProfile <IAzureContextContainer>]
46-
[<CommonParameters>]
44+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-VoiceReceiver] [-VoiceCountryCode <String>]
45+
-VoicePhoneNumber <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
4746
```
4847

4948
### NewArmRoleReceiver
5049
```
51-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-ArmRoleReceiver] -RoleId <String>
50+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-ArmRoleReceiver] -RoleId <String>
5251
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
5352
```
5453

5554
### NewAzureFunctionReceiver
5655
```
57-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-AzureFunctionReceiver]
56+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-AzureFunctionReceiver]
5857
-FunctionAppResourceId <String> -HttpTriggerUrl <String> -FunctionName <String>
5958
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
6059
```
6160

6261
### NewLogicAppReceiver
6362
```
64-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-LogicAppReceiver]
65-
-ResourceId <String> -CallbackUrl <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
63+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-LogicAppReceiver] -ResourceId <String>
64+
-CallbackUrl <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
6665
```
6766

6867
### NewAutomationRunbookReceiver
6968
```
70-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-AutomationRunbookReceiver]
71-
-AutomationAccountId <String> -RunbookName <String> [-IsGlobalRunbook <Boolean>]
72-
-AutomationRunbookServiceUri <String> -WebhookResourceId <String> [-DefaultProfile <IAzureContextContainer>]
73-
[<CommonParameters>]
69+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-AutomationRunbookReceiver]
70+
-AutomationAccountId <String> -RunbookName <String> [-IsGlobalRunbook] -AutomationRunbookServiceUri <String>
71+
-WebhookResourceId <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
7472
```
7573

7674
### NewAzureAppPushReceiver
7775
```
78-
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema <Boolean>] [-AzureAppPushReceiver]
76+
New-AzActionGroupReceiver -Name <String> [-UseCommonAlertSchema] [-AzureAppPushReceiver]
7977
-AzureAppPushEmailAddress <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
8078
```
8179

@@ -366,7 +364,7 @@ Accept wildcard characters: False
366364
indicating whether this instance is global runbook
367365
368366
```yaml
369-
Type: System.Boolean
367+
Type: System.Management.Automation.SwitchParameter
370368
Parameter Sets: NewAutomationRunbookReceiver
371369
Aliases:
372370

@@ -576,7 +574,7 @@ Accept wildcard characters: False
576574
the flag to use add auth
577575
578576
```yaml
579-
Type: System.Boolean
577+
Type: System.Management.Automation.SwitchParameter
580578
Parameter Sets: NewWebhookReceiver
581579
Aliases:
582580

@@ -591,7 +589,7 @@ Accept wildcard characters: False
591589
The flag whether to use common alert schema . This value will be neglectedfor SMS, Azure App push , ITSM and Voice recievers.
592590
593591
```yaml
594-
Type: System.Boolean
592+
Type: System.Management.Automation.SwitchParameter
595593
Parameter Sets: (All)
596594
Aliases:
597595

0 commit comments

Comments
 (0)