Skip to content

Commit

Permalink
Remove ProgressAction (Azure#24532)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidai-msft authored Mar 27, 2024
1 parent 7c76283 commit a3e46ba
Show file tree
Hide file tree
Showing 877 changed files with 2,111 additions and 15,266 deletions.
23 changes: 4 additions & 19 deletions src/Alb/Alb/help/Get-AzAlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@ Get a TrafficController

### List (Default)
```
Get-AzAlb [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
Get-AzAlb [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
[<CommonParameters>]
```

### Get
```
Get-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

### List1
```
Get-AzAlb -ResourceGroupName <String> [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
Get-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -129,21 +129,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
23 changes: 4 additions & 19 deletions src/Alb/Alb/help/Get-AzAlbAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ Get a Association
### List (Default)
```
Get-AzAlbAssociation -AlbName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

### Get
```
Get-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

### GetViaIdentityTrafficController
```
Get-AzAlbAssociation -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAlbAssociation -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -132,21 +132,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
23 changes: 4 additions & 19 deletions src/Alb/Alb/help/Get-AzAlbFrontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ Get a Frontend
### List (Default)
```
Get-AzAlbFrontend -AlbName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

### Get
```
Get-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

### GetViaIdentityTrafficController
```
Get-AzAlbFrontend -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
Get-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -131,21 +131,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
17 changes: 1 addition & 16 deletions src/Alb/Alb/help/New-AzAlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Create a TrafficController

```
New-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] -Location <String>
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>]
[-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

Expand Down Expand Up @@ -114,21 +114,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
17 changes: 1 addition & 16 deletions src/Alb/Alb/help/New-AzAlbAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create a Association
```
New-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-Location <String> [-SubnetId <String>] [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -129,21 +129,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
17 changes: 1 addition & 16 deletions src/Alb/Alb/help/New-AzAlbFrontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Create a Frontend
```
New-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-Location <String> [-Tag <Hashtable>] [-DefaultProfile <PSObject>] [-AsJob] [-NoWait]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -129,21 +129,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
19 changes: 2 additions & 17 deletions src/Alb/Alb/help/Remove-AzAlb.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Delete a TrafficController
### Delete (Default)
```
Remove-AzAlb -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>] [-DefaultProfile <PSObject>]
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### DeleteViaIdentity
```
Remove-AzAlb -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -129,21 +129,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
21 changes: 3 additions & 18 deletions src/Alb/Alb/help/Remove-AzAlbAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ Delete a Association
### Delete (Default)
```
Remove-AzAlbAssociation -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

### DeleteViaIdentityTrafficController
```
Remove-AzAlbAssociation -Name <String> -TrafficControllerInputObject <IAlbIdentity>
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

### DeleteViaIdentity
```
Remove-AzAlbAssociation -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -152,21 +152,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
21 changes: 3 additions & 18 deletions src/Alb/Alb/help/Remove-AzAlbFrontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ Delete a Frontend
### Delete (Default)
```
Remove-AzAlbFrontend -AlbName <String> -Name <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf]
[-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru] [-WhatIf]
[-Confirm] [<CommonParameters>]
```

### DeleteViaIdentityTrafficController
```
Remove-AzAlbFrontend -Name <String> -TrafficControllerInputObject <IAlbIdentity> [-DefaultProfile <PSObject>]
[-AsJob] [-NoWait] [-PassThru] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### DeleteViaIdentity
```
Remove-AzAlbFrontend -InputObject <IAlbIdentity> [-DefaultProfile <PSObject>] [-AsJob] [-NoWait] [-PassThru]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-WhatIf] [-Confirm] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -151,21 +151,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
### -ProgressAction
{{ Fill ProgressAction Description }}
```yaml
Type: System.Management.Automation.ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```
### -ResourceGroupName
The name of the resource group.
The name is case insensitive.
Expand Down
Loading

0 comments on commit a3e46ba

Please sign in to comment.