Skip to content

Commit f921a7c

Browse files
committed
Updated help files
1 parent 5bd61ce commit f921a7c

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ Gets route tables.
1313

1414
## SYNTAX
1515

16-
### Expand
16+
### NoExpand (Default)
1717
```
18-
Get-AzureRmRouteTable -ResourceGroupName <String> -Name <String> -ExpandResource <String>
19-
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
Get-AzureRmRouteTable [-ResourceGroupName <String>] [-Name <String>] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
2020
```
2121

22-
### NoExpand
22+
### Expand
2323
```
24-
Get-AzureRmRouteTable [-ResourceGroupName <String>] [-Name <String>] [-DefaultProfile <IAzureContextContainer>]
25-
[<CommonParameters>]
24+
Get-AzureRmRouteTable -ResourceGroupName <String> -Name <String> -ExpandResource <String>
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -94,10 +94,10 @@ Specifies the name of the route table that this cmdlet gets.
9494
9595
```yaml
9696
Type: System.String
97-
Parameter Sets: Expand
97+
Parameter Sets: NoExpand
9898
Aliases: ResourceName
9999

100-
Required: True
100+
Required: False
101101
Position: Named
102102
Default value: None
103103
Accept pipeline input: True (ByPropertyName)
@@ -106,10 +106,10 @@ Accept wildcard characters: False
106106
107107
```yaml
108108
Type: System.String
109-
Parameter Sets: NoExpand
109+
Parameter Sets: Expand
110110
Aliases: ResourceName
111111

112-
Required: False
112+
Required: True
113113
Position: Named
114114
Default value: None
115115
Accept pipeline input: True (ByPropertyName)
@@ -121,10 +121,10 @@ Specifies the name of the resource group that contains the route tables that thi
121121
122122
```yaml
123123
Type: System.String
124-
Parameter Sets: Expand
124+
Parameter Sets: NoExpand
125125
Aliases:
126126

127-
Required: True
127+
Required: False
128128
Position: Named
129129
Default value: None
130130
Accept pipeline input: True (ByPropertyName)
@@ -133,10 +133,10 @@ Accept wildcard characters: False
133133
134134
```yaml
135135
Type: System.String
136-
Parameter Sets: NoExpand
136+
Parameter Sets: Expand
137137
Aliases:
138138

139-
Required: False
139+
Required: True
140140
Position: Named
141141
Default value: None
142142
Accept pipeline input: True (ByPropertyName)

src/ResourceManager/Network/Commands.Network/help/Remove-AzureRmApplicationSecurityGroup.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Removes an application security group.
1313
## SYNTAX
1414

1515
```
16-
Remove-AzureRmApplicationSecurityGroup -ResourceGroupName <String> -Name <String> [-Force] [-PassThru]
16+
Remove-AzureRmApplicationSecurityGroup -ResourceGroupName <String> -Name <String> [-Force] [-AsJob] [-PassThru]
1717
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

@@ -31,6 +31,19 @@ This command deletes an application security group named MyApplicationSecurityGr
3131

3232
## PARAMETERS
3333

34+
### -AsJob
35+
Run cmdlet in the background```yaml
36+
Type: System.Management.Automation.SwitchParameter
37+
Parameter Sets: (All)
38+
Aliases:
39+
40+
Required: False
41+
Position: Named
42+
Default value: None
43+
Accept pipeline input: False
44+
Accept wildcard characters: False
45+
```
46+
3447
### -DefaultProfile
3548
The credentials, account, tenant, and subscription used for communication with azure.
3649

0 commit comments

Comments
 (0)