Skip to content

Commit 9c7d36a

Browse files
authored
Remove the ProgressAction in help files (#24482)
1 parent 05377cc commit 9c7d36a

File tree

1,209 files changed

+3123
-21462
lines changed

Some content is hidden

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

1,209 files changed

+3123
-21462
lines changed

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsights.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ Returns an Application Insights component.
1515
### ListBySubscription (Default)
1616
```
1717
Get-AzApplicationInsights [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

3333
### GetByResourceId
3434
```
3535
Get-AzApplicationInsights -ResourceId <String> [-Full] [-DefaultProfile <PSObject>]
36-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
36+
[<CommonParameters>]
3737
```
3838

3939
### GetByInputObject
4040
```
4141
Get-AzApplicationInsights -InputObject <IApplicationInsightsIdentity> [-DefaultProfile <PSObject>]
42-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
42+
[<CommonParameters>]
4343
```
4444

4545
## DESCRIPTION
@@ -123,21 +123,6 @@ Accept pipeline input: False
123123
Accept wildcard characters: False
124124
```
125125
126-
### -ProgressAction
127-
{{ Fill ProgressAction Description }}
128-
129-
```yaml
130-
Type: System.Management.Automation.ActionPreference
131-
Parameter Sets: (All)
132-
Aliases: proga
133-
134-
Required: False
135-
Position: Named
136-
Default value: None
137-
Accept pipeline input: False
138-
Accept wildcard characters: False
139-
```
140-
141126
### -ResourceGroupName
142127
The name of the resource group.
143128
The name is case insensitive.

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Get the API Key for this key id.
1515
### List (Default)
1616
```
1717
Get-AzApplicationInsightsApiKey -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2828
### GetViaIdentity
2929
```
3030
Get-AzApplicationInsightsApiKey -InputObject <IApplicationInsightsIdentity> [-DefaultProfile <PSObject>]
31-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
31+
[<CommonParameters>]
3232
```
3333

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

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsContinuousExport.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Get the Continuous Export configuration for this export id.
1515
### List (Default)
1616
```
1717
Get-AzApplicationInsightsContinuousExport -Name <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

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

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

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

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsLinkedStorageAccount.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Returns the current linked storage settings for an Application Insights componen
1515
### Get (Default)
1616
```
1717
Get-AzApplicationInsightsLinkedStorageAccount -Name <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

2222
### GetViaIdentity
2323
```
2424
Get-AzApplicationInsightsLinkedStorageAccount -InputObject <IApplicationInsightsIdentity>
25-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
25+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -86,21 +86,6 @@ Accept pipeline input: False
8686
Accept wildcard characters: False
8787
```
8888
89-
### -ProgressAction
90-
{{ Fill ProgressAction Description }}
91-
92-
```yaml
93-
Type: System.Management.Automation.ActionPreference
94-
Parameter Sets: (All)
95-
Aliases: proga
96-
97-
Required: False
98-
Position: Named
99-
Default value: None
100-
Accept pipeline input: False
101-
Accept wildcard characters: False
102-
```
103-
10489
### -ResourceGroupName
10590
The name of the resource group.
10691
The name is case insensitive.

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsMyWorkbook.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Get a single private workbook by its resourceName.
1515
### List1 (Default)
1616
```
1717
Get-AzApplicationInsightsMyWorkbook [-SubscriptionId <String[]>] -Category <CategoryType> [-CanFetchContent]
18-
[-Tag <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-Tag <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2727
### List
2828
```
2929
Get-AzApplicationInsightsMyWorkbook -ResourceGroupName <String> [-SubscriptionId <String[]>]
3030
-Category <CategoryType> [-CanFetchContent] [-LinkedSourceId <String>] [-Tag <String[]>]
31-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
31+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -166,21 +166,6 @@ Accept pipeline input: False
166166
Accept wildcard characters: False
167167
```
168168
169-
### -ProgressAction
170-
{{ Fill ProgressAction Description }}
171-
172-
```yaml
173-
Type: System.Management.Automation.ActionPreference
174-
Parameter Sets: (All)
175-
Aliases: proga
176-
177-
Required: False
178-
Position: Named
179-
Default value: None
180-
Accept pipeline input: False
181-
Accept wildcard characters: False
182-
```
183-
184169
### -ResourceGroupName
185170
The name of the resource group.
186171
The name is case insensitive.

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,32 @@ Get a specific Application Insights web test definition.
1515
### List1 (Default)
1616
```
1717
Get-AzApplicationInsightsWebTest [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

2727
### List2
2828
```
2929
Get-AzApplicationInsightsWebTest -ResourceGroupName <String> [-SubscriptionId <String[]>]
30-
-AppInsightsName <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
30+
-AppInsightsName <String> [-DefaultProfile <PSObject>]
3131
[<CommonParameters>]
3232
```
3333

3434
### List
3535
```
3636
Get-AzApplicationInsightsWebTest -ResourceGroupName <String> [-SubscriptionId <String[]>]
37-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
37+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3838
```
3939

4040
### GetViaIdentity
4141
```
4242
Get-AzApplicationInsightsWebTest -InputObject <IApplicationInsightsIdentity> [-DefaultProfile <PSObject>]
43-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
43+
[<CommonParameters>]
4444
```
4545

4646
## DESCRIPTION
@@ -196,21 +196,6 @@ Accept pipeline input: False
196196
Accept wildcard characters: False
197197
```
198198
199-
### -ProgressAction
200-
{{ Fill ProgressAction Description }}
201-
202-
```yaml
203-
Type: System.Management.Automation.ActionPreference
204-
Parameter Sets: (All)
205-
Aliases: proga
206-
207-
Required: False
208-
Position: Named
209-
Default value: None
210-
Accept pipeline input: False
211-
Accept wildcard characters: False
212-
```
213-
214199
### -ResourceGroupName
215200
The name of the resource group.
216201
The name is case insensitive.

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbook.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ Get a single workbook by its resourceName.
1515
### List (Default)
1616
```
1717
Get-AzApplicationInsightsWorkbook [-SubscriptionId <String[]>] [-CanFetchContent] -Category <CategoryType>
18-
[-Tag <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-Tag <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2727
### List1
2828
```
2929
Get-AzApplicationInsightsWorkbook -ResourceGroupName <String> [-SubscriptionId <String[]>] [-CanFetchContent]
3030
-Category <CategoryType> [-Tag <String[]>] [-LinkedSourceId <String>] [-DefaultProfile <PSObject>]
31-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
31+
[<CommonParameters>]
3232
```
3333

3434
### GetViaIdentity
3535
```
3636
Get-AzApplicationInsightsWorkbook -InputObject <IApplicationInsightsIdentity> [-CanFetchContent]
37-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
37+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3838
```
3939

4040
## DESCRIPTION
@@ -206,21 +206,6 @@ Accept pipeline input: False
206206
Accept wildcard characters: False
207207
```
208208
209-
### -ProgressAction
210-
{{ Fill ProgressAction Description }}
211-
212-
```yaml
213-
Type: System.Management.Automation.ActionPreference
214-
Parameter Sets: (All)
215-
Aliases: proga
216-
217-
Required: False
218-
Position: Named
219-
Default value: None
220-
Accept pipeline input: False
221-
Accept wildcard characters: False
222-
```
223-
224209
### -ResourceGroupName
225210
The name of the resource group.
226211
The name is case insensitive.

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWorkbookRevision.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Get a single workbook revision defined by its revisionId.
1515
### List (Default)
1616
```
1717
Get-AzApplicationInsightsWorkbookRevision -Name <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

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

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

3535
## DESCRIPTION
@@ -125,21 +125,6 @@ Accept pipeline input: False
125125
Accept wildcard characters: False
126126
```
127127
128-
### -ProgressAction
129-
{{ Fill ProgressAction Description }}
130-
131-
```yaml
132-
Type: System.Management.Automation.ActionPreference
133-
Parameter Sets: (All)
134-
Aliases: proga
135-
136-
Required: False
137-
Position: Named
138-
Default value: None
139-
Accept pipeline input: False
140-
Accept wildcard characters: False
141-
```
142-
143128
### -ResourceGroupName
144129
The name of the resource group.
145130
The name is case insensitive.

0 commit comments

Comments
 (0)