Skip to content

Commit abbe9c2

Browse files
authored
Remove ProgressAction (#26161)
1 parent 131125b commit abbe9c2

File tree

589 files changed

+1791
-10596
lines changed

Some content is hidden

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

589 files changed

+1791
-10596
lines changed

src/App/App/help/Disable-AzContainerAppRevision.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Deactivates a revision for a Container App
1515
### Deactivate (Default)
1616
```
1717
Disable-AzContainerAppRevision -ContainerAppName <String> -Name <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-PassThru]
1919
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### DeactivateViaIdentityContainerApp
2323
```
2424
Disable-AzContainerAppRevision -Name <String> -ContainerAppInputObject <IAppIdentity>
25-
[-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-DefaultProfile <PSObject>] [-PassThru] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### DeactivateViaIdentity
3030
```
3131
Disable-AzContainerAppRevision -InputObject <IAppIdentity> [-DefaultProfile <PSObject>] [-PassThru]
32-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

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

src/App/App/help/Enable-AzContainerAppRevision.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ Activates a revision for a Container App
1515
### Activate (Default)
1616
```
1717
Enable-AzContainerAppRevision -ContainerAppName <String> -Name <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-PassThru]
1919
[-WhatIf] [-Confirm] [<CommonParameters>]
2020
```
2121

2222
### ActivateViaIdentityContainerApp
2323
```
2424
Enable-AzContainerAppRevision -Name <String> -ContainerAppInputObject <IAppIdentity>
25-
[-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
25+
[-DefaultProfile <PSObject>] [-PassThru] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
2727
```
2828

2929
### ActivateViaIdentity
3030
```
3131
Enable-AzContainerAppRevision -InputObject <IAppIdentity> [-DefaultProfile <PSObject>] [-PassThru]
32-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
32+
[-WhatIf] [-Confirm] [<CommonParameters>]
3333
```
3434

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

src/App/App/help/Get-AzContainerApp.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get the properties of a Container App.
1515
### List (Default)
1616
```
1717
Get-AzContainerApp [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

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

3939
## DESCRIPTION
@@ -130,21 +130,6 @@ Accept pipeline input: False
130130
Accept wildcard characters: False
131131
```
132132
133-
### -ProgressAction
134-
{{ Fill ProgressAction Description }}
135-
136-
```yaml
137-
Type: System.Management.Automation.ActionPreference
138-
Parameter Sets: (All)
139-
Aliases: proga
140-
141-
Required: False
142-
Position: Named
143-
Default value: None
144-
Accept pipeline input: False
145-
Accept wildcard characters: False
146-
```
147-
148133
### -ResourceGroupName
149134
The name of the resource group.
150135
The name is case insensitive.

src/App/App/help/Get-AzContainerAppAuthConfig.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ Get a AuthConfig of a Container App.
1515
### List (Default)
1616
```
1717
Get-AzContainerAppAuthConfig -ContainerAppName <String> -ResourceGroupName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
1919
[<CommonParameters>]
2020
```
2121

2222
### Get
2323
```
2424
Get-AzContainerAppAuthConfig -ContainerAppName <String> -Name <String> -ResourceGroupName <String>
25-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
25+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
2626
[<CommonParameters>]
2727
```
2828

2929
### GetViaIdentityContainerApp
3030
```
3131
Get-AzContainerAppAuthConfig -Name <String> -ContainerAppInputObject <IAppIdentity>
32-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
32+
[-DefaultProfile <PSObject>] [<CommonParameters>]
3333
```
3434

3535
### GetViaIdentity
3636
```
3737
Get-AzContainerAppAuthConfig -InputObject <IAppIdentity> [-DefaultProfile <PSObject>]
38-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
38+
[<CommonParameters>]
3939
```
4040

4141
## 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
### -ResourceGroupName
180165
The name of the resource group.
181166
The name is case insensitive.

src/App/App/help/Get-AzContainerAppAuthToken.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Get auth token for a container app
1515
### Get (Default)
1616
```
1717
Get-AzContainerAppAuthToken -ContainerAppName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-WhatIf] [-Confirm] [<CommonParameters>]
1919
```
2020

2121
### GetViaIdentity
2222
```
2323
Get-AzContainerAppAuthToken -InputObject <IAppIdentity> [-DefaultProfile <PSObject>]
24-
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
24+
[-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -104,21 +104,6 @@ Accept pipeline input: True (ByValue)
104104
Accept wildcard characters: False
105105
```
106106
107-
### -ProgressAction
108-
{{ Fill ProgressAction Description }}
109-
110-
```yaml
111-
Type: System.Management.Automation.ActionPreference
112-
Parameter Sets: (All)
113-
Aliases: proga
114-
115-
Required: False
116-
Position: Named
117-
Default value: None
118-
Accept pipeline input: False
119-
Accept wildcard characters: False
120-
```
121-
122107
### -ResourceGroupName
123108
The name of the resource group.
124109
The name is case insensitive.

src/App/App/help/Get-AzContainerAppAvailableWorkloadProfile.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Get all available workload profiles for a location.
1515
### Get (Default)
1616
```
1717
Get-AzContainerAppAvailableWorkloadProfile -Location <String> [-SubscriptionId <String[]>]
18-
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [<CommonParameters>]
1919
```
2020

2121
### GetViaIdentity
2222
```
2323
Get-AzContainerAppAvailableWorkloadProfile -InputObject <IAppIdentity> [-DefaultProfile <PSObject>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -98,21 +98,6 @@ Accept pipeline input: False
9898
Accept wildcard characters: False
9999
```
100100
101-
### -ProgressAction
102-
{{ Fill ProgressAction Description }}
103-
104-
```yaml
105-
Type: System.Management.Automation.ActionPreference
106-
Parameter Sets: (All)
107-
Aliases: proga
108-
109-
Required: False
110-
Position: Named
111-
Default value: None
112-
Accept pipeline input: False
113-
Accept wildcard characters: False
114-
```
115-
116101
### -SubscriptionId
117102
The ID of the target subscription.
118103

src/App/App/help/Get-AzContainerAppBillingMeter.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Get all billingMeters for a location.
1515
### Get (Default)
1616
```
1717
Get-AzContainerAppBillingMeter -Location <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

2121
### GetViaIdentity
2222
```
2323
Get-AzContainerAppBillingMeter -InputObject <IAppIdentity> [-DefaultProfile <PSObject>]
24-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
24+
[<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -116,21 +116,6 @@ Accept pipeline input: False
116116
Accept wildcard characters: False
117117
```
118118
119-
### -ProgressAction
120-
{{ Fill ProgressAction Description }}
121-
122-
```yaml
123-
Type: System.Management.Automation.ActionPreference
124-
Parameter Sets: (All)
125-
Aliases: proga
126-
127-
Required: False
128-
Position: Named
129-
Default value: None
130-
Accept pipeline input: False
131-
Accept wildcard characters: False
132-
```
133-
134119
### -SubscriptionId
135120
The ID of the target subscription.
136121

src/App/App/help/Get-AzContainerAppConnectedEnv.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@ Get the properties of an connectedEnvironment.
1515
### List (Default)
1616
```
1717
Get-AzContainerAppConnectedEnv [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
18-
[-ProgressAction <ActionPreference>] [<CommonParameters>]
18+
[<CommonParameters>]
1919
```
2020

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

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

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

3939
## DESCRIPTION
@@ -128,21 +128,6 @@ Accept pipeline input: False
128128
Accept wildcard characters: False
129129
```
130130
131-
### -ProgressAction
132-
{{ Fill ProgressAction Description }}
133-
134-
```yaml
135-
Type: System.Management.Automation.ActionPreference
136-
Parameter Sets: (All)
137-
Aliases: proga
138-
139-
Required: False
140-
Position: Named
141-
Default value: None
142-
Accept pipeline input: False
143-
Accept wildcard characters: False
144-
```
145-
146131
### -ResourceGroupName
147132
The name of the resource group.
148133
The name is case insensitive.

0 commit comments

Comments
 (0)