Skip to content

Commit 5df9998

Browse files
authored
Remove the ProgressAction in help files (#24493)
1 parent b593564 commit 5df9998

File tree

193 files changed

+463
-3358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+463
-3358
lines changed

src/Alb/Alb/help/Get-AzAlb.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@ Get a TrafficController
1414

1515
### List (Default)
1616
```
17-
Get-AzAlb [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
17+
Get-AzAlb [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1818
[<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
### List1
2828
```
2929
Get-AzAlb -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
### GetViaIdentity
3434
```
35-
Get-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
35+
Get-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
3636
[<CommonParameters>]
3737
```
3838

@@ -129,21 +129,6 @@ Accept pipeline input: False
129129
Accept wildcard characters: False
130130
```
131131
132-
### -ProgressAction
133-
{{ Fill ProgressAction Description }}
134-
135-
```yaml
136-
Type: System.Management.Automation.ActionPreference
137-
Parameter Sets: (All)
138-
Aliases: proga
139-
140-
Required: False
141-
Position: Named
142-
Default value: None
143-
Accept pipeline input: False
144-
Accept wildcard characters: False
145-
```
146-
147132
### -ResourceGroupName
148133
The name of the resource group.
149134
The name is case insensitive.

src/Alb/Alb/help/Get-AzAlbAssociation.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get a Association
1515
### List (Default)
1616
```
1717
Get-AzAlbAssociation -AlbName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
### GetViaIdentityTrafficController
2828
```
2929
Get-AzAlbAssociation -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
### GetViaIdentity
3434
```
3535
Get-AzAlbAssociation -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
36-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
36+
[<CommonParameters>]
3737
```
3838

3939
## DESCRIPTION
@@ -132,21 +132,6 @@ Accept pipeline input: False
132132
Accept wildcard characters: False
133133
```
134134
135-
### -ProgressAction
136-
{{ Fill ProgressAction Description }}
137-
138-
```yaml
139-
Type: System.Management.Automation.ActionPreference
140-
Parameter Sets: (All)
141-
Aliases: proga
142-
143-
Required: False
144-
Position: Named
145-
Default value: None
146-
Accept pipeline input: False
147-
Accept wildcard characters: False
148-
```
149-
150135
### -ResourceGroupName
151136
The name of the resource group.
152137
The name is case insensitive.

src/Alb/Alb/help/Get-AzAlbFrontend.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ Get a Frontend
1515
### List (Default)
1616
```
1717
Get-AzAlbFrontend -AlbName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
### GetViaIdentityTrafficController
2828
```
2929
Get-AzAlbFrontend -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
### GetViaIdentity
3434
```
35-
Get-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
35+
Get-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
3636
[<CommonParameters>]
3737
```
3838

@@ -131,21 +131,6 @@ Accept pipeline input: False
131131
Accept wildcard characters: False
132132
```
133133
134-
### -ProgressAction
135-
{{ Fill ProgressAction Description }}
136-
137-
```yaml
138-
Type: System.Management.Automation.ActionPreference
139-
Parameter Sets: (All)
140-
Aliases: proga
141-
142-
Required: False
143-
Position: Named
144-
Default value: None
145-
Accept pipeline input: False
146-
Accept wildcard characters: False
147-
```
148-
149134
### -ResourceGroupName
150135
The name of the resource group.
151136
The name is case insensitive.

src/Alb/Alb/help/New-AzAlb.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create a TrafficController
1414

1515
```
1616
New-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] -Location <String>
17-
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
17+
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
1818
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

@@ -114,21 +114,6 @@ Accept pipeline input: False
114114
Accept wildcard characters: False
115115
```
116116
117-
### -ProgressAction
118-
{{ Fill ProgressAction Description }}
119-
120-
```yaml
121-
Type: System.Management.Automation.ActionPreference
122-
Parameter Sets: (All)
123-
Aliases: proga
124-
125-
Required: False
126-
Position: Named
127-
Default value: None
128-
Accept pipeline input: False
129-
Accept wildcard characters: False
130-
```
131-
132117
### -ResourceGroupName
133118
The name of the resource group.
134119
The name is case insensitive.

src/Alb/Alb/help/New-AzAlbAssociation.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a Association
1515
```
1616
New-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
1717
-Location <String> [-SubnetId <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -129,21 +129,6 @@ Accept pipeline input: False
129129
Accept wildcard characters: False
130130
```
131131
132-
### -ProgressAction
133-
{{ Fill ProgressAction Description }}
134-
135-
```yaml
136-
Type: System.Management.Automation.ActionPreference
137-
Parameter Sets: (All)
138-
Aliases: proga
139-
140-
Required: False
141-
Position: Named
142-
Default value: None
143-
Accept pipeline input: False
144-
Accept wildcard characters: False
145-
```
146-
147132
### -ResourceGroupName
148133
The name of the resource group.
149134
The name is case insensitive.

src/Alb/Alb/help/New-AzAlbFrontend.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create a Frontend
1515
```
1616
New-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
1717
-Location <String> [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -129,21 +129,6 @@ Accept pipeline input: False
129129
Accept wildcard characters: False
130130
```
131131
132-
### -ProgressAction
133-
{{ Fill ProgressAction Description }}
134-
135-
```yaml
136-
Type: System.Management.Automation.ActionPreference
137-
Parameter Sets: (All)
138-
Aliases: proga
139-
140-
Required: False
141-
Position: Named
142-
Default value: None
143-
Accept pipeline input: False
144-
Accept wildcard characters: False
145-
```
146-
147132
### -ResourceGroupName
148133
The name of the resource group.
149134
The name is case insensitive.

src/Alb/Alb/help/Remove-AzAlb.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Delete a TrafficController
1515
### Delete (Default)
1616
```
1717
Remove-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] [-DefaultProfile <PSObject>]
18-
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### DeleteViaIdentity
2222
```
2323
Remove-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
24-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -129,21 +129,6 @@ Accept pipeline input: False
129129
Accept wildcard characters: False
130130
```
131131
132-
### -ProgressAction
133-
{{ Fill ProgressAction Description }}
134-
135-
```yaml
136-
Type: System.Management.Automation.ActionPreference
137-
Parameter Sets: (All)
138-
Aliases: proga
139-
140-
Required: False
141-
Position: Named
142-
Default value: None
143-
Accept pipeline input: False
144-
Accept wildcard characters: False
145-
```
146-
147132
### -ResourceGroupName
148133
The name of the resource group.
149134
The name is case insensitive.

src/Alb/Alb/help/Remove-AzAlbAssociation.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Delete a Association
1515
### Delete (Default)
1616
```
1717
Remove-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DeleteViaIdentityTrafficController
2323
```
2424
Remove-AzAlbAssociation -Name <String> -TrafficControllerInputObject <IAlbIdentity>
25-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
25+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
2626
[-Confirm] [<CommonParameters>]
2727
```
2828

2929
### DeleteViaIdentity
3030
```
3131
Remove-AzAlbAssociation -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
32-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -152,21 +152,6 @@ Accept pipeline input: False
152152
Accept wildcard characters: False
153153
```
154154
155-
### -ProgressAction
156-
{{ Fill ProgressAction Description }}
157-
158-
```yaml
159-
Type: System.Management.Automation.ActionPreference
160-
Parameter Sets: (All)
161-
Aliases: proga
162-
163-
Required: False
164-
Position: Named
165-
Default value: None
166-
Accept pipeline input: False
167-
Accept wildcard characters: False
168-
```
169-
170155
### -ResourceGroupName
171156
The name of the resource group.
172157
The name is case insensitive.

src/Alb/Alb/help/Remove-AzAlbFrontend.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Delete a Frontend
1515
### Delete (Default)
1616
```
1717
Remove-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DeleteViaIdentityTrafficController
2323
```
2424
Remove-AzAlbFrontend -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
25-
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### DeleteViaIdentity
2929
```
3030
Remove-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
31-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -151,21 +151,6 @@ Accept pipeline input: False
151151
Accept wildcard characters: False
152152
```
153153
154-
### -ProgressAction
155-
{{ Fill ProgressAction Description }}
156-
157-
```yaml
158-
Type: System.Management.Automation.ActionPreference
159-
Parameter Sets: (All)
160-
Aliases: proga
161-
162-
Required: False
163-
Position: Named
164-
Default value: None
165-
Accept pipeline input: False
166-
Accept wildcard characters: False
167-
```
168-
169154
### -ResourceGroupName
170155
The name of the resource group.
171156
The name is case insensitive.

0 commit comments

Comments
 (0)