Skip to content

Commit 5cf5e77

Browse files
Move Aks to wyunchi-ms-patch-2
1 parent b99199c commit 5cf5e77

38 files changed

+677
-114
lines changed

src/Aks/Aks.Autorest/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
This directory contains the PowerShell module for the Aks service.
44

55
---
6-
76
## Info
87
- Modifiable: yes
98
- Generated: all

src/Aks/Aks/Az.Aks.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 1/30/2024
6+
# Generated on: 2/27/2024
77
#
88

99
@{
@@ -61,10 +61,10 @@ RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll',
6161
'YamlDotNet.dll'
6262

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

6666
# Type files (.ps1xml) to be loaded when importing this module
67-
# TypesToProcess = @()
67+
TypesToProcess = @()
6868

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

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

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

144145
} # End of PSData hashtable
145146

146-
} # End of PrivateData hashtable
147+
} # End of PrivateData hashtable
147148

148149
# HelpInfo URI of this module
149150
# HelpInfoURI = ''

src/Aks/Aks/help/Disable-AzAksAddOn.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Disable the addons for aks.
1515
### defaultParameterSet (Default)
1616
```
1717
Disable-AzAksAddOn [-ResourceGroupName] <String> [-ClusterName] <String> [-Name <String[]>]
18-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
19-
[<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
19+
[-SubscriptionId <String>] [<CommonParameters>]
2020
```
2121

2222
### InputObjectParameterSet
2323
```
2424
Disable-AzAksAddOn -ClusterObject <PSKubernetesCluster> [-Name <String[]>]
25-
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
26-
[<CommonParameters>]
25+
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm]
26+
[-SubscriptionId <String>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -100,6 +100,21 @@ Accept pipeline input: False
100100
Accept wildcard characters: False
101101
```
102102
103+
### -ProgressAction
104+
{{ Fill ProgressAction Description }}
105+
106+
```yaml
107+
Type: System.Management.Automation.ActionPreference
108+
Parameter Sets: (All)
109+
Aliases: proga
110+
111+
Required: False
112+
Position: Named
113+
Default value: None
114+
Accept pipeline input: False
115+
Accept wildcard characters: False
116+
```
117+
103118
### -ResourceGroupName
104119
Resource Group Name.
105120

src/Aks/Aks/help/Enable-AzAksAddOn.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Enable the addons for aks.
1515
### defaultParameterSet (Default)
1616
```
1717
Enable-AzAksAddOn [-WorkspaceResourceId <String>] [-SubnetName <String>] [-ResourceGroupName] <String>
18-
[-ClusterName] <String> [-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
19-
[-SubscriptionId <String>] [<CommonParameters>]
18+
[-ClusterName] <String> [-Name <String[]>] [-DefaultProfile <IAzureContextContainer>]
19+
[-ProgressAction <ActionPreference>] [-WhatIf] [-Confirm] [-SubscriptionId <String>] [<CommonParameters>]
2020
```
2121

2222
### InputObjectParameterSet
2323
```
2424
Enable-AzAksAddOn [-WorkspaceResourceId <String>] [-SubnetName <String>] -ClusterObject <PSKubernetesCluster>
25-
[-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [-SubscriptionId <String>]
26-
[<CommonParameters>]
25+
[-Name <String[]>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-WhatIf]
26+
[-Confirm] [-SubscriptionId <String>] [<CommonParameters>]
2727
```
2828

2929
## DESCRIPTION
@@ -100,6 +100,21 @@ Accept pipeline input: False
100100
Accept wildcard characters: False
101101
```
102102
103+
### -ProgressAction
104+
{{ Fill ProgressAction Description }}
105+
106+
```yaml
107+
Type: System.Management.Automation.ActionPreference
108+
Parameter Sets: (All)
109+
Aliases: proga
110+
111+
Required: False
112+
Position: Named
113+
Default value: None
114+
Accept pipeline input: False
115+
Accept wildcard characters: False
116+
```
117+
103118
### -ResourceGroupName
104119
Resource Group Name.
105120

src/Aks/Aks/help/Get-AzAksCluster.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ List Kubernetes managed clusters.
1515
### ResourceGroupParameterSet (Default)
1616
```
1717
Get-AzAksCluster [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>]
18-
[-SubscriptionId <String>] [<CommonParameters>]
18+
[-ProgressAction <ActionPreference>] [-SubscriptionId <String>] [<CommonParameters>]
1919
```
2020

2121
### IdParameterSet
2222
```
23-
Get-AzAksCluster [-Id] <String> [-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>]
24-
[<CommonParameters>]
23+
Get-AzAksCluster [-Id] <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
24+
[-SubscriptionId <String>] [<CommonParameters>]
2525
```
2626

2727
### NameParameterSet
2828
```
2929
Get-AzAksCluster [-ResourceGroupName] <String> [-Name] <String> [-DefaultProfile <IAzureContextContainer>]
30-
[-SubscriptionId <String>] [<CommonParameters>]
30+
[-ProgressAction <ActionPreference>] [-SubscriptionId <String>] [<CommonParameters>]
3131
```
3232

3333
## DESCRIPTION
@@ -87,6 +87,21 @@ Accept pipeline input: False
8787
Accept wildcard characters: False
8888
```
8989
90+
### -ProgressAction
91+
{{ Fill ProgressAction Description }}
92+
93+
```yaml
94+
Type: System.Management.Automation.ActionPreference
95+
Parameter Sets: (All)
96+
Aliases: proga
97+
98+
Required: False
99+
Position: Named
100+
Default value: None
101+
Accept pipeline input: False
102+
Accept wildcard characters: False
103+
```
104+
90105
### -ResourceGroupName
91106
Resource group name
92107

src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ Gets the specified maintenance configuration of a managed cluster.
1515
### List (Default)
1616
```
1717
Get-AzAksMaintenanceConfiguration -ResourceGroupName <String> -ResourceName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
19+
[<CommonParameters>]
1920
```
2021

2122
### Get
2223
```
2324
Get-AzAksMaintenanceConfiguration -ConfigName <String> -ResourceGroupName <String> -ResourceName <String>
24-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
25+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
26+
[<CommonParameters>]
2527
```
2628

2729
### GetViaIdentity
2830
```
29-
Get-AzAksMaintenanceConfiguration -InputObject <IAksIdentity> [-DefaultProfile <PSObject>] [<CommonParameters>]
31+
Get-AzAksMaintenanceConfiguration -InputObject <IAksIdentity> [-DefaultProfile <PSObject>]
32+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
3033
```
3134

3235
## DESCRIPTION
@@ -126,6 +129,21 @@ Accept pipeline input: True (ByValue)
126129
Accept wildcard characters: False
127130
```
128131
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+
129147
### -ResourceGroupName
130148
The name of the resource group.
131149
The name is case insensitive.

src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ Gets the results of a command which has been run on the Managed Cluster.
1515
### Get (Default)
1616
```
1717
Get-AzAksManagedClusterCommandResult -CommandId <String> -ResourceGroupName <String> -ResourceName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] [<CommonParameters>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-PassThru] [-ProgressAction <ActionPreference>]
19+
[<CommonParameters>]
1920
```
2021

2122
### GetViaIdentity
2223
```
2324
Get-AzAksManagedClusterCommandResult -InputObject <IAksIdentity> [-DefaultProfile <PSObject>] [-PassThru]
24-
[<CommonParameters>]
25+
[-ProgressAction <ActionPreference>] [<CommonParameters>]
2526
```
2627

2728
## DESCRIPTION
@@ -111,6 +112,21 @@ Accept pipeline input: False
111112
Accept wildcard characters: False
112113
```
113114
115+
### -ProgressAction
116+
{{ Fill ProgressAction Description }}
117+
118+
```yaml
119+
Type: System.Management.Automation.ActionPreference
120+
Parameter Sets: (All)
121+
Aliases: proga
122+
123+
Required: False
124+
Position: Named
125+
Default value: None
126+
Accept pipeline input: False
127+
Accept wildcard characters: False
128+
```
129+
114130
### -ResourceGroupName
115131
The name of the resource group.
116132
The name is case insensitive.

src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Gets supported OS options in the specified subscription.
1515
### Get (Default)
1616
```
1717
Get-AzAksManagedClusterOSOption -Location <String> [-SubscriptionId <String[]>] [-ResourceType <String>]
18-
[-DefaultProfile <PSObject>] [<CommonParameters>]
18+
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
1919
```
2020

2121
### GetViaIdentity
2222
```
2323
Get-AzAksManagedClusterOSOption -InputObject <IAksIdentity> [-ResourceType <String>]
24-
[-DefaultProfile <PSObject>] [<CommonParameters>]
24+
[-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
@@ -89,6 +89,21 @@ Accept pipeline input: False
8989
Accept wildcard characters: False
9090
```
9191
92+
### -ProgressAction
93+
{{ Fill ProgressAction Description }}
94+
95+
```yaml
96+
Type: System.Management.Automation.ActionPreference
97+
Parameter Sets: (All)
98+
Aliases: proga
99+
100+
Required: False
101+
Position: Named
102+
Default value: None
103+
Accept pipeline input: False
104+
Accept wildcard characters: False
105+
```
106+
92107
### -ResourceType
93108
The resource type for which the OS options needs to be returned
94109

src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ The operation returns properties of each egress endpoint.
1515

1616
```
1717
Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName <String> -ResourceName <String>
18-
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [<CommonParameters>]
18+
[-SubscriptionId <String[]>] [-DefaultProfile <PSObject>] [-ProgressAction <ActionPreference>]
19+
[<CommonParameters>]
1920
```
2021

2122
## DESCRIPTION
@@ -59,6 +60,21 @@ Accept pipeline input: False
5960
Accept wildcard characters: False
6061
```
6162
63+
### -ProgressAction
64+
{{ Fill ProgressAction Description }}
65+
66+
```yaml
67+
Type: System.Management.Automation.ActionPreference
68+
Parameter Sets: (All)
69+
Aliases: proga
70+
71+
Required: False
72+
Position: Named
73+
Default value: None
74+
Accept pipeline input: False
75+
Accept wildcard characters: False
76+
```
77+
6278
### -ResourceGroupName
6379
The name of the resource group.
6480
The name is case insensitive.

src/Aks/Aks/help/Get-AzAksNodePool.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,21 @@ List node pools in specified cluster.
1515
### NameParameterSet (Default)
1616
```
1717
Get-AzAksNodePool -ResourceGroupName <String> -ClusterName <String> [-Name <String>]
18-
[-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>] [<CommonParameters>]
18+
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-SubscriptionId <String>]
19+
[<CommonParameters>]
1920
```
2021

2122
### IdParameterSet
2223
```
23-
Get-AzAksNodePool -Id <String> [-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>]
24-
[<CommonParameters>]
24+
Get-AzAksNodePool -Id <String> [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>]
25+
[-SubscriptionId <String>] [<CommonParameters>]
2526
```
2627

2728
### ParentObjectParameterSet
2829
```
2930
Get-AzAksNodePool -ClusterObject <PSKubernetesCluster> [-Name <String>]
30-
[-DefaultProfile <IAzureContextContainer>] [-SubscriptionId <String>] [<CommonParameters>]
31+
[-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [-SubscriptionId <String>]
32+
[<CommonParameters>]
3133
```
3234

3335
## DESCRIPTION
@@ -117,6 +119,21 @@ Accept pipeline input: False
117119
Accept wildcard characters: False
118120
```
119121
122+
### -ProgressAction
123+
{{ Fill ProgressAction Description }}
124+
125+
```yaml
126+
Type: System.Management.Automation.ActionPreference
127+
Parameter Sets: (All)
128+
Aliases: proga
129+
130+
Required: False
131+
Position: Named
132+
Default value: None
133+
Accept pipeline input: False
134+
Accept wildcard characters: False
135+
```
136+
120137
### -ResourceGroupName
121138
The name of the resource group.
122139

0 commit comments

Comments
 (0)