Skip to content

Commit 93ca8df

Browse files
azure-powershell-botisra-fel
authored andcommitted
remove ProgressAction parameters
1 parent 7c65eb3 commit 93ca8df

File tree

8 files changed

+13
-103
lines changed

8 files changed

+13
-103
lines changed

src/NetAppFiles/NetAppFiles/help/New-AzNetAppFilesVolumeGroup.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ New-AzNetAppFilesVolumeGroup -PoolName <String> [-Name <String>] [-GroupDescript
6363
[-BackupReplicationSourceId <String>] [-BackupReplicationSchedule <String>] [-LogMirrorSize <Int64>]
6464
[-LogMirrorPerformance <Int32>] [-LogMirrorReplicationSourceId <String>]
6565
[-LogMirrorReplicationSchedule <String>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
66-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
66+
[-WhatIf] [-Confirm] [<CommonParameters>]
6767
```
6868

6969
### ByParentObjectParameterSet
@@ -1350,21 +1350,6 @@ Accept pipeline input: False
13501350
Accept wildcard characters: False
13511351
```
13521352
1353-
### -ProgressAction
1354-
{{ Fill ProgressAction Description }}
1355-
1356-
```yaml
1357-
Type: System.Management.Automation.ActionPreference
1358-
Parameter Sets: (All)
1359-
Aliases: proga
1360-
1361-
Required: False
1362-
Position: Named
1363-
Default value: None
1364-
Accept pipeline input: False
1365-
Accept wildcard characters: False
1366-
```
1367-
13681353
### -ProximityPlacementGroup
13691354
Default proximity placement group, for data, log, and if present the shared volume, in all volume groups.
13701355
Specifies that the data, log, and shared volumes are to be created close to the VMs

src/NetAppFiles/NetAppFiles/help/Set-AzNetAppFilesAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Set-AzNetAppFilesAccount -ResourceGroupName <String> -Location <String> -Name <S
2222
### SetByResourceActiveDirectory
2323
```
2424
Set-AzNetAppFilesAccount -Location <String> -Name <String> [-ActiveDirectory <PSNetAppFilesActiveDirectory[]>]
25-
[-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
25+
[-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
2626
[-Confirm] [<CommonParameters>]
2727
```
2828

2929
### ByResourceIdParameterSet
3030
```
3131
Set-AzNetAppFilesAccount -Location <String> -Name <String> [-Tag <Hashtable>] -ResourceId <String>
32-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
32+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3333
[<CommonParameters>]
3434
```
3535

src/NetAppFiles/NetAppFiles/help/Update-AzNetAppFilesAccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Update-AzNetAppFilesAccount -ResourceGroupName <String> [-Location <String>] -Na
2828
Update-AzNetAppFilesAccount -ResourceGroupName <String> [-Location <String>] -Name <String>
2929
-ResourceId <String> [-ActiveDirectory <PSNetAppFilesActiveDirectory[]>]
3030
[-Encryption <PSNetAppFilesAccountEncryption>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
31-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
### ByObjectParameterSet
3535
```
3636
Update-AzNetAppFilesAccount -ResourceGroupName <String> [-Location <String>] -Name <String>
3737
[-ActiveDirectory <PSNetAppFilesActiveDirectory[]>] [-Encryption <PSNetAppFilesAccountEncryption>]
3838
-InputObject <PSNetAppFilesAccount> [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
39-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
39+
[-WhatIf] [-Confirm] [<CommonParameters>]
4040
```
4141

4242
## DESCRIPTION

src/Network/Network/help/New-AzNatGateway.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New-AzNatGateway -ResourceGroupName <String> -Name <String> [-IdleTimeoutInMinut
1717
[-Sku <String>] [-Location <String>] [-Tag <Hashtable>] [-PublicIpAddress <PSResourceId[]>]
1818
[-PublicIpAddressV6 <PSResourceId[]>] [-PublicIpPrefix <PSResourceId[]>] [-PublicIpPrefixV6 <PSResourceId[]>]
1919
[-SourceVirtualNetwork <PSResourceId>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
20-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
[-WhatIf] [-Confirm] [<CommonParameters>]
2121
```
2222

2323
## DESCRIPTION
@@ -145,21 +145,6 @@ Accept pipeline input: False
145145
Accept wildcard characters: False
146146
```
147147
148-
### -ProgressAction
149-
{{ Fill ProgressAction Description }}
150-
151-
```yaml
152-
Type: System.Management.Automation.ActionPreference
153-
Parameter Sets: (All)
154-
Aliases: proga
155-
156-
Required: False
157-
Position: Named
158-
Default value: None
159-
Accept pipeline input: False
160-
Accept wildcard characters: False
161-
```
162-
163148
### -PublicIpAddress
164149
An array of public ip addresses associated with the nat gateway resource.
165150

src/Network/Network/help/New-AzPublicIpAddress.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New-AzPublicIpAddress [-Name <String>] -ResourceGroupName <String> -Location <St
2020
[-PublicIpPrefix <PSPublicIpPrefix>] [-DdosProtectionMode <String>] [-DdosProtectionPlanId <String>]
2121
[-ReverseFqdn <String>] [-IdleTimeoutInMinutes <Int32>] [-Zone <String[]>] [-IpAddress <String>]
2222
[-Tag <Hashtable>] [-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>]
23-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
23+
[-WhatIf] [-Confirm] [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
@@ -336,21 +336,6 @@ Accept pipeline input: True (ByPropertyName)
336336
Accept wildcard characters: False
337337
```
338338
339-
### -ProgressAction
340-
{{ Fill ProgressAction Description }}
341-
342-
```yaml
343-
Type: System.Management.Automation.ActionPreference
344-
Parameter Sets: (All)
345-
Aliases: proga
346-
347-
Required: False
348-
Position: Named
349-
Default value: None
350-
Accept pipeline input: False
351-
Accept wildcard characters: False
352-
```
353-
354339
### -PublicIpPrefix
355340
Specifies the PSPublicIpPrefix from which to allocate the public IP address.
356341

src/Network/Network/help/New-AzPublicIpPrefix.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Creates a Public IP Prefix
1616
New-AzPublicIpPrefix -Name <String> -ResourceGroupName <String> -Location <String> [-Sku <String>]
1717
[-Tier <String>] -PrefixLength <UInt16> [-IpAddressVersion <String>] [-IpTag <PSPublicIpPrefixTag[]>]
1818
[-Zone <String[]>] [-CustomIpPrefix <PSCustomIpPrefix>] [-EdgeZone <String>] [-Tag <Hashtable>] [-Force]
19-
[-AsJob] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19+
[-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2020
[<CommonParameters>]
2121
```
2222

@@ -203,21 +203,6 @@ Accept pipeline input: True (ByPropertyName)
203203
Accept wildcard characters: False
204204
```
205205
206-
### -ProgressAction
207-
{{ Fill ProgressAction Description }}
208-
209-
```yaml
210-
Type: System.Management.Automation.ActionPreference
211-
Parameter Sets: (All)
212-
Aliases: proga
213-
214-
Required: False
215-
Position: Named
216-
Default value: None
217-
Accept pipeline input: False
218-
Accept wildcard characters: False
219-
```
220-
221206
### -ResourceGroupName
222207
The resource group name.
223208

src/Network/Network/help/Set-AzNatGateway.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Update Nat Gateway Resource with Public Ip Address, Public Ip Prefix and IdleTim
1717
Set-AzNatGateway -ResourceGroupName <String> -Name <String> [-PublicIpAddress <PSResourceId[]>]
1818
[-PublicIpAddressV6 <PSResourceId[]>] [-PublicIpPrefix <PSResourceId[]>] [-PublicIpPrefixV6 <PSResourceId[]>]
1919
[-SourceVirtualNetwork <PSResourceId>] [-AsJob] [-IdleTimeoutInMinutes <Int32>]
20-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
20+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2121
[<CommonParameters>]
2222
```
2323

@@ -26,15 +26,15 @@ Set-AzNatGateway -ResourceGroupName <String> -Name <String> [-PublicIpAddress <P
2626
Set-AzNatGateway -ResourceId <String> [-PublicIpAddress <PSResourceId[]>] [-PublicIpAddressV6 <PSResourceId[]>]
2727
[-PublicIpPrefix <PSResourceId[]>] [-PublicIpPrefixV6 <PSResourceId[]>] [-SourceVirtualNetwork <PSResourceId>]
2828
[-AsJob] [-IdleTimeoutInMinutes <Int32>] [-DefaultProfile <IAzureContextContainer>]
29-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
29+
[-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

3232
### SetByInputObjectParameterSet
3333
```
3434
Set-AzNatGateway -InputObject <PSNatGateway> [-PublicIpAddress <PSResourceId[]>]
3535
[-PublicIpAddressV6 <PSResourceId[]>] [-PublicIpPrefix <PSResourceId[]>] [-PublicIpPrefixV6 <PSResourceId[]>]
3636
[-SourceVirtualNetwork <PSResourceId>] [-AsJob] [-IdleTimeoutInMinutes <Int32>]
37-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
37+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3838
[<CommonParameters>]
3939
```
4040

@@ -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
### -PublicIpAddress
148133
An array of public ip addresses associated with the nat gateway resource.
149134

src/Network/Network/help/Set-AzVirtualNetworkSubnetConfig.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Set-AzVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwor
2222
[-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>] [-Delegation <PSDelegation[]>]
2323
[-PrivateEndpointNetworkPoliciesFlag <String>] [-PrivateLinkServiceNetworkPoliciesFlag <String>]
2424
[-IpAllocation <PSIpAllocation[]>] [-DefaultOutboundAccess <Boolean>]
25-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
25+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2626
```
2727

2828
### SetByResourceId
@@ -34,7 +34,7 @@ Set-AzVirtualNetworkSubnetConfig -Name <String> -VirtualNetwork <PSVirtualNetwor
3434
[-ServiceEndpointPolicy <PSServiceEndpointPolicy[]>] [-Delegation <PSDelegation[]>]
3535
[-PrivateEndpointNetworkPoliciesFlag <String>] [-PrivateLinkServiceNetworkPoliciesFlag <String>]
3636
[-IpAllocation <PSIpAllocation[]>] [-DefaultOutboundAccess <Boolean>]
37-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
37+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
3838
```
3939

4040
## DESCRIPTION
@@ -298,21 +298,6 @@ Accept pipeline input: True (ByPropertyName)
298298
Accept wildcard characters: False
299299
```
300300
301-
### -ProgressAction
302-
{{ Fill ProgressAction Description }}
303-
304-
```yaml
305-
Type: System.Management.Automation.ActionPreference
306-
Parameter Sets: (All)
307-
Aliases: proga
308-
309-
Required: False
310-
Position: Named
311-
Default value: None
312-
Accept pipeline input: False
313-
Accept wildcard characters: False
314-
```
315-
316301
### -ResourceId
317302
Specifies the Id of NAT Gateway resource associated with the subnet configuration.
318303

0 commit comments

Comments
 (0)