Skip to content

Commit cadbf19

Browse files
committed
remove ProgressAction
1 parent b15c6bb commit cadbf19

File tree

914 files changed

+2700
-16428
lines changed

Some content is hidden

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

914 files changed

+2700
-16428
lines changed

src/Chaos/Chaos/help/Get-AzChaosCapability.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ Get a Capability resource that extends a Target resource.
1616
```
1717
Get-AzChaosCapability -ParentProviderNamespace <String> -ParentResourceName <String>
1818
-ParentResourceType <String> -ResourceGroupName <String> [-SubscriptionId <String[]>] -TargetName <String>
19-
[-ContinuationToken <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
19+
[-ContinuationToken <String>] [-DefaultProfile <PSObject>]
2020
[<CommonParameters>]
2121
```
2222

2323
### GetViaIdentityTarget
2424
```
2525
Get-AzChaosCapability -Name <String> -TargetInputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
26-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
26+
[<CommonParameters>]
2727
```
2828

2929
### Get
3030
```
3131
Get-AzChaosCapability -Name <String> -ParentProviderNamespace <String> -ParentResourceName <String>
3232
-ParentResourceType <String> -ResourceGroupName <String> [-SubscriptionId <String[]>] -TargetName <String>
33-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
33+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3434
```
3535

3636
### GetViaIdentity
3737
```
3838
Get-AzChaosCapability -InputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
39-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
39+
[<CommonParameters>]
4040
```
4141

4242
## DESCRIPTION
@@ -192,21 +192,6 @@ Accept pipeline input: False
192192
Accept wildcard characters: False
193193
```
194194
195-
### -ProgressAction
196-
{{ Fill ProgressAction Description }}
197-
198-
```yaml
199-
Type: System.Management.Automation.ActionPreference
200-
Parameter Sets: (All)
201-
Aliases: proga
202-
203-
Required: False
204-
Position: Named
205-
Default value: None
206-
Accept pipeline input: False
207-
Accept wildcard characters: False
208-
```
209-
210195
### -ResourceGroupName
211196
String that represents an Azure resource group.
212197

src/Chaos/Chaos/help/Get-AzChaosCapabilityType.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@ Get a Capability Type resource for given Target Type and location.
1515
### List (Default)
1616
```
1717
Get-AzChaosCapabilityType -LocationName <String> [-SubscriptionId <String[]>] -TargetTypeName <String>
18-
[-ContinuationToken <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-ContinuationToken <String>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

2222
### Get
2323
```
2424
Get-AzChaosCapabilityType -LocationName <String> -Name <String> [-SubscriptionId <String[]>]
25-
-TargetTypeName <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
25+
-TargetTypeName <String> [-DefaultProfile <PSObject>]
2626
[<CommonParameters>]
2727
```
2828

2929
### GetViaIdentityTargetType
3030
```
3131
Get-AzChaosCapabilityType -Name <String> -TargetTypeInputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
32-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
32+
[<CommonParameters>]
3333
```
3434

3535
### GetViaIdentityLocation
3636
```
3737
Get-AzChaosCapabilityType -Name <String> -TargetTypeName <String> -LocationInputObject <IChaosIdentity>
38-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
38+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3939
```
4040

4141
### GetViaIdentity
4242
```
4343
Get-AzChaosCapabilityType -InputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
44-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
44+
[<CommonParameters>]
4545
```
4646

4747
## DESCRIPTION
@@ -188,21 +188,6 @@ Accept pipeline input: False
188188
Accept wildcard characters: False
189189
```
190190
191-
### -ProgressAction
192-
{{ Fill ProgressAction Description }}
193-
194-
```yaml
195-
Type: System.Management.Automation.ActionPreference
196-
Parameter Sets: (All)
197-
Aliases: proga
198-
199-
Required: False
200-
Position: Named
201-
Default value: None
202-
Accept pipeline input: False
203-
Accept wildcard characters: False
204-
```
205-
206191
### -SubscriptionId
207192
GUID that represents an Azure subscription ID.
208193

src/Chaos/Chaos/help/Get-AzChaosExecutionExperimentDetail.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Execution details of an experiment resource.
1515
### Execution (Default)
1616
```
1717
Get-AzChaosExecutionExperimentDetail -ExecutionId <String> -ExperimentName <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### ExecutionViaIdentityExperiment
2323
```
2424
Get-AzChaosExecutionExperimentDetail -ExecutionId <String> -ExperimentInputObject <IChaosIdentity>
25-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### ExecutionViaIdentity
2929
```
3030
Get-AzChaosExecutionExperimentDetail -InputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
31-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -164,21 +164,6 @@ Accept pipeline input: True (ByValue)
164164
Accept wildcard characters: False
165165
```
166166
167-
### -ProgressAction
168-
{{ Fill ProgressAction Description }}
169-
170-
```yaml
171-
Type: System.Management.Automation.ActionPreference
172-
Parameter Sets: (All)
173-
Aliases: proga
174-
175-
Required: False
176-
Position: Named
177-
Default value: None
178-
Accept pipeline input: False
179-
Accept wildcard characters: False
180-
```
181-
182167
### -ResourceGroupName
183168
String that represents an Azure resource group.
184169

src/Chaos/Chaos/help/Get-AzChaosExperiment.md

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

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

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

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

3939
## DESCRIPTION
@@ -290,21 +290,6 @@ Accept pipeline input: False
290290
Accept wildcard characters: False
291291
```
292292
293-
### -ProgressAction
294-
{{ Fill ProgressAction Description }}
295-
296-
```yaml
297-
Type: System.Management.Automation.ActionPreference
298-
Parameter Sets: (All)
299-
Aliases: proga
300-
301-
Required: False
302-
Position: Named
303-
Default value: None
304-
Accept pipeline input: False
305-
Accept wildcard characters: False
306-
```
307-
308293
### -ResourceGroupName
309294
String that represents an Azure resource group.
310295

src/Chaos/Chaos/help/Get-AzChaosExperimentExecution.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ Get an execution of an Experiment resource.
1515
### List (Default)
1616
```
1717
Get-AzChaosExperimentExecution -ExperimentName <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

2222
### GetViaIdentityExperiment
2323
```
2424
Get-AzChaosExperimentExecution -ExecutionId <String> -ExperimentInputObject <IChaosIdentity>
25-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
25+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2626
```
2727

2828
### Get
2929
```
3030
Get-AzChaosExperimentExecution -ExecutionId <String> -ExperimentName <String> -ResourceGroupName <String>
31-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
31+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
3232
[<CommonParameters>]
3333
```
3434

3535
### GetViaIdentity
3636
```
3737
Get-AzChaosExperimentExecution -InputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
38-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
38+
[<CommonParameters>]
3939
```
4040

4141
## DESCRIPTION
@@ -153,21 +153,6 @@ Accept pipeline input: True (ByValue)
153153
Accept wildcard characters: False
154154
```
155155
156-
### -ProgressAction
157-
{{ Fill ProgressAction Description }}
158-
159-
```yaml
160-
Type: System.Management.Automation.ActionPreference
161-
Parameter Sets: (All)
162-
Aliases: proga
163-
164-
Required: False
165-
Position: Named
166-
Default value: None
167-
Accept pipeline input: False
168-
Accept wildcard characters: False
169-
```
170-
171156
### -ResourceGroupName
172157
String that represents an Azure resource group.
173158

src/Chaos/Chaos/help/Get-AzChaosTarget.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Get a Target resource that extends a tracked regional resource.
1616
```
1717
Get-AzChaosTarget -ParentProviderNamespace <String> -ParentResourceName <String> -ParentResourceType <String>
1818
-ResourceGroupName <String> [-SubscriptionId <String[]>] [-ContinuationToken <String>]
19-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
19+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2020
```
2121

2222
### Get
2323
```
2424
Get-AzChaosTarget -Name <String> -ParentProviderNamespace <String> -ParentResourceName <String>
2525
-ParentResourceType <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
26-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
26+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2727
```
2828

2929
### GetViaIdentity
3030
```
3131
Get-AzChaosTarget -InputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
32-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
32+
[<CommonParameters>]
3333
```
3434

3535
## DESCRIPTION
@@ -193,21 +193,6 @@ Accept pipeline input: False
193193
Accept wildcard characters: False
194194
```
195195
196-
### -ProgressAction
197-
{{ Fill ProgressAction Description }}
198-
199-
```yaml
200-
Type: System.Management.Automation.ActionPreference
201-
Parameter Sets: (All)
202-
Aliases: proga
203-
204-
Required: False
205-
Position: Named
206-
Default value: None
207-
Accept pipeline input: False
208-
Accept wildcard characters: False
209-
```
210-
211196
### -ResourceGroupName
212197
String that represents an Azure resource group.
213198

src/Chaos/Chaos/help/Get-AzChaosTargetType.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get a Target Type resources for given location.
1515
### List (Default)
1616
```
1717
Get-AzChaosTargetType -LocationName <String> [-SubscriptionId <String[]>] [-ContinuationToken <String>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2727
### GetViaIdentityLocation
2828
```
2929
Get-AzChaosTargetType -Name <String> -LocationInputObject <IChaosIdentity> [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

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

3939
## DESCRIPTION
@@ -174,21 +174,6 @@ Accept pipeline input: False
174174
Accept wildcard characters: False
175175
```
176176
177-
### -ProgressAction
178-
{{ Fill ProgressAction Description }}
179-
180-
```yaml
181-
Type: System.Management.Automation.ActionPreference
182-
Parameter Sets: (All)
183-
Aliases: proga
184-
185-
Required: False
186-
Position: Named
187-
Default value: None
188-
Accept pipeline input: False
189-
Accept wildcard characters: False
190-
```
191-
192177
### -SubscriptionId
193178
GUID that represents an Azure subscription ID.
194179

src/Chaos/Chaos/help/New-AzChaosActionObject.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Create an in-memory object for Action.
1313
## SYNTAX
1414

1515
```
16-
New-AzChaosActionObject -Name <String> -Type <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
16+
New-AzChaosActionObject -Name <String> -Type <String> [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION
@@ -51,21 +51,6 @@ Accept pipeline input: False
5151
Accept wildcard characters: False
5252
```
5353
54-
### -ProgressAction
55-
{{ Fill ProgressAction Description }}
56-
57-
```yaml
58-
Type: System.Management.Automation.ActionPreference
59-
Parameter Sets: (All)
60-
Aliases: proga
61-
62-
Required: False
63-
Position: Named
64-
Default value: None
65-
Accept pipeline input: False
66-
Accept wildcard characters: False
67-
```
68-
6954
### -Type
7055
Enum that discriminates between action models.
7156

0 commit comments

Comments
 (0)