Skip to content

Commit 13a0b81

Browse files
remove ProgressAction parameters
1 parent 8f57cb1 commit 13a0b81

File tree

4 files changed

+11
-72
lines changed

4 files changed

+11
-72
lines changed

src/Resources/Resources/help/Get-AzResourceGroup.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Gets resource groups.
1616
### GetByResourceGroupName (Default)
1717
```
1818
Get-AzResourceGroup [[-Name] <String>] [[-Location] <String>] [-Tag <Hashtable>] [-ExpandProperties]
19-
[-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
19+
[-ApiVersion <String>] [-Pre] [-DefaultProfile <IAzureContextContainer>]
2020
[<CommonParameters>]
2121
```
2222

2323
### GetByResourceGroupId
2424
```
2525
Get-AzResourceGroup [[-Location] <String>] [-Id <String>] [-ExpandProperties] [-ApiVersion <String>] [-Pre]
26-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
26+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -201,22 +201,6 @@ Accept pipeline input: True (ByPropertyName)
201201
Accept wildcard characters: False
202202
```
203203
204-
### -ProgressAction
205-
206-
{{ Fill ProgressAction Description }}
207-
208-
```yaml
209-
Type: ActionPreference
210-
Parameter Sets: (All)
211-
Aliases: proga
212-
213-
Required: False
214-
Position: Named
215-
Default value: None
216-
Accept pipeline input: False
217-
Accept wildcard characters: False
218-
```
219-
220204
### CommonParameters
221205
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
222206

src/ServiceFabric/ServiceFabric/help/Add-AzServiceFabricNodeType.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add-AzServiceFabricNodeType [-ResourceGroupName] <String> [-Name] <String> -Capa
1717
-VmUserName <String> -VmPassword <SecureString> [-VmSku <String>] [-Tier <String>]
1818
[-DurabilityLevel <DurabilityLevel>] [-IsPrimaryNodeType <Boolean>] [-VMImagePublisher <String>]
1919
[-VMImageOffer <String>] [-VMImageSku <String>] [-VMImageVersion <String>] [-Location <String>]
20-
-NodeType <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
20+
-NodeType <String> [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
2121
[-Confirm] [<CommonParameters>]
2222
```
2323

@@ -159,21 +159,6 @@ Accept pipeline input: True (ByValue)
159159
Accept wildcard characters: False
160160
```
161161
162-
### -ProgressAction
163-
{{ Fill ProgressAction Description }}
164-
165-
```yaml
166-
Type: System.Management.Automation.ActionPreference
167-
Parameter Sets: (All)
168-
Aliases: proga
169-
170-
Required: False
171-
Position: Named
172-
Default value: None
173-
Accept pipeline input: False
174-
Accept wildcard characters: False
175-
```
176-
177162
### -ResourceGroupName
178163
Specify the name of the resource group.
179164

src/ServiceFabric/ServiceFabric/help/Set-AzServiceFabricManagedNodeType.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sets node type resource properties or run reimage actions on specific nodes of t
1515
### ByObj (Default)
1616
```
1717
Set-AzServiceFabricManagedNodeType [-InputObject] <PSManagedNodeType> [-AsJob]
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

@@ -25,35 +25,35 @@ Set-AzServiceFabricManagedNodeType [-ResourceGroupName] <String> [-ClusterName]
2525
[-AsJob] [-InstanceCount <Int32>] [-ApplicationStartPort <Int32>] [-ApplicationEndPort <Int32>]
2626
[-EphemeralStartPort <Int32>] [-EphemeralEndPort <Int32>] [-Capacity <Hashtable>]
2727
[-PlacementProperty <Hashtable>] [-VmSize <String>] [-DefaultProfile <IAzureContextContainer>]
28-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
28+
[-WhatIf] [-Confirm] [<CommonParameters>]
2929
```
3030

3131
### ReimageByName
3232
```
3333
Set-AzServiceFabricManagedNodeType [-ResourceGroupName] <String> [-ClusterName] <String> [-Name] <String>
3434
-NodeName <String[]> [-Reimage] [-ForceReimage] [-PassThru] [-AsJob]
35-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
35+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3636
[<CommonParameters>]
3737
```
3838

3939
### WithParamsById
4040
```
4141
Set-AzServiceFabricManagedNodeType [-ResourceId] <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>]
42-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
42+
[-WhatIf] [-Confirm] [<CommonParameters>]
4343
```
4444

4545
### ReimageById
4646
```
4747
Set-AzServiceFabricManagedNodeType [-ResourceId] <String> -NodeName <String[]> [-Reimage] [-ForceReimage]
48-
[-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
48+
[-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
4949
[-Confirm] [<CommonParameters>]
5050
```
5151

5252
### ReimageByObj
5353
```
5454
Set-AzServiceFabricManagedNodeType [-InputObject] <PSManagedNodeType> -NodeName <String[]> [-Reimage]
5555
[-ForceReimage] [-PassThru] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
56-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
56+
[-WhatIf] [-Confirm] [<CommonParameters>]
5757
```
5858

5959
## DESCRIPTION
@@ -342,21 +342,6 @@ Accept pipeline input: False
342342
Accept wildcard characters: False
343343
```
344344
345-
### -ProgressAction
346-
{{ Fill ProgressAction Description }}
347-
348-
```yaml
349-
Type: System.Management.Automation.ActionPreference
350-
Parameter Sets: (All)
351-
Aliases: proga
352-
353-
Required: False
354-
Position: Named
355-
Default value: None
356-
Accept pipeline input: False
357-
Accept wildcard characters: False
358-
```
359-
360345
### -Reimage
361346
Specify to reimage nodes on the node type.
362347

src/StorageSync/StorageSync/help/Set-AzStorageSyncServer.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ This command will set the server with identity. This helps to enable the server
1515
### StringParameterSet (Default)
1616
```
1717
Set-AzStorageSyncServer [-ResourceGroupName] <String> [-StorageSyncServiceName] <String> [-ServerId] <String>
18-
[-Identity] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-Identity] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### ObjectParameterSet
2323
```
2424
Set-AzStorageSyncServer [-InputObject] <PSRegisteredServer> [-Identity] [-AsJob]
25-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

@@ -101,21 +101,6 @@ Accept pipeline input: True (ByValue)
101101
Accept wildcard characters: False
102102
```
103103
104-
### -ProgressAction
105-
{{ Fill ProgressAction Description }}
106-
107-
```yaml
108-
Type: System.Management.Automation.ActionPreference
109-
Parameter Sets: (All)
110-
Aliases: proga
111-
112-
Required: False
113-
Position: Named
114-
Default value: None
115-
Accept pipeline input: False
116-
Accept wildcard characters: False
117-
```
118-
119104
### -ResourceGroupName
120105
Resource Group Name.
121106

0 commit comments

Comments
 (0)