Skip to content

Commit 5d92080

Browse files
authored
Remove ProgressAction (#24723)
1 parent 8a605e2 commit 5d92080

File tree

3,713 files changed

+8639
-64359
lines changed

Some content is hidden

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

3,713 files changed

+8639
-64359
lines changed

src/ADDomainServices/ADDomainServices/help/Get-AzADDomainService.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ The Get Domain Service operation retrieves a json representation of the Domain S
1515
### List (Default)
1616
```
1717
Get-AzADDomainService [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### Get
2222
```
2323
Get-AzADDomainService -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
### List1
2828
```
2929
Get-AzADDomainService -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
### GetViaIdentity
3434
```
3535
Get-AzADDomainService -InputObject <IAdDomainServicesIdentity> [-DefaultProfile <PSObject>]
36-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
36+
[<CommonParameters>]
3737
```
3838

3939
## DESCRIPTION
@@ -143,21 +143,6 @@ Accept pipeline input: False
143143
Accept wildcard characters: False
144144
```
145145
146-
### -ProgressAction
147-
{{ Fill ProgressAction Description }}
148-
149-
```yaml
150-
Type: System.Management.Automation.ActionPreference
151-
Parameter Sets: (All)
152-
Aliases: proga
153-
154-
Required: False
155-
Position: Named
156-
Default value: None
157-
Accept pipeline input: False
158-
Accept wildcard characters: False
159-
```
160-
161146
### -ResourceGroupName
162147
The name of the resource group within the user's subscription.
163148
The name is case insensitive.

src/ADDomainServices/ADDomainServices/help/New-AzADDomainService.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ New-AzADDomainService -Name <String> -ResourceGroupName <String> [-SubscriptionI
2525
[-Location <String>] [-NotificationSettingAdditionalRecipient <String[]>]
2626
[-NotificationSettingNotifyDcAdmin <NotifyDcAdmins>]
2727
[-NotificationSettingNotifyGlobalAdmin <NotifyGlobalAdmins>] [-ResourceForest <String>] [-Sku <String>]
28-
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
28+
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
2929
[-WhatIf] [-Confirm] [<CommonParameters>]
3030
```
3131

@@ -402,21 +402,6 @@ Accept pipeline input: False
402402
Accept wildcard characters: False
403403
```
404404
405-
### -ProgressAction
406-
{{ Fill ProgressAction Description }}
407-
408-
```yaml
409-
Type: System.Management.Automation.ActionPreference
410-
Parameter Sets: (All)
411-
Aliases: proga
412-
413-
Required: False
414-
Position: Named
415-
Default value: None
416-
Accept pipeline input: False
417-
Accept wildcard characters: False
418-
```
419-
420405
### -ReplicaSet
421406
List of ReplicaSets
422407
To construct, see NOTES section for REPLICASET properties and create a hash table.

src/ADDomainServices/ADDomainServices/help/New-AzADDomainServiceForestTrustObject.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Create an in-memory object for ForestTrust.
1515
```
1616
New-AzADDomainServiceForestTrustObject [-FriendlyName <String>] [-RemoteDnsIP <String>]
1717
[-TrustDirection <String>] [-TrustPassword <SecureString>] [-TrustedDomainFqdn <String>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -54,21 +54,6 @@ Accept pipeline input: False
5454
Accept wildcard characters: False
5555
```
5656
57-
### -ProgressAction
58-
{{ Fill ProgressAction Description }}
59-
60-
```yaml
61-
Type: System.Management.Automation.ActionPreference
62-
Parameter Sets: (All)
63-
Aliases: proga
64-
65-
Required: False
66-
Position: Named
67-
Default value: None
68-
Accept pipeline input: False
69-
Accept wildcard characters: False
70-
```
71-
7257
### -RemoteDnsIP
7358
Remote Dns ips.
7459

src/ADDomainServices/ADDomainServices/help/New-AzADDomainServiceReplicaSetObject.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create an in-memory object for ReplicaSet.
1414

1515
```
1616
New-AzADDomainServiceReplicaSetObject [-Location <String>] [-SubnetId <String>]
17-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
17+
[<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -53,21 +53,6 @@ Accept pipeline input: False
5353
Accept wildcard characters: False
5454
```
5555
56-
### -ProgressAction
57-
{{ Fill ProgressAction Description }}
58-
59-
```yaml
60-
Type: System.Management.Automation.ActionPreference
61-
Parameter Sets: (All)
62-
Aliases: proga
63-
64-
Required: False
65-
Position: Named
66-
Default value: None
67-
Accept pipeline input: False
68-
Accept wildcard characters: False
69-
```
70-
7156
### -SubnetId
7257
The name of the virtual network that Domain Services will be deployed on.
7358
The id of the subnet that Domain Services will be deployed on.

src/ADDomainServices/ADDomainServices/help/Remove-AzADDomainService.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ The Delete Domain Service operation deletes an existing Domain Service.
1515
### Delete (Default)
1616
```
1717
Remove-AzADDomainService -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
18-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
18+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
1919
[-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DeleteViaIdentity
2323
```
2424
Remove-AzADDomainService -InputObject <IAdDomainServicesIdentity> [-DefaultProfile <PSObject>] [-AsJob]
25-
[-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

2828
## DESCRIPTION
@@ -139,21 +139,6 @@ Accept pipeline input: False
139139
Accept wildcard characters: False
140140
```
141141
142-
### -ProgressAction
143-
{{ Fill ProgressAction Description }}
144-
145-
```yaml
146-
Type: System.Management.Automation.ActionPreference
147-
Parameter Sets: (All)
148-
Aliases: proga
149-
150-
Required: False
151-
Position: Named
152-
Default value: None
153-
Accept pipeline input: False
154-
Accept wildcard characters: False
155-
```
156-
157142
### -ResourceGroupName
158143
The name of the resource group within the user's subscription.
159144
The name is case insensitive.

src/ADDomainServices/ADDomainServices/help/Update-AzADDomainService.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Update-AzADDomainService -Name <String> -ResourceGroupName <String> [-Subscripti
2727
[-NotificationSettingNotifyDcAdmin <NotifyDcAdmins>]
2828
[-NotificationSettingNotifyGlobalAdmin <NotifyGlobalAdmins>] [-ReplicaSet <IReplicaSet[]>]
2929
[-ResourceForest <String>] [-Sku <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
30-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
### UpdateViaIdentityExpanded
@@ -44,7 +44,7 @@ Update-AzADDomainService -InputObject <IAdDomainServicesIdentity> [-DomainConfig
4444
[-NotificationSettingNotifyDcAdmin <NotifyDcAdmins>]
4545
[-NotificationSettingNotifyGlobalAdmin <NotifyGlobalAdmins>] [-ReplicaSet <IReplicaSet[]>]
4646
[-ResourceForest <String>] [-Sku <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
47-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
47+
[-WhatIf] [-Confirm] [<CommonParameters>]
4848
```
4949

5050
## DESCRIPTION
@@ -431,21 +431,6 @@ Accept pipeline input: False
431431
Accept wildcard characters: False
432432
```
433433
434-
### -ProgressAction
435-
{{ Fill ProgressAction Description }}
436-
437-
```yaml
438-
Type: System.Management.Automation.ActionPreference
439-
Parameter Sets: (All)
440-
Aliases: proga
441-
442-
Required: False
443-
Position: Named
444-
Default value: None
445-
Accept pipeline input: False
446-
Accept wildcard characters: False
447-
```
448-
449434
### -ReplicaSet
450435
List of ReplicaSets
451436
To construct, see NOTES section for REPLICASET properties and create a hash table.

src/Advisor/Advisor/help/Disable-AzAdvisorRecommendation.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Disable an Azure Advisor recommendation.
1515
### IdParameterSet (Default)
1616
```
1717
Disable-AzAdvisorRecommendation -ResourceId <String> [-SubscriptionId <String[]>] [-Day <Object>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### NameParameterSet
2222
```
2323
Disable-AzAdvisorRecommendation [-SubscriptionId <String[]>] -RecommendationName <String> [-Day <Object>]
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### InputObjectParameterSet
2828
```
2929
Disable-AzAdvisorRecommendation [-SubscriptionId <String[]>] -InputObject <IAdvisorIdentity> [-Day <Object>]
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -109,21 +109,6 @@ Accept pipeline input: True (ByValue)
109109
Accept wildcard characters: False
110110
```
111111
112-
### -ProgressAction
113-
{{ Fill ProgressAction Description }}
114-
115-
```yaml
116-
Type: System.Management.Automation.ActionPreference
117-
Parameter Sets: (All)
118-
Aliases: proga
119-
120-
Required: False
121-
Position: Named
122-
Default value: None
123-
Accept pipeline input: False
124-
Accept wildcard characters: False
125-
```
126-
127112
### -RecommendationName
128113
ResourceName of the recommendation.
129114

src/Advisor/Advisor/help/Enable-AzAdvisorRecommendation.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Enables Azure Advisor recommendation(s).
1515
### IdParameterSet (Default)
1616
```
1717
Enable-AzAdvisorRecommendation -ResourceId <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### NameParameterSet
2222
```
2323
Enable-AzAdvisorRecommendation [-SubscriptionId <String[]>] -RecommendationName <String>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
### InputObjectParameterSet
2828
```
2929
Enable-AzAdvisorRecommendation [-SubscriptionId <String[]>] -InputObject <IAdvisorIdentity>
30-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
30+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -94,21 +94,6 @@ Accept pipeline input: True (ByValue)
9494
Accept wildcard characters: False
9595
```
9696
97-
### -ProgressAction
98-
{{ Fill ProgressAction Description }}
99-
100-
```yaml
101-
Type: System.Management.Automation.ActionPreference
102-
Parameter Sets: (All)
103-
Aliases: proga
104-
105-
Required: False
106-
Position: Named
107-
Default value: None
108-
Accept pipeline input: False
109-
Accept wildcard characters: False
110-
```
111-
11297
### -RecommendationName
11398
ResourceName of the recommendation.
11499

src/Advisor/Advisor/help/Get-AzAdvisorConfiguration.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Retrieve Azure Advisor configurations and also retrieve configurations of contai
1515
### List (Default)
1616
```
1717
Get-AzAdvisorConfiguration [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### List1
2222
```
2323
Get-AzAdvisorConfiguration [-SubscriptionId <String[]>] -ResourceGroupName <String>
24-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -73,21 +73,6 @@ Accept pipeline input: False
7373
Accept wildcard characters: False
7474
```
7575
76-
### -ProgressAction
77-
{{ Fill ProgressAction Description }}
78-
79-
```yaml
80-
Type: System.Management.Automation.ActionPreference
81-
Parameter Sets: (All)
82-
Aliases: proga
83-
84-
Required: False
85-
Position: Named
86-
Default value: None
87-
Accept pipeline input: False
88-
Accept wildcard characters: False
89-
```
90-
9176
### -ResourceGroupName
9277
The name of the Azure resource group.
9378

0 commit comments

Comments
 (0)