Skip to content

Commit 32cde85

Browse files
committed
Regenerate NotificationHubs help files
1 parent 3bf5438 commit 32cde85

21 files changed

+381
-31
lines changed

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHub.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 796396B4-1F9D-4D53-AD2E-4CE83B563E93
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets information about your notification hubs.
1415

1516
```
1617
Get-AzureRmNotificationHub [-ResourceGroup] <String> [-Namespace] <String> [[-NotificationHub] <String>]
17-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -40,6 +41,21 @@ This command gets information for all the notification hubs in the namespace nam
4041

4142
## PARAMETERS
4243

44+
### -DefaultProfile
45+
The credentials, account, tenant, and subscription used for communication with azure
46+
47+
```yaml
48+
Type: IAzureContextContainer
49+
Parameter Sets: (All)
50+
Aliases: AzureRmContext, AzureCredential
51+
52+
Required: False
53+
Position: Named
54+
Default value: None
55+
Accept pipeline input: False
56+
Accept wildcard characters: False
57+
```
58+
4359
### -Namespace
4460
Specifies the namespace to which the notification hub is assigned.
4561

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubAuthorizationRules.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 7A9D8F5A-6035-411B-8FDB-96ABFEED05A2
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,8 @@ Gets information about the authorization rules associated with a notification hu
1415

1516
```
1617
Get-AzureRmNotificationHubAuthorizationRules [-ResourceGroup] <String> [-Namespace] <String>
17-
[-NotificationHub] <String> [[-AuthorizationRule] <String>] [<CommonParameters>]
18+
[-NotificationHub] <String> [[-AuthorizationRule] <String>] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
1820
```
1921

2022
## DESCRIPTION
@@ -65,6 +67,21 @@ Accept pipeline input: True (ByPropertyName)
6567
Accept wildcard characters: False
6668
```
6769
70+
### -DefaultProfile
71+
The credentials, account, tenant, and subscription used for communication with azure
72+
73+
```yaml
74+
Type: IAzureContextContainer
75+
Parameter Sets: (All)
76+
Aliases: AzureRmContext, AzureCredential
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
6885
### -Namespace
6986
Specifies the namespace to which the notification hub is assigned.
7087
Namespaces provide a way to group and categorize notification hubs.

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubListKeys.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 326C87EB-EC3B-4B04-B593-EAC56FFA854A
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets the primary and secondary connection strings associated with a notification
1415

1516
```
1617
Get-AzureRmNotificationHubListKeys [-ResourceGroup] <String> [-Namespace] <String> [-NotificationHub] <String>
17-
[-AuthorizationRule] <String> [<CommonParameters>]
18+
[-AuthorizationRule] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -57,6 +58,21 @@ Accept pipeline input: True (ByPropertyName)
5758
Accept wildcard characters: False
5859
```
5960
61+
### -DefaultProfile
62+
The credentials, account, tenant, and subscription used for communication with azure
63+
64+
```yaml
65+
Type: IAzureContextContainer
66+
Parameter Sets: (All)
67+
Aliases: AzureRmContext, AzureCredential
68+
69+
Required: False
70+
Position: Named
71+
Default value: None
72+
Accept pipeline input: False
73+
Accept wildcard characters: False
74+
```
75+
6076
### -Namespace
6177
Specifies the namespace to which the notification hub is assigned.
6278

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubPNSCredentials.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 2CCDF339-9D6E-4B0C-9201-BE641C8827F6
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets the PNS credentials for a notification hub.
1415

1516
```
1617
Get-AzureRmNotificationHubPNSCredentials [-ResourceGroup] <String> [-Namespace] <String>
17-
[-NotificationHub] <String> [<CommonParameters>]
18+
[-NotificationHub] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -33,6 +34,21 @@ This command gets the PNS credentials for the notification hub named ContosoInte
3334

3435
## PARAMETERS
3536

37+
### -DefaultProfile
38+
The credentials, account, tenant, and subscription used for communication with azure
39+
40+
```yaml
41+
Type: IAzureContextContainer
42+
Parameter Sets: (All)
43+
Aliases: AzureRmContext, AzureCredential
44+
45+
Required: False
46+
Position: Named
47+
Default value: None
48+
Accept pipeline input: False
49+
Accept wildcard characters: False
50+
```
51+
3652
### -Namespace
3753
Specifies the namespace to which the notification hub is assigned.
3854

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubsNamespace.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 9805B3F1-C6BB-4A0F-A7C3-1DD1ACB75CDA
45
online version:
56
schema: 2.0.0
@@ -13,7 +14,8 @@ Gets information about a notification hub namespace.
1314
## SYNTAX
1415

1516
```
16-
Get-AzureRmNotificationHubsNamespace [[-ResourceGroup] <String>] [[-Namespace] <String>] [<CommonParameters>]
17+
Get-AzureRmNotificationHubsNamespace [[-ResourceGroup] <String>] [[-Namespace] <String>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1719
```
1820

1921
## DESCRIPTION
@@ -53,6 +55,21 @@ This command gets information for all notification hub namespaces assigned to th
5355

5456
## PARAMETERS
5557

58+
### -DefaultProfile
59+
The credentials, account, tenant, and subscription used for communication with azure
60+
61+
```yaml
62+
Type: IAzureContextContainer
63+
Parameter Sets: (All)
64+
Aliases: AzureRmContext, AzureCredential
65+
66+
Required: False
67+
Position: Named
68+
Default value: None
69+
Accept pipeline input: False
70+
Accept wildcard characters: False
71+
```
72+
5673
### -Namespace
5774
Specifies a unique name for the namespace.
5875

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubsNamespaceAuthorizationRules.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 08D03498-D18D-47FE-8916-702FA2E7D719
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets information about the authorization rules associated with a notification hu
1415

1516
```
1617
Get-AzureRmNotificationHubsNamespaceAuthorizationRules [-ResourceGroup] <String> [-Namespace] <String>
17-
[[-AuthorizationRule] <String>] [<CommonParameters>]
18+
[[-AuthorizationRule] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -71,6 +72,21 @@ Accept pipeline input: True (ByPropertyName)
7172
Accept wildcard characters: False
7273
```
7374
75+
### -DefaultProfile
76+
The credentials, account, tenant, and subscription used for communication with azure
77+
78+
```yaml
79+
Type: IAzureContextContainer
80+
Parameter Sets: (All)
81+
Aliases: AzureRmContext, AzureCredential
82+
83+
Required: False
84+
Position: Named
85+
Default value: None
86+
Accept pipeline input: False
87+
Accept wildcard characters: False
88+
```
89+
7490
### -Namespace
7591
Specifies the namespace to which the authorization rules are assigned.
7692
Namespaces provide a way to group and categorize notification hubs.

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/Get-AzureRmNotificationHubsNamespaceListKeys.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: F769A8AB-E025-49EE-AEA4-0D27EAEE341F
45
online version:
56
schema: 2.0.0
@@ -14,7 +15,7 @@ Gets the primary and secondary connection strings associated with a notification
1415

1516
```
1617
Get-AzureRmNotificationHubsNamespaceListKeys [-ResourceGroup] <String> [-Namespace] <String>
17-
[-AuthorizationRule] <String> [<CommonParameters>]
18+
[-AuthorizationRule] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
## DESCRIPTION
@@ -51,6 +52,21 @@ Accept pipeline input: True (ByPropertyName)
5152
Accept wildcard characters: False
5253
```
5354
55+
### -DefaultProfile
56+
The credentials, account, tenant, and subscription used for communication with azure
57+
58+
```yaml
59+
Type: IAzureContextContainer
60+
Parameter Sets: (All)
61+
Aliases: AzureRmContext, AzureCredential
62+
63+
Required: False
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
5470
### -Namespace
5571
Specifies the namespace containing the connection strings that this cmdlet gets.
5672

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/New-AzureRmNotificationHub.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 8EDDA991-55B6-4151-8619-E13E14599ECD
45
online version:
56
schema: 2.0.0
@@ -14,14 +15,15 @@ Creates a notification hub.
1415

1516
### InputFileParameterSet
1617
```
17-
New-AzureRmNotificationHub [-ResourceGroup] <String> [-Namespace] <String> [-InputFile] <String> [-WhatIf]
18-
[-Confirm] [<CommonParameters>]
18+
New-AzureRmNotificationHub [-ResourceGroup] <String> [-Namespace] <String> [-InputFile] <String>
19+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1920
```
2021

2122
### NotificationHubParameterSet
2223
```
2324
New-AzureRmNotificationHub [-ResourceGroup] <String> [-Namespace] <String>
24-
[-NotificationHubObj] <NotificationHubAttributes> [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-NotificationHubObj] <NotificationHubAttributes> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
26+
[-Confirm] [<CommonParameters>]
2527
```
2628

2729
## DESCRIPTION
@@ -50,6 +52,21 @@ You do not need to specify a name or any other configuration information for the
5052

5153
## PARAMETERS
5254

55+
### -DefaultProfile
56+
The credentials, account, tenant, and subscription used for communication with azure
57+
58+
```yaml
59+
Type: IAzureContextContainer
60+
Parameter Sets: (All)
61+
Aliases: AzureRmContext, AzureCredential
62+
63+
Required: False
64+
Position: Named
65+
Default value: None
66+
Accept pipeline input: False
67+
Accept wildcard characters: False
68+
```
69+
5370
### -InputFile
5471
Specifies the path to a JSON file containing configuration values for the new notification hub.
5572

src/ResourceManager/NotificationHubs/Commands.NotificationHubs/help/New-AzureRmNotificationHubAuthorizationRules.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
external help file: Microsoft.Azure.Commands.NotificationHubs.dll-Help.xml
3+
Module Name: AzureRM.NotificationHubs
34
ms.assetid: 7E9CBEE9-DD5F-4552-9187-ECBBEF6174B0
45
online version:
56
schema: 2.0.0
@@ -15,14 +16,15 @@ Creates an authorization rule and assigns the rule to a notification hub.
1516
### InputFileParameterSet
1617
```
1718
New-AzureRmNotificationHubAuthorizationRules [-ResourceGroup] <String> [-Namespace] <String>
18-
[-NotificationHub] <String> [-InputFile] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-NotificationHub] <String> [-InputFile] <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
20+
[-Confirm] [<CommonParameters>]
1921
```
2022

2123
### SASRuleParameterSet
2224
```
2325
New-AzureRmNotificationHubAuthorizationRules [-ResourceGroup] <String> [-Namespace] <String>
24-
[-NotificationHub] <String> [-SASRule] <SharedAccessAuthorizationRuleAttributes> [-WhatIf] [-Confirm]
25-
[<CommonParameters>]
26+
[-NotificationHub] <String> [-SASRule] <SharedAccessAuthorizationRuleAttributes>
27+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2628
```
2729

2830
## DESCRIPTION
@@ -46,6 +48,21 @@ Note that all the configuration information for the rule, including the rule nam
4648

4749
## PARAMETERS
4850

51+
### -DefaultProfile
52+
The credentials, account, tenant, and subscription used for communication with azure
53+
54+
```yaml
55+
Type: IAzureContextContainer
56+
Parameter Sets: (All)
57+
Aliases: AzureRmContext, AzureCredential
58+
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
4966
### -InputFile
5067
Specifies the input file for the authorization rule that this cmdlet creates.
5168

0 commit comments

Comments
 (0)