Skip to content

Commit 9418cb7

Browse files
authored
Remove ProgressAction (#27072)
1 parent d5002a4 commit 9418cb7

File tree

314 files changed

+1121
-5790
lines changed

Some content is hidden

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

314 files changed

+1121
-5790
lines changed

src/DataProtection/DataProtection/help/Backup-AzDataProtectionBackupInstanceAdhoc.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Trigger adhoc backup
1717
Backup-AzDataProtectionBackupInstanceAdhoc -BackupInstanceName <String> -ResourceGroupName <String>
1818
[-SubscriptionId <String>] -VaultName <String> -BackupRuleOptionRuleName <String>
1919
[-TriggerOptionRetentionTagOverride <String>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
20-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
20+
[-WhatIf] [-Confirm] [<CommonParameters>]
2121
```
2222

2323
### BackupViaIdentityExpanded
2424
```
2525
Backup-AzDataProtectionBackupInstanceAdhoc -InputObject <IDataProtectionIdentity>
2626
-BackupRuleOptionRuleName <String> [-TriggerOptionRetentionTagOverride <String>] [-DefaultProfile <PSObject>]
27-
[-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
27+
[-AsJob] [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
2828
```
2929

3030
## DESCRIPTION
@@ -152,21 +152,6 @@ Accept pipeline input: False
152152
Accept wildcard characters: False
153153
```
154154
155-
### -ProgressAction
156-
{{ Fill ProgressAction Description }}
157-
158-
```yaml
159-
Type: System.Management.Automation.ActionPreference
160-
Parameter Sets: (All)
161-
Aliases: proga
162-
163-
Required: False
164-
Position: Named
165-
Default value: None
166-
Accept pipeline input: False
167-
Accept wildcard characters: False
168-
```
169-
170155
### -ResourceGroupName
171156
The name of the resource group.
172157
The name is case insensitive.

src/DataProtection/DataProtection/help/Edit-AzDataProtectionPolicyRetentionRuleClientObject.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Adds or removes Retention Rule to existing Policy
1515
### RemoveRetention (Default)
1616
```
1717
Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy <IBackupPolicy> -Name <RetentionRuleName>
18-
[-RemoveRule] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-RemoveRule] [<CommonParameters>]
1919
```
2020

2121
### AddRetention
2222
```
2323
Edit-AzDataProtectionPolicyRetentionRuleClientObject -Policy <IBackupPolicy> -Name <RetentionRuleName>
2424
-IsDefault <Boolean> -LifeCycles <ISourceLifeCycle[]> [-OverwriteLifeCycle <Boolean>]
25-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
25+
[<CommonParameters>]
2626
```
2727

2828
## 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
### -RemoveRule
159144
Specifies whether to remove the retention rule.
160145

src/DataProtection/DataProtection/help/Edit-AzDataProtectionPolicyTagClientObject.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Adds or removes schedule tag in an existing backup policy.
1515
### RemoveTag (Default)
1616
```
1717
Edit-AzDataProtectionPolicyTagClientObject -Policy <IBackupPolicy> -Name <TagName> [-RemoveRule]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### updateTag
2222
```
2323
Edit-AzDataProtectionPolicyTagClientObject -Policy <IBackupPolicy> -Name <TagName>
24-
-Criteria <IScheduleBasedBackupCriteria[]> [-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
-Criteria <IScheduleBasedBackupCriteria[]> [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -106,21 +106,6 @@ Accept pipeline input: False
106106
Accept wildcard characters: False
107107
```
108108
109-
### -ProgressAction
110-
{{ Fill ProgressAction Description }}
111-
112-
```yaml
113-
Type: System.Management.Automation.ActionPreference
114-
Parameter Sets: (All)
115-
Aliases: proga
116-
117-
Required: False
118-
Position: Named
119-
Default value: None
120-
Accept pipeline input: False
121-
Accept wildcard characters: False
122-
```
123-
124109
### -RemoveRule
125110
Specify whether to remove the tag from the given policy object.
126111

src/DataProtection/DataProtection/help/Edit-AzDataProtectionPolicyTriggerClientObject.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Updates Backup schedule of an existing backup policy.
1515
### RemoveBackupSchedule (Default)
1616
```
1717
Edit-AzDataProtectionPolicyTriggerClientObject -Policy <IBackupPolicy> [-RemoveSchedule]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### ModifyBackupSchedule
2222
```
2323
Edit-AzDataProtectionPolicyTriggerClientObject -Policy <IBackupPolicy> -Schedule <String[]>
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -61,21 +61,6 @@ Accept pipeline input: False
6161
Accept wildcard characters: False
6262
```
6363
64-
### -ProgressAction
65-
{{ Fill ProgressAction Description }}
66-
67-
```yaml
68-
Type: System.Management.Automation.ActionPreference
69-
Parameter Sets: (All)
70-
Aliases: proga
71-
72-
Required: False
73-
Position: Named
74-
Default value: None
75-
Accept pipeline input: False
76-
Accept wildcard characters: False
77-
```
78-
7964
### -RemoveSchedule
8065
Specifies whether to remove the backup Schedule.
8166

src/DataProtection/DataProtection/help/Find-AzDataProtectionRestorableTimeRange.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Finds the valid recovery point in time ranges for the restore.
1515
```
1616
Find-AzDataProtectionRestorableTimeRange -BackupInstanceName <String> -ResourceGroupName <String>
1717
-VaultName <String> [-SubscriptionId <String>] -SourceDataStoreType <RestoreSourceDataStoreType>
18-
[-EndTime <String>] [-StartTime <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-EndTime <String>] [-StartTime <String>] [-DefaultProfile <PSObject>]
1919
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

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

src/DataProtection/DataProtection/help/Get-AzDataProtectionBackupInstance.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Gets a backup instance with name in a backup vault
1515
### List (Default)
1616
```
1717
Get-AzDataProtectionBackupInstance -ResourceGroupName <String> [-SubscriptionId <String[]>] -VaultName <String>
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2727
### GetViaIdentity
2828
```
2929
Get-AzDataProtectionBackupInstance -InputObject <IDataProtectionIdentity> [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -111,21 +111,6 @@ Accept pipeline input: False
111111
Accept wildcard characters: False
112112
```
113113
114-
### -ProgressAction
115-
{{ Fill ProgressAction Description }}
116-
117-
```yaml
118-
Type: System.Management.Automation.ActionPreference
119-
Parameter Sets: (All)
120-
Aliases: proga
121-
122-
Required: False
123-
Position: Named
124-
Default value: None
125-
Accept pipeline input: False
126-
Accept wildcard characters: False
127-
```
128-
129114
### -ResourceGroupName
130115
The name of the resource group.
131116
The name is case insensitive.

src/DataProtection/DataProtection/help/Get-AzDataProtectionBackupInstancesExtensionRouting.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gets a list of backup instances associated with a tracked resource
1414

1515
```
1616
Get-AzDataProtectionBackupInstancesExtensionRouting -ResourceId <String> [-DefaultProfile <PSObject>]
17-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
17+
[<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -49,21 +49,6 @@ Accept pipeline input: False
4949
Accept wildcard characters: False
5050
```
5151
52-
### -ProgressAction
53-
{{ Fill ProgressAction Description }}
54-
55-
```yaml
56-
Type: System.Management.Automation.ActionPreference
57-
Parameter Sets: (All)
58-
Aliases: proga
59-
60-
Required: False
61-
Position: Named
62-
Default value: None
63-
Accept pipeline input: False
64-
Accept wildcard characters: False
65-
```
66-
6752
### -ResourceId
6853
ARM path of the resource to be protected using Microsoft.DataProtection
6954

src/DataProtection/DataProtection/help/Get-AzDataProtectionBackupPolicy.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ Gets a backup policy belonging to a backup vault
1515
### List (Default)
1616
```
1717
Get-AzDataProtectionBackupPolicy -ResourceGroupName <String> [-SubscriptionId <String[]>] -VaultName <String>
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

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

2727
### GetViaIdentity
2828
```
2929
Get-AzDataProtectionBackupPolicy -InputObject <IDataProtectionIdentity> [-DefaultProfile <PSObject>]
30-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
30+
[<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -111,21 +111,6 @@ Accept pipeline input: False
111111
Accept wildcard characters: False
112112
```
113113
114-
### -ProgressAction
115-
{{ Fill ProgressAction Description }}
116-
117-
```yaml
118-
Type: System.Management.Automation.ActionPreference
119-
Parameter Sets: (All)
120-
Aliases: proga
121-
122-
Required: False
123-
Position: Named
124-
Default value: None
125-
Accept pipeline input: False
126-
Accept wildcard characters: False
127-
```
128-
129114
### -ResourceGroupName
130115
The name of the resource group.
131116
The name is case insensitive.

src/DataProtection/DataProtection/help/Get-AzDataProtectionBackupVault.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Returns resource collection belonging to a subscription.
1515
### Get (Default)
1616
```
1717
Get-AzDataProtectionBackupVault [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

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

3939
## DESCRIPTION
@@ -154,21 +154,6 @@ Accept pipeline input: True (ByValue)
154154
Accept wildcard characters: False
155155
```
156156
157-
### -ProgressAction
158-
{{ Fill ProgressAction Description }}
159-
160-
```yaml
161-
Type: System.Management.Automation.ActionPreference
162-
Parameter Sets: (All)
163-
Aliases: proga
164-
165-
Required: False
166-
Position: Named
167-
Default value: None
168-
Accept pipeline input: False
169-
Accept wildcard characters: False
170-
```
171-
172157
### -ResourceGroupName
173158
The name of the resource group.
174159
The name is case insensitive.

0 commit comments

Comments
 (0)