Skip to content

Commit 040533d

Browse files
authored
remove common parameter ProgressAction (#25708)
1 parent b588681 commit 040533d

File tree

38 files changed

+122
-692
lines changed

38 files changed

+122
-692
lines changed

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterPoolVersion.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns a list of available cluster pool versions.
1414

1515
```
1616
Get-AzHdInsightOnAksAvailableClusterPoolVersion -Location <String> [-SubscriptionId <String[]>]
17-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
17+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -80,21 +80,6 @@ Accept pipeline input: False
8080
Accept wildcard characters: False
8181
```
8282
83-
### -ProgressAction
84-
{{ Fill ProgressAction Description }}
85-
86-
```yaml
87-
Type: System.Management.Automation.ActionPreference
88-
Parameter Sets: (All)
89-
Aliases: proga
90-
91-
Required: False
92-
Position: Named
93-
Default value: None
94-
Accept pipeline input: False
95-
Accept wildcard characters: False
96-
```
97-
9883
### -SubscriptionId
9984
The ID of the target subscription.
10085
The value must be an UUID.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksAvailableClusterVersion.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns a list of available cluster versions.
1414

1515
```
1616
Get-AzHdInsightOnAksAvailableClusterVersion -Location <String> [-SubscriptionId <String[]>]
17-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
17+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -245,21 +245,6 @@ Accept pipeline input: False
245245
Accept wildcard characters: False
246246
```
247247
248-
### -ProgressAction
249-
{{ Fill ProgressAction Description }}
250-
251-
```yaml
252-
Type: System.Management.Automation.ActionPreference
253-
Parameter Sets: (All)
254-
Aliases: proga
255-
256-
Required: False
257-
Position: Named
258-
Default value: None
259-
Accept pipeline input: False
260-
Accept wildcard characters: False
261-
```
262-
263248
### -SubscriptionId
264249
The ID of the target subscription.
265250
The value must be an UUID.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksCluster.md

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

2121
### GetViaIdentityClusterpool
2222
```
2323
Get-AzHdInsightOnAksCluster -Name <String> -ClusterpoolInputObject <IHdInsightOnAksIdentity>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

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

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

4040
## DESCRIPTION
@@ -173,21 +173,6 @@ Accept pipeline input: False
173173
Accept wildcard characters: False
174174
```
175175
176-
### -ProgressAction
177-
{{ Fill ProgressAction Description }}
178-
179-
```yaml
180-
Type: System.Management.Automation.ActionPreference
181-
Parameter Sets: (All)
182-
Aliases: proga
183-
184-
Required: False
185-
Position: Named
186-
Default value: None
187-
Accept pipeline input: False
188-
Accept wildcard characters: False
189-
```
190-
191176
### -ResourceGroupName
192177
The name of the resource group.
193178
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterAvailableUpgrade.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ List a cluster available upgrade.
1515
```
1616
Get-AzHdInsightOnAksClusterAvailableUpgrade -ClusterName <String> -ClusterPoolName <String>
1717
-ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -105,21 +105,6 @@ Accept pipeline input: False
105105
Accept wildcard characters: False
106106
```
107107
108-
### -ProgressAction
109-
{{ Fill ProgressAction Description }}
110-
111-
```yaml
112-
Type: System.Management.Automation.ActionPreference
113-
Parameter Sets: (All)
114-
Aliases: proga
115-
116-
Required: False
117-
Position: Named
118-
Default value: None
119-
Accept pipeline input: False
120-
Accept wildcard characters: False
121-
```
122-
123108
### -ResourceGroupName
124109
The name of the resource group.
125110
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterInstanceView.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ Gets the status of a cluster instance.
1616
```
1717
Get-AzHdInsightOnAksClusterInstanceView -ClusterName <String> -ClusterPoolName <String>
1818
-ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
19-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
19+
[<CommonParameters>]
2020
```
2121

2222
### List
2323
```
2424
Get-AzHdInsightOnAksClusterInstanceView -ClusterName <String> -ClusterPoolName <String>
2525
-ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
26-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
26+
[<CommonParameters>]
2727
```
2828

2929
### GetViaIdentityClusterpool
3030
```
3131
Get-AzHdInsightOnAksClusterInstanceView -ClusterName <String> -ClusterpoolInputObject <IHdInsightOnAksIdentity>
32-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
32+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3333
```
3434

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

4141
## DESCRIPTION
@@ -142,21 +142,6 @@ Accept pipeline input: True (ByValue)
142142
Accept wildcard characters: False
143143
```
144144
145-
### -ProgressAction
146-
{{ Fill ProgressAction Description }}
147-
148-
```yaml
149-
Type: System.Management.Automation.ActionPreference
150-
Parameter Sets: (All)
151-
Aliases: proga
152-
153-
Required: False
154-
Position: Named
155-
Default value: None
156-
Accept pipeline input: False
157-
Accept wildcard characters: False
158-
```
159-
160145
### -ResourceGroupName
161146
The name of the resource group.
162147
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterJob.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get jobs of HDInsight on AKS cluster.
1515
```
1616
Get-AzHdInsightOnAksClusterJob -ClusterName <String> -ClusterPoolName <String> -ResourceGroupName <String>
1717
[-SubscriptionId <String[]>] [-Filter <String>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -102,21 +102,6 @@ Accept pipeline input: False
102102
Accept wildcard characters: False
103103
```
104104
105-
### -ProgressAction
106-
{{ Fill ProgressAction Description }}
107-
108-
```yaml
109-
Type: System.Management.Automation.ActionPreference
110-
Parameter Sets: (All)
111-
Aliases: proga
112-
113-
Required: False
114-
Position: Named
115-
Default value: None
116-
Accept pipeline input: False
117-
Accept wildcard characters: False
118-
```
119-
120105
### -ResourceGroupName
121106
The name of the resource group.
122107
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterLibrary.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get all libraries of HDInsight on AKS cluster.
1515
```
1616
Get-AzHdInsightOnAksClusterLibrary -ClusterName <String> -ClusterPoolName <String> -ResourceGroupName <String>
1717
[-SubscriptionId <String[]>] -Category <String> [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -135,21 +135,6 @@ Accept pipeline input: False
135135
Accept wildcard characters: False
136136
```
137137
138-
### -ProgressAction
139-
{{ Fill ProgressAction Description }}
140-
141-
```yaml
142-
Type: System.Management.Automation.ActionPreference
143-
Parameter Sets: (All)
144-
Aliases: proga
145-
146-
Required: False
147-
Position: Named
148-
Default value: None
149-
Accept pipeline input: False
150-
Accept wildcard characters: False
151-
```
152-
153138
### -ResourceGroupName
154139
The name of the resource group.
155140
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPool.md

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

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

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

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

3939
## 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
### -ResourceGroupName
207192
The name of the resource group.
208193
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPoolAvailableUpgrade.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ List a cluster pool available upgrade.
1414

1515
```
1616
Get-AzHdInsightOnAksClusterPoolAvailableUpgrade -ClusterPoolName <String> -ResourceGroupName <String>
17-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
17+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1818
[<CommonParameters>]
1919
```
2020

@@ -70,21 +70,6 @@ Accept pipeline input: False
7070
Accept wildcard characters: False
7171
```
7272
73-
### -ProgressAction
74-
{{ Fill ProgressAction Description }}
75-
76-
```yaml
77-
Type: System.Management.Automation.ActionPreference
78-
Parameter Sets: (All)
79-
Aliases: proga
80-
81-
Required: False
82-
Position: Named
83-
Default value: None
84-
Accept pipeline input: False
85-
Accept wildcard characters: False
86-
```
87-
8873
### -ResourceGroupName
8974
The name of the resource group.
9075
The name is case insensitive.

src/HdInsightOnAks/HdInsightOnAks/help/Get-AzHdInsightOnAksClusterPoolUpgradeHistory.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Returns a list of upgrade history.
1414

1515
```
1616
Get-AzHdInsightOnAksClusterPoolUpgradeHistory -ClusterPoolName <String> -ResourceGroupName <String>
17-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
17+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1818
[<CommonParameters>]
1919
```
2020

@@ -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.

0 commit comments

Comments
 (0)