Skip to content

Commit d35ba08

Browse files
authored
Remove the ProgressAction in help files (#24210)
1 parent 573fb93 commit d35ba08

File tree

132 files changed

+365
-2345
lines changed

Some content is hidden

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

132 files changed

+365
-2345
lines changed

src/Marketplace/Marketplace/help/Copy-AzMarketplacePrivateStoreCollectionOffer.md

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,56 +16,56 @@ transferring offers (copy or move) from source collection to target collection(s
1616
```
1717
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String> -PrivateStoreId <String>
1818
[-OfferIdList <String[]>] [-Operation <String>] [-TargetCollection <String[]>] [-DefaultProfile <PSObject>]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### TransferViaJsonString
2323
```
2424
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String> -PrivateStoreId <String>
25-
-JsonString <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
-JsonString <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### TransferViaJsonFilePath
3030
```
3131
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String> -PrivateStoreId <String>
32-
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
32+
-JsonFilePath <String> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
3333
[<CommonParameters>]
3434
```
3535

3636
### TransferViaIdentityPrivateStoreExpanded
3737
```
3838
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String>
3939
-PrivateStoreInputObject <IMarketplaceIdentity> [-OfferIdList <String[]>] [-Operation <String>]
40-
[-TargetCollection <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf]
40+
[-TargetCollection <String[]>] [-DefaultProfile <PSObject>] [-WhatIf]
4141
[-Confirm] [<CommonParameters>]
4242
```
4343

4444
### TransferViaIdentityPrivateStore
4545
```
4646
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String>
4747
-PrivateStoreInputObject <IMarketplaceIdentity> -Payload <ITransferOffersProperties>
48-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
48+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
4949
```
5050

5151
### Transfer
5252
```
5353
Copy-AzMarketplacePrivateStoreCollectionOffer -CollectionId <String> -PrivateStoreId <String>
54-
-Payload <ITransferOffersProperties> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
54+
-Payload <ITransferOffersProperties> [-DefaultProfile <PSObject>]
5555
[-WhatIf] [-Confirm] [<CommonParameters>]
5656
```
5757

5858
### TransferViaIdentityExpanded
5959
```
6060
Copy-AzMarketplacePrivateStoreCollectionOffer -InputObject <IMarketplaceIdentity> [-OfferIdList <String[]>]
6161
[-Operation <String>] [-TargetCollection <String[]>] [-DefaultProfile <PSObject>]
62-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
62+
[-WhatIf] [-Confirm] [<CommonParameters>]
6363
```
6464

6565
### TransferViaIdentity
6666
```
6767
Copy-AzMarketplacePrivateStoreCollectionOffer -InputObject <IMarketplaceIdentity>
68-
-Payload <ITransferOffersProperties> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
68+
-Payload <ITransferOffersProperties> [-DefaultProfile <PSObject>]
6969
[-WhatIf] [-Confirm] [<CommonParameters>]
7070
```
7171

@@ -243,21 +243,6 @@ Accept pipeline input: True (ByValue)
243243
Accept wildcard characters: False
244244
```
245245
246-
### -ProgressAction
247-
{{ Fill ProgressAction Description }}
248-
249-
```yaml
250-
Type: System.Management.Automation.ActionPreference
251-
Parameter Sets: (All)
252-
Aliases: proga
253-
254-
Required: False
255-
Position: Named
256-
Default value: None
257-
Accept pipeline input: False
258-
Accept wildcard characters: False
259-
```
260-
261246
### -TargetCollection
262247
Target collections ids
263248

src/Marketplace/Marketplace/help/Disable-AzMarketplacePrivateStoreCollectionAllItem.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Disable approve all items for the collection.
1515
### Disable (Default)
1616
```
1717
Disable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId <String> -PrivateStoreId <String>
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### DisableViaIdentityPrivateStore
2222
```
2323
Disable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId <String>
2424
-PrivateStoreInputObject <IMarketplaceIdentity> [-DefaultProfile <PSObject>]
25-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### DisableViaIdentity
2929
```
3030
Disable-AzMarketplacePrivateStoreCollectionAllItem -InputObject <IMarketplaceIdentity>
31-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -121,21 +121,6 @@ Accept pipeline input: True (ByValue)
121121
Accept wildcard characters: False
122122
```
123123
124-
### -ProgressAction
125-
{{ Fill ProgressAction Description }}
126-
127-
```yaml
128-
Type: ActionPreference
129-
Parameter Sets: (All)
130-
Aliases: proga
131-
132-
Required: False
133-
Position: Named
134-
Default value: None
135-
Accept pipeline input: False
136-
Accept wildcard characters: False
137-
```
138-
139124
### -Confirm
140125
Prompts you for confirmation before running the cmdlet.
141126

src/Marketplace/Marketplace/help/Enable-AzMarketplacePrivateStoreCollectionAllItem.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ Delete all existing offers from the collection and enable approve all items.
1515
### Approve (Default)
1616
```
1717
Enable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId <String> -PrivateStoreId <String>
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### ApproveViaIdentityPrivateStore
2222
```
2323
Enable-AzMarketplacePrivateStoreCollectionAllItem -CollectionId <String>
2424
-PrivateStoreInputObject <IMarketplaceIdentity> [-DefaultProfile <PSObject>]
25-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
### ApproveViaIdentity
2929
```
3030
Enable-AzMarketplacePrivateStoreCollectionAllItem -InputObject <IMarketplaceIdentity>
31-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
31+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3232
```
3333

3434
## DESCRIPTION
@@ -121,21 +121,6 @@ Accept pipeline input: True (ByValue)
121121
Accept wildcard characters: False
122122
```
123123
124-
### -ProgressAction
125-
{{ Fill ProgressAction Description }}
126-
127-
```yaml
128-
Type: ActionPreference
129-
Parameter Sets: (All)
130-
Aliases: proga
131-
132-
Required: False
133-
Position: Named
134-
Default value: None
135-
Accept pipeline input: False
136-
Accept wildcard characters: False
137-
```
138-
139124
### -Confirm
140125
Prompts you for confirmation before running the cmdlet.
141126

src/Marketplace/Marketplace/help/Get-AzMarketplaceBillingPrivateStoreAccount.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Tenant billing accounts names
1515
### Billing (Default)
1616
```
1717
Get-AzMarketplaceBillingPrivateStoreAccount -PrivateStoreId <String> [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### BillingViaIdentity
2222
```
2323
Get-AzMarketplaceBillingPrivateStoreAccount -InputObject <IMarketplaceIdentity> [-DefaultProfile <PSObject>]
24-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -88,21 +88,6 @@ Accept pipeline input: False
8888
Accept wildcard characters: False
8989
```
9090
91-
### -ProgressAction
92-
{{ Fill ProgressAction Description }}
93-
94-
```yaml
95-
Type: System.Management.Automation.ActionPreference
96-
Parameter Sets: (All)
97-
Aliases: proga
98-
99-
Required: False
100-
Position: Named
101-
Default value: None
102-
Accept pipeline input: False
103-
Accept wildcard characters: False
104-
```
105-
10691
### -Confirm
10792
Prompts you for confirmation before running the cmdlet.
10893

src/Marketplace/Marketplace/help/Get-AzMarketplaceCollectionToSubscriptionMapping.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,40 +15,40 @@ For a given subscriptions list, the API will return a map of collections and the
1515
### CollectionsExpanded (Default)
1616
```
1717
Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### CollectionsViaJsonString
2222
```
2323
Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId <String> -JsonString <String>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### CollectionsViaJsonFilePath
2828
```
2929
Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId <String> -JsonFilePath <String>
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
### Collections
3434
```
3535
Get-AzMarketplaceCollectionToSubscriptionMapping -PrivateStoreId <String>
3636
-Payload <ICollectionsToSubscriptionsMappingPayload> [-DefaultProfile <PSObject>]
37-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
37+
[-WhatIf] [-Confirm] [<CommonParameters>]
3838
```
3939

4040
### CollectionsViaIdentityExpanded
4141
```
4242
Get-AzMarketplaceCollectionToSubscriptionMapping -InputObject <IMarketplaceIdentity>
43-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf]
43+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-WhatIf]
4444
[-Confirm] [<CommonParameters>]
4545
```
4646

4747
### CollectionsViaIdentity
4848
```
4949
Get-AzMarketplaceCollectionToSubscriptionMapping -InputObject <IMarketplaceIdentity>
5050
-Payload <ICollectionsToSubscriptionsMappingPayload> [-DefaultProfile <PSObject>]
51-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
51+
[-WhatIf] [-Confirm] [<CommonParameters>]
5252
```
5353

5454
## DESCRIPTION
@@ -163,21 +163,6 @@ Accept pipeline input: False
163163
Accept wildcard characters: False
164164
```
165165
166-
### -ProgressAction
167-
{{ Fill ProgressAction Description }}
168-
169-
```yaml
170-
Type: System.Management.Automation.ActionPreference
171-
Parameter Sets: (All)
172-
Aliases: proga
173-
174-
Required: False
175-
Position: Named
176-
Default value: None
177-
Accept pipeline input: False
178-
Accept wildcard characters: False
179-
```
180-
181166
### -SubscriptionId
182167
Subscriptions ids list
183168

src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStore.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Get private store list
1313
## SYNTAX
1414

1515
```
16-
Get-AzMarketplacePrivateStore [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
16+
Get-AzMarketplacePrivateStore [-DefaultProfile <IAzureContextContainer>]
1717
[<CommonParameters>]
1818
```
1919

@@ -55,21 +55,6 @@ Accept pipeline input: False
5555
Accept wildcard characters: False
5656
```
5757
58-
### -ProgressAction
59-
{{ Fill ProgressAction Description }}
60-
61-
```yaml
62-
Type: System.Management.Automation.ActionPreference
63-
Parameter Sets: (All)
64-
Aliases: proga
65-
66-
Required: False
67-
Position: Named
68-
Default value: None
69-
Accept pipeline input: False
70-
Accept wildcard characters: False
71-
```
72-
7358
### CommonParameters
7459
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).
7560

src/Marketplace/Marketplace/help/Get-AzMarketplacePrivateStoreAllSubscriptionInTenant.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Fetch all subscriptions in tenant, only for marketplace admin
1515
### Fetch (Default)
1616
```
1717
Get-AzMarketplacePrivateStoreAllSubscriptionInTenant -PrivateStoreId <String> [-NextPageToken <String>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### FetchViaIdentity
2222
```
2323
Get-AzMarketplacePrivateStoreAllSubscriptionInTenant -InputObject <IMarketplaceIdentity>
24-
[-NextPageToken <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf]
24+
[-NextPageToken <String>] [-DefaultProfile <PSObject>] [-WhatIf]
2525
[-Confirm] [<CommonParameters>]
2626
```
2727

@@ -99,21 +99,6 @@ Accept pipeline input: False
9999
Accept wildcard characters: False
100100
```
101101
102-
### -ProgressAction
103-
{{ Fill ProgressAction Description }}
104-
105-
```yaml
106-
Type: ActionPreference
107-
Parameter Sets: (All)
108-
Aliases: proga
109-
110-
Required: False
111-
Position: Named
112-
Default value: None
113-
Accept pipeline input: False
114-
Accept wildcard characters: False
115-
```
116-
117102
### -Confirm
118103
Prompts you for confirmation before running the cmdlet.
119104

0 commit comments

Comments
 (0)