Skip to content

Migrate Aks from wyunchi-ms-patch-3 to wyunchi-ms-patch-2 #24256

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

Closed
wants to merge 1 commit into from
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Aks/Aks.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
This directory contains the PowerShell module for the Aks service.

---

## Info
- Modifiable: yes
- Generated: all
Expand Down
11 changes: 6 additions & 5 deletions src/Aks/Aks/Az.Aks.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 1/30/2024
# Generated on: 2/27/2024
#

@{
Expand Down Expand Up @@ -61,10 +61,10 @@ RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll',
'YamlDotNet.dll'

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
# ScriptsToProcess = @()
ScriptsToProcess = @()

# Type files (.ps1xml) to be loaded when importing this module
# TypesToProcess = @()
TypesToProcess = @()

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = 'Aks.Autorest/Az.Aks.format.ps1xml'
Expand Down Expand Up @@ -118,7 +118,8 @@ PrivateData = @{
PSData = @{

# Tags applied to this module. These help with module discovery in online galleries.
Tags = 'Azure','ResourceManager','ARM','AKS','Kubernetes','Container','Orchestrator','Containers','Docker'
Tags = 'Azure', 'ResourceManager', 'ARM', 'AKS', 'Kubernetes', 'Container',
'Orchestrator', 'Containers', 'Docker'

# A URL to the license for this module.
LicenseUri = 'https://aka.ms/azps-license'
Expand All @@ -143,7 +144,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
23 changes: 19 additions & 4 deletions src/Aks/Aks/help/Disable-AzAksAddOn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Disable the addons for aks.
### defaultParameterSet (Default)
```
Disable-AzAksAddOn [-ResourceGroupName] <String> [-ClusterName] <String> [-Name <String[]>]
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
[<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
[-SubscriptionId <String>] [<CommonParameters>]
```

### InputObjectParameterSet
```
Disable-AzAksAddOn -ClusterObject <PSKubernetesCluster> [-Name <String[]>]
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
[<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
[-SubscriptionId <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -100,6 +100,21 @@ 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
Resource Group Name.

Expand Down
23 changes: 19 additions & 4 deletions src/Aks/Aks/help/Enable-AzAksAddOn.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Enable the addons for aks.
### defaultParameterSet (Default)
```
Enable-AzAksAddOn [-WorkspaceResourceId <String>] [-SubnetName <String>] [-ResourceGroupName] <String>
[-ClusterName] <String> [-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
[-SubscriptionId <String>] [<CommonParameters>]
[-ClusterName] <String> [-Name <String[]>] [-DefaultProfile <IAzureContextContainer>]
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [-SubscriptionId <String>] [<CommonParameters>]
```

### InputObjectParameterSet
```
Enable-AzAksAddOn [-WorkspaceResourceId <String>] [-SubnetName <String>] -ClusterObject <PSKubernetesCluster>
[-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
[<CommonParameters>]
[-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
[-Confirm] [-SubscriptionId <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -100,6 +100,21 @@ 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
Resource Group Name.

Expand Down
23 changes: 19 additions & 4 deletions src/Aks/Aks/help/Get-AzAksCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ List Kubernetes managed clusters.
### ResourceGroupParameterSet (Default)
```
Get-AzAksCluster [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>]
[-SubscriptionId <String>] [<CommonParameters>]
[-ProgressAction <ActionPreference>] [-SubscriptionId <String>] [<CommonParameters>]
```

### IdParameterSet
```
Get-AzAksCluster [-Id] <String> [-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>]
[<CommonParameters>]
Get-AzAksCluster [-Id] <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
[-SubscriptionId <String>] [<CommonParameters>]
```

### NameParameterSet
```
Get-AzAksCluster [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]
[-SubscriptionId <String>] [<CommonParameters>]
[-ProgressAction <ActionPreference>] [-SubscriptionId <String>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -87,6 +87,21 @@ 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
Resource group name

Expand Down
24 changes: 21 additions & 3 deletions src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@ Gets the specified maintenance configuration of a managed cluster.
### List (Default)
```
Get-AzAksMaintenanceConfiguration -ResourceGroupName <String> -ResourceName <String>
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

### Get
```
Get-AzAksMaintenanceConfiguration -ConfigName <String> -ResourceGroupName <String> -ResourceName <String>
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAksMaintenanceConfiguration -InputObject <IAksIdentity> [-DefaultProfile <PSObject>] [<CommonParameters>]
Get-AzAksMaintenanceConfiguration -InputObject <IAksIdentity> [-DefaultProfile <PSObject>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -126,6 +129,21 @@ Accept pipeline input: True (ByValue)
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
20 changes: 18 additions & 2 deletions src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ Gets the results of a command which has been run on the Managed Cluster.
### Get (Default)
```
Get-AzAksManagedClusterCommandResult -CommandId <String> -ResourceGroupName <String> -ResourceName <String>
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] [<CommonParameters>]
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAksManagedClusterCommandResult -InputObject <IAksIdentity> [-DefaultProfile <PSObject>] [-PassThru]
[<CommonParameters>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -111,6 +112,21 @@ 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: 17 additions & 2 deletions src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Gets supported OS options in the specified subscription.
### Get (Default)
```
Get-AzAksManagedClusterOSOption -Location <String> [-SubscriptionId <String[]>] [-ResourceType <String>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

### GetViaIdentity
```
Get-AzAksManagedClusterOSOption -InputObject <IAksIdentity> [-ResourceType <String>]
[-DefaultProfile <PSObject>] [<CommonParameters>]
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -89,6 +89,21 @@ 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
```

### -ResourceType
The resource type for which the OS options needs to be returned

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ The operation returns properties of each egress endpoint.

```
Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName <String> -ResourceName <String>
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -59,6 +60,21 @@ 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
25 changes: 21 additions & 4 deletions src/Aks/Aks/help/Get-AzAksNodePool.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ List node pools in specified cluster.
### NameParameterSet (Default)
```
Get-AzAksNodePool -ResourceGroupName <String> -ClusterName <String> [-Name <String>]
[-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>] [<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-SubscriptionId <String>]
[<CommonParameters>]
```

### IdParameterSet
```
Get-AzAksNodePool -Id <String> [-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>]
[<CommonParameters>]
Get-AzAksNodePool -Id <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
[-SubscriptionId <String>] [<CommonParameters>]
```

### ParentObjectParameterSet
```
Get-AzAksNodePool -ClusterObject <PSKubernetesCluster> [-Name <String>]
[-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>] [<CommonParameters>]
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-SubscriptionId <String>]
[<CommonParameters>]
```

## DESCRIPTION
Expand Down Expand Up @@ -117,6 +119,21 @@ 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.

Expand Down
Loading