Skip to content

Commit e9bf0a7

Browse files
Regenerated MD help
1 parent ac51e01 commit e9bf0a7

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

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

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gets routes from a route table.
1515

1616
```
1717
Get-AzureRmRouteConfig -RouteTable <PSRouteTable> [-Name <String>] [-DefaultProfile <IAzureContextContainer>]
18-
[-WhatIf] [-Confirm] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -87,36 +87,6 @@ Accept pipeline input: True (ByPropertyName, ByValue)
8787
Accept wildcard characters: False
8888
```
8989
90-
### -Confirm
91-
Prompts you for confirmation before running the cmdlet.
92-
93-
```yaml
94-
Type: SwitchParameter
95-
Parameter Sets: (All)
96-
Aliases: cf
97-
98-
Required: False
99-
Position: Named
100-
Default value: None
101-
Accept pipeline input: False
102-
Accept wildcard characters: False
103-
```
104-
105-
### -WhatIf
106-
Shows what would happen if the cmdlet runs. The cmdlet is not run.
107-
108-
```yaml
109-
Type: SwitchParameter
110-
Parameter Sets: (All)
111-
Aliases: wi
112-
113-
Required: False
114-
Position: Named
115-
Default value: None
116-
Accept pipeline input: False
117-
Accept wildcard characters: False
118-
```
119-
12090
### CommonParameters
12191
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).
12292

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

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Sets the goal state for a route table.
1414
## SYNTAX
1515

1616
```
17-
Set-AzureRmRouteTable -RouteTable <PSRouteTable> [-DefaultProfile <IAzureContextContainer>]
18-
[<CommonParameters>]
17+
Set-AzureRmRouteTable -RouteTable <PSRouteTable> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
18+
[-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -104,6 +104,36 @@ Accept pipeline input: True (ByValue)
104104
Accept wildcard characters: False
105105
```
106106
107+
### -Confirm
108+
Prompts you for confirmation before running the cmdlet.
109+
110+
```yaml
111+
Type: SwitchParameter
112+
Parameter Sets: (All)
113+
Aliases: cf
114+
115+
Required: False
116+
Position: Named
117+
Default value: None
118+
Accept pipeline input: False
119+
Accept wildcard characters: False
120+
```
121+
122+
### -WhatIf
123+
Shows what would happen if the cmdlet runs. The cmdlet is not run.
124+
125+
```yaml
126+
Type: SwitchParameter
127+
Parameter Sets: (All)
128+
Aliases: wi
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
107137
### CommonParameters
108138
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).
109139

0 commit comments

Comments
 (0)