Skip to content

Commit 39f4966

Browse files
remove ProgressAction parameters
1 parent 12f75a2 commit 39f4966

File tree

92 files changed

+270
-1650
lines changed

Some content is hidden

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

92 files changed

+270
-1650
lines changed

src/MarketplaceOrdering/MarketplaceOrdering/help/Get-AzMarketplaceTerms.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Get marketplace terms.
1515
### Get1 (Default)
1616
```
1717
Get-AzMarketplaceTerms -Name <String> -Product <String> -Publisher <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzMarketplaceTerms -Name <String> -Product <String> -Publisher <String> [-SubscriptionId <String[]>]
24-
-OfferType <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
-OfferType <String> [-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -117,21 +117,6 @@ Accept pipeline input: False
117117
Accept wildcard characters: False
118118
```
119119
120-
### -ProgressAction
121-
{{ Fill ProgressAction Description }}
122-
123-
```yaml
124-
Type: System.Management.Automation.ActionPreference
125-
Parameter Sets: (All)
126-
Aliases: proga
127-
128-
Required: False
129-
Position: Named
130-
Default value: None
131-
Accept pipeline input: False
132-
Accept wildcard characters: False
133-
```
134-
135120
### -Publisher
136121
Publisher identifier string of image being deployed.
137122

src/MarketplaceOrdering/MarketplaceOrdering/help/Invoke-AzMarketplaceSignTerms.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ Sign marketplace terms.
1515
### Sign (Default)
1616
```
1717
Invoke-AzMarketplaceSignTerms -Name <String> -Product <String> -Publisher <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### SignViaIdentityOffer
2222
```
2323
Invoke-AzMarketplaceSignTerms -Name <String> -OfferInputObject <IMarketplaceOrderingIdentity>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### SignViaIdentityAgreement
2828
```
2929
Invoke-AzMarketplaceSignTerms -Name <String> -Product <String>
3030
-AgreementInputObject <IMarketplaceOrderingIdentity> [-DefaultProfile <PSObject>]
31-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
### SignViaIdentity
3535
```
3636
Invoke-AzMarketplaceSignTerms -InputObject <IMarketplaceOrderingIdentity> [-DefaultProfile <PSObject>]
37-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
37+
[-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

4040
## DESCRIPTION
@@ -161,21 +161,6 @@ Accept pipeline input: False
161161
Accept wildcard characters: False
162162
```
163163
164-
### -ProgressAction
165-
{{ Fill ProgressAction Description }}
166-
167-
```yaml
168-
Type: System.Management.Automation.ActionPreference
169-
Parameter Sets: (All)
170-
Aliases: proga
171-
172-
Required: False
173-
Position: Named
174-
Default value: None
175-
Accept pipeline input: False
176-
Accept wildcard characters: False
177-
```
178-
179164
### -Publisher
180165
Publisher identifier string of image being deployed.
181166

src/MarketplaceOrdering/MarketplaceOrdering/help/Set-AzMarketplaceTerms.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ Accept or reject terms for a given publisher id(Publisher), offer id(Product) an
1515
### TermsAccept (Default)
1616
```
1717
Set-AzMarketplaceTerms -Product <String> -Name <String> -Publisher <String> [-SubscriptionId <String>]
18-
[-Accept] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-Accept] [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
### TermsReject
2323
```
2424
Set-AzMarketplaceTerms -Product <String> -Name <String> -Publisher <String> [-SubscriptionId <String>]
25-
[-Reject] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-Reject] [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### TermsAcceptViaIdentity
3030
```
3131
Set-AzMarketplaceTerms [-Accept] -Terms <IAgreementTerms> [-DefaultProfile <PSObject>]
32-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

3535
### TermsRejectViaIdentity
3636
```
3737
Set-AzMarketplaceTerms [-Reject] -Terms <IAgreementTerms> [-DefaultProfile <PSObject>]
38-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
38+
[-WhatIf] [-Confirm] [<CommonParameters>]
3939
```
4040

4141
## DESCRIPTION
@@ -157,21 +157,6 @@ Accept pipeline input: False
157157
Accept wildcard characters: False
158158
```
159159
160-
### -ProgressAction
161-
{{ Fill ProgressAction Description }}
162-
163-
```yaml
164-
Type: System.Management.Automation.ActionPreference
165-
Parameter Sets: (All)
166-
Aliases: proga
167-
168-
Required: False
169-
Position: Named
170-
Default value: None
171-
Accept pipeline input: False
172-
Accept wildcard characters: False
173-
```
174-
175160
### -Publisher
176161
Publisher identifier string of image being deployed.
177162

src/MarketplaceOrdering/MarketplaceOrdering/help/Stop-AzMarketplaceTerms.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Cancel marketplace terms.
1515
### Cancel (Default)
1616
```
1717
Stop-AzMarketplaceTerms -Name <String> -Product <String> -Publisher <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### CancelViaIdentityOffer
2222
```
2323
Stop-AzMarketplaceTerms -Name <String> -OfferInputObject <IMarketplaceOrderingIdentity>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### CancelViaIdentityAgreement
2828
```
2929
Stop-AzMarketplaceTerms -Name <String> -Product <String> -AgreementInputObject <IMarketplaceOrderingIdentity>
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
### CancelViaIdentity
3434
```
3535
Stop-AzMarketplaceTerms -InputObject <IMarketplaceOrderingIdentity> [-DefaultProfile <PSObject>]
36-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
36+
[-WhatIf] [-Confirm] [<CommonParameters>]
3737
```
3838

3939
## DESCRIPTION
@@ -160,21 +160,6 @@ Accept pipeline input: False
160160
Accept wildcard characters: False
161161
```
162162
163-
### -ProgressAction
164-
{{ Fill ProgressAction Description }}
165-
166-
```yaml
167-
Type: System.Management.Automation.ActionPreference
168-
Parameter Sets: (All)
169-
Aliases: proga
170-
171-
Required: False
172-
Position: Named
173-
Default value: None
174-
Accept pipeline input: False
175-
Accept wildcard characters: False
176-
```
177-
178163
### -Publisher
179164
Publisher identifier string of image being deployed.
180165

src/NetAppFiles/NetAppFiles/help/Approve-AzNetAppFilesReplication.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Approve/Authorize replication connection on the source volume
1616
```
1717
Approve-AzNetAppFilesReplication -ResourceGroupName <String> -AccountName <String> -PoolName <String>
1818
-Name <String> -DataProtectionVolumeId <String> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### ByResourceIdParameterSet
2323
```
2424
Approve-AzNetAppFilesReplication -ResourceId <String> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
25-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### ByObjectParameterSet
2929
```
3030
Approve-AzNetAppFilesReplication -InputObject <PSNetAppFilesVolume> [-PassThru]
31-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
31+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
3232
[<CommonParameters>]
3333
```
3434

@@ -155,21 +155,6 @@ Accept pipeline input: False
155155
Accept wildcard characters: False
156156
```
157157
158-
### -ProgressAction
159-
{{ Fill ProgressAction Description }}
160-
161-
```yaml
162-
Type: System.Management.Automation.ActionPreference
163-
Parameter Sets: (All)
164-
Aliases: proga
165-
166-
Required: False
167-
Position: Named
168-
Default value: None
169-
Accept pipeline input: False
170-
Accept wildcard characters: False
171-
```
172-
173158
### -ResourceGroupName
174159
The resource group of the ANF replication source volume
175160

src/NetAppFiles/NetAppFiles/help/Convert-AzNetAppFilesAccountToCmk.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ Transition volumes encryption from PMK to CMK.
1616
```
1717
Convert-AzNetAppFilesAccountToCmk -ResourceGroupName <String> [-Location <String>] -Name <String>
1818
[-VirtualNetworkId <String>] [-PrivateEndpointId <String>] [-PassThru]
19-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2020
[<CommonParameters>]
2121
```
2222

2323
### ByResourceIdParameterSet
2424
```
2525
Convert-AzNetAppFilesAccountToCmk -ResourceGroupName <String> [-Location <String>] -Name <String>
2626
-ResourceId <String> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
27-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
[-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

3030
### ByObjectParameterSet
3131
```
3232
Convert-AzNetAppFilesAccountToCmk -ResourceGroupName <String> [-Location <String>] -Name <String>
3333
-InputObject <PSNetAppFilesAccount> [-PassThru] [-DefaultProfile <IAzureContextContainer>]
34-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
34+
[-WhatIf] [-Confirm] [<CommonParameters>]
3535
```
3636

3737
## DESCRIPTION
@@ -140,21 +140,6 @@ Accept pipeline input: False
140140
Accept wildcard characters: False
141141
```
142142
143-
### -ProgressAction
144-
{{ Fill ProgressAction Description }}
145-
146-
```yaml
147-
Type: System.Management.Automation.ActionPreference
148-
Parameter Sets: (All)
149-
Aliases: proga
150-
151-
Required: False
152-
Position: Named
153-
Default value: None
154-
Accept pipeline input: False
155-
Accept wildcard characters: False
156-
```
157-
158143
### -ResourceGroupName
159144
The resource group of the ANF account
160145

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

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Gets details of an Azure NetApp Files (ANF) account.
1515
### ByFieldsParameterSet (Default)
1616
```
1717
Get-AzNetAppFilesAccount -ResourceGroupName <String> [-Name <String>]
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1919
```
2020

2121
### ByResourceIdParameterSet
2222
```
2323
Get-AzNetAppFilesAccount -ResourceId <String> [-DefaultProfile <IAzureContextContainer>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -77,21 +77,6 @@ Accept pipeline input: False
7777
Accept wildcard characters: False
7878
```
7979
80-
### -ProgressAction
81-
{{ Fill ProgressAction Description }}
82-
83-
```yaml
84-
Type: System.Management.Automation.ActionPreference
85-
Parameter Sets: (All)
86-
Aliases: proga
87-
88-
Required: False
89-
Position: Named
90-
Default value: None
91-
Accept pipeline input: False
92-
Accept wildcard characters: False
93-
```
94-
9580
### -ResourceGroupName
9681
The resource group of the ANF account
9782

src/NetAppFiles/NetAppFiles/help/Get-AzNetAppFilesAccountKeyVaultStatus.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ Get information about how volumes under NetApp account are encrypted
1515
### ByFieldsParameterSet (Default)
1616
```
1717
Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName <String> -Name <String>
18-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
18+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
1919
[<CommonParameters>]
2020
```
2121

2222
### ByResourceIdParameterSet
2323
```
2424
Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName <String> -Name <String> -ResourceId <String>
25-
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### ByObjectParameterSet
3030
```
3131
Get-AzNetAppFilesAccountKeyVaultStatus -ResourceGroupName <String> -Name <String>
3232
-InputObject <PSNetAppFilesAccount> [-DefaultProfile <IAzureContextContainer>]
33-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
33+
[-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
3535

3636
## DESCRIPTION
@@ -92,21 +92,6 @@ Accept pipeline input: False
9292
Accept wildcard characters: False
9393
```
9494
95-
### -ProgressAction
96-
{{ Fill ProgressAction Description }}
97-
98-
```yaml
99-
Type: System.Management.Automation.ActionPreference
100-
Parameter Sets: (All)
101-
Aliases: proga
102-
103-
Required: False
104-
Position: Named
105-
Default value: None
106-
Accept pipeline input: False
107-
Accept wildcard characters: False
108-
```
109-
11095
### -ResourceGroupName
11196
The resource group of the ANF account
11297

0 commit comments

Comments
 (0)