Skip to content

Commit ccdddf0

Browse files
committed
Update help files
1 parent 61f6b56 commit ccdddf0

36 files changed

+172
-61
lines changed

src/IotHub/IotHub/IotHub/AddAzureRmIotHubKey.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class AddAzureRmIotHubKey : IotHubBaseCmdlet
3737
ValueFromPipelineByPropertyName = true,
3838
HelpMessage = "IotHub Resource Id")]
3939
[ValidateNotNullOrEmpty]
40-
public string ResourceId { get; set; }
40+
public string HubId { get; set; }
4141

4242
[Parameter(
4343
Position = 0,
@@ -93,8 +93,8 @@ public override void ExecuteCmdlet()
9393
{
9494
if (ParameterSetName.Equals(ResourceIdParameterSet))
9595
{
96-
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId);
97-
this.Name = IotHubUtils.GetIotHubName(this.ResourceId);
96+
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.HubId);
97+
this.Name = IotHubUtils.GetIotHubName(this.HubId);
9898
}
9999

100100
var psAuthRule = new PSSharedAccessSignatureAuthorizationRule()

src/IotHub/IotHub/IotHub/GetAzureRmIotHubKey.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class GetAzureRmIotHubKey : IotHubBaseCmdlet
3737
ValueFromPipelineByPropertyName = true,
3838
HelpMessage = "IotHub Resource Id")]
3939
[ValidateNotNullOrEmpty]
40-
public string ResourceId { get; set; }
40+
public string HubId { get; set; }
4141

4242
[Parameter(
4343
Position = 0,
@@ -75,8 +75,8 @@ public override void ExecuteCmdlet()
7575
{
7676
if (ParameterSetName.Equals(ResourceIdParameterSet))
7777
{
78-
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId);
79-
this.Name = IotHubUtils.GetIotHubName(this.ResourceId);
78+
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.HubId);
79+
this.Name = IotHubUtils.GetIotHubName(this.HubId);
8080
}
8181

8282
if (KeyName != null)

src/IotHub/IotHub/IotHub/NewAzureRmIotHubKey.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class NewAzureRmIotHubKey : IotHubBaseCmdlet
4040
ValueFromPipelineByPropertyName = true,
4141
HelpMessage = "IotHub Resource Id")]
4242
[ValidateNotNullOrEmpty]
43-
public string ResourceId { get; set; }
43+
public string HubId { get; set; }
4444

4545
[Parameter(
4646
Position = 0,
@@ -95,8 +95,8 @@ public override void ExecuteCmdlet()
9595
{
9696
if (ParameterSetName.Equals(ResourceIdParameterSet))
9797
{
98-
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId);
99-
this.Name = IotHubUtils.GetIotHubName(this.ResourceId);
98+
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.HubId);
99+
this.Name = IotHubUtils.GetIotHubName(this.HubId);
100100
}
101101

102102
var regeneratedAuthRule = new PSSharedAccessSignatureAuthorizationRule();

src/IotHub/IotHub/IotHub/RemoveAzureRmIotHubKey.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class RemoveAzureRmIotHubKey : IotHubBaseCmdlet
4040
ValueFromPipelineByPropertyName = true,
4141
HelpMessage = "IotHub Resource Id")]
4242
[ValidateNotNullOrEmpty]
43-
public string ResourceId { get; set; }
43+
public string HubId { get; set; }
4444

4545
[Parameter(
4646
Position = 0,
@@ -82,8 +82,8 @@ public override void ExecuteCmdlet()
8282
{
8383
if (ParameterSetName.Equals(ResourceIdParameterSet))
8484
{
85-
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.ResourceId);
86-
this.Name = IotHubUtils.GetIotHubName(this.ResourceId);
85+
this.ResourceGroupName = IotHubUtils.GetResourceGroupName(this.HubId);
86+
this.Name = IotHubUtils.GetIotHubName(this.HubId);
8787
}
8888

8989
IotHubDescription iothubDesc = this.IotHubClient.IotHubResource.Get(this.ResourceGroupName, this.Name);

src/IotHub/IotHub/help/Add-AzIotHubCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Accept wildcard characters: False
227227
```
228228
229229
### CommonParameters
230-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
230+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
231231
232232
## INPUTS
233233

src/IotHub/IotHub/help/Add-AzIotHubEventHubConsumerGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Accept wildcard characters: False
148148
```
149149
150150
### CommonParameters
151-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
151+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
152152
153153
## INPUTS
154154

src/IotHub/IotHub/help/Add-AzIotHubKey.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@ Creates an IotHub Key.
1212

1313
## SYNTAX
1414

15+
### ResourceSet (Default)
1516
```
1617
Add-AzIotHubKey [-ResourceGroupName] <String> [-Name] <String> [-KeyName] <String> [-PrimaryKey <String>]
1718
[-SecondaryKey <String>] -Rights <PSAccessRights> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
1819
[-Confirm] [<CommonParameters>]
1920
```
2021

22+
### ResourceIdSet
23+
```
24+
Add-AzIotHubKey [-HubId] <String> [-KeyName] <String> [-PrimaryKey <String>] [-SecondaryKey <String>]
25+
-Rights <PSAccessRights> [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
26+
```
27+
2128
## DESCRIPTION
2229
Creates a Key for the provided IotHub.
2330
KeyNames are not unique and need to be managed carefully.
@@ -48,6 +55,21 @@ Accept pipeline input: False
4855
Accept wildcard characters: False
4956
```
5057
58+
### -HubId
59+
IotHub Resource Id
60+
61+
```yaml
62+
Type: System.String
63+
Parameter Sets: ResourceIdSet
64+
Aliases:
65+
66+
Required: True
67+
Position: 0
68+
Default value: None
69+
Accept pipeline input: True (ByPropertyName)
70+
Accept wildcard characters: False
71+
```
72+
5173
### -KeyName
5274
Name of the Key
5375
@@ -57,7 +79,7 @@ Parameter Sets: (All)
5779
Aliases:
5880

5981
Required: True
60-
Position: 2
82+
Position: 1
6183
Default value: None
6284
Accept pipeline input: False
6385
Accept wildcard characters: False
@@ -68,7 +90,7 @@ Name of the IotHub
6890
6991
```yaml
7092
Type: System.String
71-
Parameter Sets: (All)
93+
Parameter Sets: ResourceSet
7294
Aliases:
7395

7496
Required: True
@@ -98,7 +120,7 @@ Resource Group Name
98120
99121
```yaml
100122
Type: System.String
101-
Parameter Sets: (All)
123+
Parameter Sets: ResourceSet
102124
Aliases:
103125

104126
Required: True
@@ -171,7 +193,7 @@ Accept wildcard characters: False
171193
```
172194
173195
### CommonParameters
174-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
196+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
175197
176198
## INPUTS
177199

src/IotHub/IotHub/help/Add-AzIotHubRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Accept wildcard characters: False
236236
```
237237
238238
### CommonParameters
239-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
239+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
240240
241241
## INPUTS
242242

src/IotHub/IotHub/help/Add-AzIotHubRoutingEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Accept wildcard characters: False
284284
```
285285
286286
### CommonParameters
287-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
287+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
288288
289289
## INPUTS
290290

src/IotHub/IotHub/help/Get-AzIotHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Accept wildcard characters: False
110110
```
111111
112112
### CommonParameters
113-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
113+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
114114
115115
## INPUTS
116116

src/IotHub/IotHub/help/Get-AzIotHubCertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Accept wildcard characters: False
158158
```
159159
160160
### CommonParameters
161-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
161+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
162162
163163
## INPUTS
164164

src/IotHub/IotHub/help/Get-AzIotHubCertificateVerificationCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Accept wildcard characters: False
163163
```
164164
165165
### CommonParameters
166-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
166+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
167167
168168
## INPUTS
169169

src/IotHub/IotHub/help/Get-AzIotHubConnectionString.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
```
101101
102102
### CommonParameters
103-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
103+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
104104
105105
## INPUTS
106106

src/IotHub/IotHub/help/Get-AzIotHubEventHubConsumerGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
```
102102
103103
### CommonParameters
104-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
104+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
105105
106106
## INPUTS
107107

src/IotHub/IotHub/help/Get-AzIotHubJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Accept wildcard characters: False
101101
```
102102
103103
### CommonParameters
104-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
104+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
105105
106106
## INPUTS
107107

src/IotHub/IotHub/help/Get-AzIotHubKey.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ Gets an IotHub Key.
1212

1313
## SYNTAX
1414

15+
### ResourceSet (Default)
1516
```
1617
Get-AzIotHubKey [-ResourceGroupName] <String> [-Name] <String> [[-KeyName] <String>]
1718
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

21+
### ResourceIdSet
22+
```
23+
Get-AzIotHubKey [-HubId] <String> [[-KeyName] <String>] [-DefaultProfile <IAzureContextContainer>]
24+
[<CommonParameters>]
25+
```
26+
2027
## DESCRIPTION
2128
Gets an IotHub Key.
2229
You can either list all Keys or filter the list by a specific Key Name.
@@ -54,6 +61,21 @@ Accept pipeline input: False
5461
Accept wildcard characters: False
5562
```
5663
64+
### -HubId
65+
IotHub Resource Id
66+
67+
```yaml
68+
Type: System.String
69+
Parameter Sets: ResourceIdSet
70+
Aliases:
71+
72+
Required: True
73+
Position: 0
74+
Default value: None
75+
Accept pipeline input: True (ByPropertyName)
76+
Accept wildcard characters: False
77+
```
78+
5779
### -KeyName
5880
Name of the Key
5981
@@ -63,7 +85,7 @@ Parameter Sets: (All)
6385
Aliases:
6486

6587
Required: False
66-
Position: 2
88+
Position: 1
6789
Default value: None
6890
Accept pipeline input: False
6991
Accept wildcard characters: False
@@ -74,7 +96,7 @@ Name of the IoT hub.
7496
7597
```yaml
7698
Type: System.String
77-
Parameter Sets: (All)
99+
Parameter Sets: ResourceSet
78100
Aliases:
79101

80102
Required: True
@@ -89,7 +111,7 @@ Resource Group Name
89111
90112
```yaml
91113
Type: System.String
92-
Parameter Sets: (All)
114+
Parameter Sets: ResourceSet
93115
Aliases:
94116

95117
Required: True
@@ -100,7 +122,7 @@ Accept wildcard characters: False
100122
```
101123
102124
### CommonParameters
103-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
125+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
104126
105127
## INPUTS
106128

src/IotHub/IotHub/help/Get-AzIotHubQuotaMetric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### CommonParameters
80-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
80+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
8181
8282
## INPUTS
8383

src/IotHub/IotHub/help/Get-AzIotHubRegistryStatistic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
```
7979
8080
### CommonParameters
81-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
81+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
8282
8383
## INPUTS
8484

src/IotHub/IotHub/help/Get-AzIotHubRoute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Accept wildcard characters: False
153153
```
154154
155155
### CommonParameters
156-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
156+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
157157
158158
## INPUTS
159159

src/IotHub/IotHub/help/Get-AzIotHubRoutingEndpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Accept wildcard characters: False
193193
```
194194
195195
### CommonParameters
196-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
196+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
197197
198198
## INPUTS
199199

src/IotHub/IotHub/help/Get-AzIotHubValidSku.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Accept wildcard characters: False
7979
```
8080
8181
### CommonParameters
82-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
82+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
8383
8484
## INPUTS
8585

src/IotHub/IotHub/help/New-AzIotHub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Accept wildcard characters: False
179179
```
180180
181181
### CommonParameters
182-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
182+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
183183
184184
## INPUTS
185185

0 commit comments

Comments
 (0)