Skip to content

[Release] Remove common parameter ProgressActionin release branch #25689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 1 addition & 16 deletions src/AksArc/AksArc/help/Get-AzAksArcCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gets the provisioned cluster instance

```
Get-AzAksArcCluster -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -62,21 +62,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/AksArc/AksArc/help/Get-AzAksArcClusterAdminKubeconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lists the admin credentials of the provisioned cluster (can only be used within

```
Get-AzAksArcClusterAdminKubeconfig -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-FilePath <String>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
[-FilePath <String>] [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -99,21 +99,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/AksArc/AksArc/help/Get-AzAksArcClusterUpgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gets the upgrade profile of a provisioned cluster

```
Get-AzAksArcClusterUpgrade -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -46,21 +46,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/AksArc/AksArc/help/Get-AzAksArcClusterUserKubeconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lists the user credentials of the provisioned cluster (can only be used within p

```
Get-AzAksArcClusterUserKubeconfig -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-FilePath <String>] [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
[-FilePath <String>] [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -99,21 +99,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/AksArc/AksArc/help/Get-AzAksArcKubernetesVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lists the supported kubernetes versions for the specified custom location

```
Get-AzAksArcKubernetesVersion -CustomLocationName <String> [-ResourceGroupName <String>]
[-SubscriptionId <String>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
[-SubscriptionId <String>] [-DefaultProfile <PSObject>]
[<CommonParameters>]
```

Expand Down Expand Up @@ -63,21 +63,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/AksArc/AksArc/help/Get-AzAksArcLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gets the provisioned cluster instance

```
Get-AzAksArcLog -ipAddress <String> -sshkeypath <String> -outdir <String> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -77,21 +77,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
```
### -sshkeypath
Path to ssh key for provisioned cluster
Expand Down
21 changes: 3 additions & 18 deletions src/AksArc/AksArc/help/Get-AzAksArcNodepool.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ Gets the specified agent pool in the provisioned cluster
### List (Default)
```
Get-AzAksArcNodepool -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

### Get
```
Get-AzAksArcNodepool -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-Name <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
-Name <String> [<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAksArcNodepool -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-InputObject <IAksArcIdentity> [-ProgressAction <ActionPreference>] [<CommonParameters>]
-InputObject <IAksArcIdentity> [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -103,21 +103,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/AksArc/AksArc/help/Get-AzAksArcVMSku.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Lists the supported VM skus for the specified custom location

```
Get-AzAksArcVMSku -CustomLocationName <String> [-ResourceGroupName <String>] [-SubscriptionId <String>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -62,21 +62,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/AksArc/AksArc/help/Get-AzAksArcVirtualNetwork.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ Lists the virtual networks in the specified resource group
### List1 (Default)
```
Get-AzAksArcVirtualNetwork [-SubscriptionId <String[]>] [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

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

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

### RetrieveViaIdentity
```
Get-AzAksArcVirtualNetwork -InputObject <IAksArcIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -103,21 +103,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/AksArc/AksArc/help/Invoke-AzAksArcClusterUpgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Update the provisioned cluster instance
### UpdateExpanded (Default)
```
Invoke-AzAksArcClusterUpgrade -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
[-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [<CommonParameters>]
[-AsJob] [-NoWait] [-WhatIf] [-Confirm] [<CommonParameters>]
```

### Upgrade
```
Invoke-AzAksArcClusterUpgrade -ClusterName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-KubernetesVersion <String> [-AsJob] [-NoWait] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
-KubernetesVersion <String> [-AsJob] [-NoWait] [-WhatIf] [-Confirm]
[<CommonParameters>]
```

Expand Down Expand Up @@ -106,21 +106,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
Loading