Skip to content

Commit 3266ef6

Browse files
authored
remove progress action (#26985)
1 parent 90cbcff commit 3266ef6

File tree

749 files changed

+2105
-13342
lines changed

Some content is hidden

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

749 files changed

+2105
-13342
lines changed

src/ComputeFleet/ComputeFleet/help/Get-AzComputeFleet.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get a Fleet
1515
### ListBySubscriptionId (Default)
1616
```
1717
Get-AzComputeFleet [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

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

3939
## DESCRIPTION
@@ -523,21 +523,6 @@ Accept pipeline input: False
523523
Accept wildcard characters: False
524524
```
525525
526-
### -ProgressAction
527-
{{ Fill ProgressAction Description }}
528-
529-
```yaml
530-
Type: System.Management.Automation.ActionPreference
531-
Parameter Sets: (All)
532-
Aliases: proga
533-
534-
Required: False
535-
Position: Named
536-
Default value: None
537-
Accept pipeline input: False
538-
Accept wildcard characters: False
539-
```
540-
541526
### -ResourceGroupName
542527
The name of the resource group.
543528
The name is case insensitive.

src/ComputeFleet/ComputeFleet/help/Get-AzComputeFleetVMSS.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ List VirtualMachineScaleSet resources by Fleet
1414

1515
```
1616
Get-AzComputeFleetVMSS -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
17-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
17+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -80,21 +80,6 @@ Accept pipeline input: False
8080
Accept wildcard characters: False
8181
```
8282
83-
### -ProgressAction
84-
{{ Fill ProgressAction Description }}
85-
86-
```yaml
87-
Type: System.Management.Automation.ActionPreference
88-
Parameter Sets: (All)
89-
Aliases: proga
90-
91-
Required: False
92-
Position: Named
93-
Default value: None
94-
Accept pipeline input: False
95-
Accept wildcard characters: False
96-
```
97-
9883
### -ResourceGroupName
9984
The name of the resource group.
10085
The name is case insensitive.

src/ComputeFleet/ComputeFleet/help/New-AzComputeFleet.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ create a Fleet
1515
### CreateViaIdentity (Default)
1616
```
1717
New-AzComputeFleet -InputObject <IComputeFleetIdentity> -Resource <IFleet> [-DefaultProfile <PSObject>]
18-
[-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-AsJob] [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### Create
2222
```
2323
New-AzComputeFleet -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] -Resource <IFleet>
24-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
24+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
2525
[<CommonParameters>]
2626
```
2727

@@ -593,21 +593,6 @@ Accept pipeline input: False
593593
Accept wildcard characters: False
594594
```
595595
596-
### -ProgressAction
597-
{{ Fill ProgressAction Description }}
598-
599-
```yaml
600-
Type: System.Management.Automation.ActionPreference
601-
Parameter Sets: (All)
602-
Aliases: proga
603-
604-
Required: False
605-
Position: Named
606-
Default value: None
607-
Accept pipeline input: False
608-
Accept wildcard characters: False
609-
```
610-
611596
### -Resource
612597
An Compute Fleet resource
613598

src/ComputeFleet/ComputeFleet/help/Remove-AzComputeFleet.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Delete a Fleet
1515
### Delete (Default)
1616
```
1717
Remove-AzComputeFleet -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-AzComputeFleet -InputObject <IComputeFleetIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
25-
[-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
25+
[-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
2626
```
2727

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

src/ComputeFleet/ComputeFleet/help/Update-AzComputeFleet.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ update a Fleet
1515
### UpdateViaIdentity (Default)
1616
```
1717
Update-AzComputeFleet -InputObject <IComputeFleetIdentity> -Resource <IFleet> [-DefaultProfile <PSObject>]
18-
[-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-AsJob] [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### Update
2222
```
2323
Update-AzComputeFleet -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] -Resource <IFleet>
24-
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
24+
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
2525
[<CommonParameters>]
2626
```
2727

@@ -597,21 +597,6 @@ Accept pipeline input: False
597597
Accept wildcard characters: False
598598
```
599599
600-
### -ProgressAction
601-
{{ Fill ProgressAction Description }}
602-
603-
```yaml
604-
Type: System.Management.Automation.ActionPreference
605-
Parameter Sets: (All)
606-
Aliases: proga
607-
608-
Required: False
609-
Position: Named
610-
Default value: None
611-
Accept pipeline input: False
612-
Accept wildcard characters: False
613-
```
614-
615600
### -Resource
616601
An Compute Fleet resource
617602

src/ComputeSchedule/ComputeSchedule/help/Get-AzComputeScheduleOperationError.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VirtualMachinesGetOperationErrors: Get error details on operation errors (like t
1414

1515
```
1616
Get-AzComputeScheduleOperationError -Location <String> [-SubscriptionId <String[]>] -OperationId <String[]>
17-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
17+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -95,21 +95,6 @@ Accept pipeline input: False
9595
Accept wildcard characters: False
9696
```
9797
98-
### -ProgressAction
99-
{{ Fill ProgressAction Description }}
100-
101-
```yaml
102-
Type: System.Management.Automation.ActionPreference
103-
Parameter Sets: (All)
104-
Aliases: proga
105-
106-
Required: False
107-
Position: Named
108-
Default value: None
109-
Accept pipeline input: False
110-
Accept wildcard characters: False
111-
```
112-
11398
### -SubscriptionId
11499
The ID of the target subscription.
115100
The value must be an UUID.

src/ComputeSchedule/ComputeSchedule/help/Get-AzComputeScheduleOperationStatus.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VirtualMachinesGetOperationStatus: Polling endpoint to read status of operations
1414

1515
```
1616
Get-AzComputeScheduleOperationStatus -Location <String> [-SubscriptionId <String[]>] -CorrelationId <String>
17-
-OperationId <String[]> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
17+
-OperationId <String[]> [-DefaultProfile <PSObject>] [-WhatIf] [-Confirm]
1818
[<CommonParameters>]
1919
```
2020

@@ -129,21 +129,6 @@ Accept pipeline input: False
129129
Accept wildcard characters: False
130130
```
131131
132-
### -ProgressAction
133-
{{ Fill ProgressAction Description }}
134-
135-
```yaml
136-
Type: System.Management.Automation.ActionPreference
137-
Parameter Sets: (All)
138-
Aliases: proga
139-
140-
Required: False
141-
Position: Named
142-
Default value: None
143-
Accept pipeline input: False
144-
Accept wildcard characters: False
145-
```
146-
147132
### -SubscriptionId
148133
The ID of the target subscription.
149134
The value must be an UUID.

src/ComputeSchedule/ComputeSchedule/help/Invoke-AzComputeScheduleExecuteDeallocate.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VirtualMachinesExecuteDeallocate: Execute deallocate operation for a batch of vi
1515
```
1616
Invoke-AzComputeScheduleExecuteDeallocate -Location <String> [-SubscriptionId <String>] -CorrelationId <String>
1717
-ResourceId <String[]> [-RetryCount <Int32>] [-RetryWindowInMinutes <Int32>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -120,21 +120,6 @@ Accept pipeline input: False
120120
Accept wildcard characters: False
121121
```
122122
123-
### -ProgressAction
124-
{{ Fill ProgressAction Description }}
125-
126-
```yaml
127-
Type: System.Management.Automation.ActionPreference
128-
Parameter Sets: (All)
129-
Aliases: proga
130-
131-
Required: False
132-
Position: Named
133-
Default value: None
134-
Accept pipeline input: False
135-
Accept wildcard characters: False
136-
```
137-
138123
### -ResourceId
139124
The resource ids used for the request
140125

src/ComputeSchedule/ComputeSchedule/help/Invoke-AzComputeScheduleExecuteHibernate.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virt
1515
```
1616
Invoke-AzComputeScheduleExecuteHibernate -Location <String> [-SubscriptionId <String>] -CorrelationId <String>
1717
-ResourceId <String[]> [-RetryCount <Int32>] [-RetryWindowInMinutes <Int32>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -120,21 +120,6 @@ Accept pipeline input: False
120120
Accept wildcard characters: False
121121
```
122122
123-
### -ProgressAction
124-
{{ Fill ProgressAction Description }}
125-
126-
```yaml
127-
Type: System.Management.Automation.ActionPreference
128-
Parameter Sets: (All)
129-
Aliases: proga
130-
131-
Required: False
132-
Position: Named
133-
Default value: None
134-
Accept pipeline input: False
135-
Accept wildcard characters: False
136-
```
137-
138123
### -ResourceId
139124
The resource ids used for the request
140125

src/ComputeSchedule/ComputeSchedule/help/Invoke-AzComputeScheduleExecuteStart.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VirtualMachinesExecuteStart: Execute start operation for a batch of virtual mach
1515
```
1616
Invoke-AzComputeScheduleExecuteStart -Location <String> [-SubscriptionId <String>] -CorrelationId <String>
1717
-ResourceId <String[]> [-RetryCount <Int32>] [-RetryWindowInMinutes <Int32>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
## DESCRIPTION
@@ -120,21 +120,6 @@ Accept pipeline input: False
120120
Accept wildcard characters: False
121121
```
122122
123-
### -ProgressAction
124-
{{ Fill ProgressAction Description }}
125-
126-
```yaml
127-
Type: System.Management.Automation.ActionPreference
128-
Parameter Sets: (All)
129-
Aliases: proga
130-
131-
Required: False
132-
Position: Named
133-
Default value: None
134-
Accept pipeline input: False
135-
Accept wildcard characters: False
136-
```
137-
138123
### -ResourceId
139124
The resource ids used for the request
140125

src/ComputeSchedule/ComputeSchedule/help/Invoke-AzComputeScheduleSubmitDeallocate.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ VirtualMachinesSubmitDeallocate: Schedule deallocate operation for a batch of vi
1616
Invoke-AzComputeScheduleSubmitDeallocate -Location <String> [-SubscriptionId <String>] -CorrelationId <String>
1717
-DeadlineType <String> -ResourceId <String[]> [-Deadline <DateTime>] [-RetryCount <Int32>]
1818
[-RetryWindowInMinutes <Int32>] [-Timezone <String>] [-DefaultProfile <PSObject>]
19-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
19+
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
## DESCRIPTION
@@ -154,21 +154,6 @@ Accept pipeline input: False
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
### -ResourceId
173158
The resource ids used for the request
174159

0 commit comments

Comments
 (0)