Skip to content

Commit 3e470a3

Browse files
Regenerated Network help files
1 parent e7ce6d9 commit 3e470a3

6 files changed

+78
-4
lines changed

src/ResourceManager/Network/Commands.Network/help/Add-AzureRmRouteFilterRuleConfig.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The Add-AzureRmRouteFilterRuleConfig cmdlet adds a route filter rule to an Azure
2929

3030

3131

32+
33+
3234
```
3335
PS C:\>$RouteFilter = Get-AzureRmRouteFilter -ResourceGroupName "ResourceGroup11" -Name "routefilter01"
3436
PS C:\> Add-AzureRmRouteFilterRuleConfig -Name "rule13" -Access Allow -RouteFilterRuleType Community -RouteFilter $RouteFilter

src/ResourceManager/Network/Commands.Network/help/Get-AzureRmApplicationGatewayBackendHealth.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The Get-AzureRmApplicationGatewayBackendHealth cmdlet gets application gateway b
3131

3232

3333

34+
35+
3436
```
3537
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01
3638
```
@@ -46,6 +48,8 @@ This command gets the backend health of application gateway named ApplicationGat
4648

4749

4850

51+
52+
4953
```
5054
PS C:\>$BackendHealth = Get-AzureRmApplicationGatewayBackendHealth -Name ApplicationGateway01 -ResourceGroupName ResourceGroup01 -ExpandResource "backendhealth/applicationgatewayresource"
5155
```
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
3+
online version:
4+
schema: 2.0.0
5+
---
6+
7+
# Get-AzureRmNetworkUsage
8+
9+
## SYNOPSIS
10+
{{Fill in the Synopsis}}
11+
12+
## SYNTAX
13+
14+
```
15+
Get-AzureRmNetworkUsage -Location <String>
16+
```
17+
18+
## DESCRIPTION
19+
{{Fill in the Description}}
20+
21+
## EXAMPLES
22+
23+
### Example 1
24+
```
25+
PS C:\> {{ Add example code here }}
26+
```
27+
28+
{{ Add example description here }}
29+
30+
## PARAMETERS
31+
32+
### -Location
33+
{{Fill Location Description}}
34+
35+
```yaml
36+
Type: String
37+
Parameter Sets: (All)
38+
Aliases:
39+
40+
Required: True
41+
Position: Named
42+
Default value: None
43+
Accept pipeline input: True (ByPropertyName)
44+
Accept wildcard characters: False
45+
```
46+
47+
## INPUTS
48+
49+
### System.String
50+
51+
52+
## OUTPUTS
53+
54+
### System.Object
55+
56+
## NOTES
57+
58+
## RELATED LINKS
59+

src/ResourceManager/Network/Commands.Network/help/New-AzureRmApplicationGatewayWebApplicationFirewallConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ The acceptable values for this parameter are:
9797
Type: String
9898
Parameter Sets: (All)
9999
Aliases:
100+
Accepted values: OWASP
100101

101102
Required: False
102103
Position: Named
@@ -116,6 +117,7 @@ The acceptable values for this parameter are:
116117
Type: String
117118
Parameter Sets: (All)
118119
Aliases:
120+
Accepted values: 3.0, 2.2.9
119121

120122
Required: False
121123
Position: Named

src/ResourceManager/Network/Commands.Network/help/Set-AzureRmApplicationGatewayWebApplicationFirewallConfiguration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The acceptable values for this parameter are:
112112
Type: String
113113
Parameter Sets: (All)
114114
Aliases:
115+
Accepted values: OWASP
115116

116117
Required: False
117118
Position: Named
@@ -131,6 +132,7 @@ The acceptable values for this parameter are:
131132
Type: String
132133
Parameter Sets: (All)
133134
Aliases:
135+
Accepted values: 3.0, 2.2.9
134136

135137
Required: False
136138
Position: Named

src/ResourceManager/Network/Commands.Network/help/Test-AzureRmNetworkWatcherConnectivity.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ Returns connectivity information for a specified source VM and a destination.
1515
```
1616
Test-AzureRmNetworkWatcherConnectivity -NetworkWatcher <PSNetworkWatcher> -SourceId <String>
1717
[-SourcePort <Int32>] [-DestinationId <String>] [-DestinationAddress <String>] [-DestinationPort <Int32>]
18+
[<CommonParameters>]
1819
```
1920

2021
### SetByName
2122
```
2223
Test-AzureRmNetworkWatcherConnectivity -NetworkWatcherName <String> -ResourceGroupName <String>
2324
-SourceId <String> [-SourcePort <Int32>] [-DestinationId <String>] [-DestinationAddress <String>]
24-
[-DestinationPort <Int32>]
25+
[-DestinationPort <Int32>] [<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -31,6 +32,8 @@ The Test-AzureRmNetworkWatcherConnectivity cmdlet returns connectivity informati
3132

3233
### --------------- Example 1: Test Network Watcher Connectivity from a VM to a website ---------------
3334
@{paragraph=PS C:\\\>}
35+
36+
3437
```
3538
Test-AzureRmNetworkWatcherConnectivity -NetworkWatcherName NetworkWatcher -ResourceGroupName NetworkWatcherRG -SourceId "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/ContosoRG/providers/Microsoft.Compute/virtualMachines/MultiTierApp0" -DestinationAddress "bing.com" -DestinationPort 80
3639
@@ -138,7 +141,7 @@ Aliases: Name
138141
Required: True
139142
Position: Named
140143
Default value: None
141-
Accept pipeline input: True (ByValue)
144+
Accept pipeline input: True (ByPropertyName)
142145
Accept wildcard characters: False
143146
```
144147
@@ -187,22 +190,24 @@ Accept pipeline input: True (ByPropertyName)
187190
Accept wildcard characters: False
188191
```
189192
193+
### CommonParameters
194+
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).
195+
190196
## INPUTS
191197
192198
### Microsoft.Azure.Commands.Network.Models.PSNetworkWatcher
193199
System.String
194200
System.Int32
195201
196-
197202
## OUTPUTS
198203
199204
### Microsoft.Azure.Commands.Network.Models.PSConnectivityInformation
200205
201-
202206
## NOTES
203207
Keywords: azure, azurerm, arm, resource, connectivity, management, manager, network, networking, network watcher
204208
205209
## RELATED LINKS
210+
206211
[New-AzureRmNetworkWatcher](./New-AzureRmNetworkWatcher.md)
207212
[Get-AzureRmNetworkWatcher](./Get-AzureRmNetworkWatcher.md)
208213
[Remove-AzureRmNetworkWatcher](./Remove-AzureRmNetworkWatcher.md)

0 commit comments

Comments
 (0)