Skip to content

Commit 084c2ba

Browse files
remove ProgressAction parameters
1 parent 0e242bd commit 084c2ba

File tree

4 files changed

+9
-69
lines changed

4 files changed

+9
-69
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ New-AzNetAppFilesAccount -ResourceGroupName <String> -Location <String> -Name <S
1818
[-EncryptionKeySource <String>] [-KeyVaultKeyName <String>] [-KeyVaultResourceId <String>]
1919
[-KeyVaultUri <String>] [-IdentityType <String>] [-UserAssignedIdentity <String>]
2020
[-FederatedClientId <String>] [-NfsV4IdDomain <String>] [-Tag <Hashtable>]
21-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
21+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2222
[<CommonParameters>]
2323
```
2424

@@ -225,21 +225,6 @@ Accept pipeline input: False
225225
Accept wildcard characters: False
226226
```
227227
228-
### -ProgressAction
229-
{{ Fill ProgressAction Description }}
230-
231-
```yaml
232-
Type: ActionPreference
233-
Parameter Sets: (All)
234-
Aliases: proga
235-
236-
Required: False
237-
Position: Named
238-
Default value: None
239-
Accept pipeline input: False
240-
Accept wildcard characters: False
241-
```
242-
243228
### -ResourceGroupName
244229
The resource group of the ANF account
245230

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

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New-AzNetAppFilesVolumeGroup -ResourceGroupName <String> -Location <String> -Acc
2727
[-GlobalPlacementRule <System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]>]
2828
[-EncryptionKeySource <String>] [-NetworkFeature <String>] [-KeyVaultPrivateEndpointResourceId <String>]
2929
[-Zone <String[]>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
30-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
### ByParentObjectParameterSet
@@ -44,7 +44,7 @@ New-AzNetAppFilesVolumeGroup -PoolName <String> [-Name <String>] [-GroupDescript
4444
[-GlobalPlacementRule <System.Collections.Generic.IList`1[Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs]>]
4545
[-EncryptionKeySource <String>] [-NetworkFeature <String>] [-KeyVaultPrivateEndpointResourceId <String>]
4646
[-Zone <String[]>] [-Tag <Hashtable>] -AccountObject <PSNetAppFilesAccount>
47-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
47+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
4848
[<CommonParameters>]
4949
```
5050

@@ -519,21 +519,6 @@ Accept pipeline input: False
519519
Accept wildcard characters: False
520520
```
521521
522-
### -ProgressAction
523-
{{ Fill ProgressAction Description }}
524-
525-
```yaml
526-
Type: System.Management.Automation.ActionPreference
527-
Parameter Sets: (All)
528-
Aliases: proga
529-
530-
Required: False
531-
Position: Named
532-
Default value: None
533-
Accept pipeline input: False
534-
Accept wildcard characters: False
535-
```
536-
537522
### -ProximityPlacementGroup
538523
Default proximity placement group, for data, log, and if present the shared volume, in all volume groups.
539524
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: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Updates an Azure NetApp Files (ANF) account with the new data set. Useful for de
1616
```
1717
Set-AzNetAppFilesAccount -ResourceGroupName <String> -Location <String> -Name <String>
1818
[-NfsV4IdDomain <String>] [-Tag <Hashtable>] [-DefaultProfile <IAzureContextContainer>]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

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

@@ -133,21 +133,6 @@ Accept pipeline input: False
133133
Accept wildcard characters: False
134134
```
135135
136-
### -ProgressAction
137-
{{ Fill ProgressAction Description }}
138-
139-
```yaml
140-
Type: ActionPreference
141-
Parameter Sets: (All)
142-
Aliases: proga
143-
144-
Required: False
145-
Position: Named
146-
Default value: None
147-
Accept pipeline input: False
148-
Accept wildcard characters: False
149-
```
150-
151136
### -ResourceGroupName
152137
The resource group of the ANF account
153138

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Update-AzNetAppFilesAccount -ResourceGroupName <String> [-Location <String>] -Na
1919
[-EncryptionKeySource <String>] [-KeyVaultKeyName <String>] [-KeyVaultResourceId <String>]
2020
[-KeyVaultUri <String>] [-IdentityType <String>] [-UserAssignedIdentity <String>]
2121
[-FederatedClientId <String>] [-NfsV4IdDomain <String>] [-Tag <Hashtable>]
22-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
22+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2323
[<CommonParameters>]
2424
```
2525

@@ -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
@@ -259,21 +259,6 @@ Accept pipeline input: False
259259
Accept wildcard characters: False
260260
```
261261
262-
### -ProgressAction
263-
{{ Fill ProgressAction Description }}
264-
265-
```yaml
266-
Type: ActionPreference
267-
Parameter Sets: (All)
268-
Aliases: proga
269-
270-
Required: False
271-
Position: Named
272-
Default value: None
273-
Accept pipeline input: False
274-
Accept wildcard characters: False
275-
```
276-
277262
### -ResourceGroupName
278263
The resource group of the ANF account
279264

0 commit comments

Comments
 (0)