From 34beae1665d4f369c56dd203afef7b16dc596cc8 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Fri, 21 Mar 2025 20:04:05 +0800 Subject: [PATCH 1/6] Breaking change update parameter messages --- src/Aks/Aks.Autorest/.gitignore | 2 + src/Aks/Aks.Autorest/Az.Aks.nuspec | 2 +- .../Aks.Autorest/Properties/AssemblyInfo.cs | 26 ++ src/Aks/Aks.Autorest/README.md | 275 ++++++++++++++++++ src/Aks/Aks.Autorest/docs/Az.Aks.md | 2 +- src/Aks/Aks.Autorest/generate-info.json | 2 +- src/Aks/Aks.Autorest/resources/README.md | 11 + src/Aks/Aks.sln | 107 ++++++- src/Aks/Aks/Az.Aks.psd1 | 17 +- src/Aks/Aks/help/Disable-AzAksAddOn.md | 19 +- src/Aks/Aks/help/Enable-AzAksAddOn.md | 19 +- src/Aks/Aks/help/Get-AzAksCluster.md | 21 +- .../help/Get-AzAksMaintenanceConfiguration.md | 21 +- .../Get-AzAksManagedClusterCommandResult.md | 19 +- .../help/Get-AzAksManagedClusterOSOption.md | 19 +- ...lusterOutboundNetworkDependencyEndpoint.md | 17 +- src/Aks/Aks/help/Get-AzAksNodePool.md | 21 +- .../help/Get-AzAksNodePoolUpgradeProfile.md | 19 +- src/Aks/Aks/help/Get-AzAksSnapshot.md | 23 +- src/Aks/Aks/help/Get-AzAksUpgradeProfile.md | 19 +- src/Aks/Aks/help/Get-AzAksVersion.md | 17 +- src/Aks/Aks/help/Import-AzAksCredential.md | 21 +- src/Aks/Aks/help/Install-AzAksCliTool.md | 17 +- ...voke-AzAksAbortAgentPoolLatestOperation.md | 19 +- ...AzAksAbortManagedClusterLatestOperation.md | 19 +- ...eManagedClusterServiceAccountSigningKey.md | 19 +- src/Aks/Aks/help/Invoke-AzAksRunCommand.md | 21 +- src/Aks/Aks/help/New-AzAksCluster.md | 17 +- .../help/New-AzAksMaintenanceConfiguration.md | 17 +- src/Aks/Aks/help/New-AzAksNodePool.md | 19 +- src/Aks/Aks/help/New-AzAksSnapshot.md | 17 +- src/Aks/Aks/help/New-AzAksTimeInWeekObject.md | 17 +- src/Aks/Aks/help/New-AzAksTimeSpanObject.md | 17 +- src/Aks/Aks/help/Remove-AzAksCluster.md | 21 +- .../Remove-AzAksMaintenanceConfiguration.md | 19 +- src/Aks/Aks/help/Remove-AzAksNodePool.md | 23 +- src/Aks/Aks/help/Remove-AzAksSnapshot.md | 19 +- src/Aks/Aks/help/Set-AzAksCluster.md | 21 +- .../Aks/help/Set-AzAksClusterCredential.md | 21 +- src/Aks/Aks/help/Start-AzAksCluster.md | 19 +- src/Aks/Aks/help/Start-AzAksDashboard.md | 21 +- .../help/Start-AzAksManagedClusterCommand.md | 19 +- src/Aks/Aks/help/Stop-AzAksCluster.md | 19 +- src/Aks/Aks/help/Stop-AzAksDashboard.md | 17 +- src/Aks/Aks/help/Update-AzAksNodePool.md | 23 +- 45 files changed, 1045 insertions(+), 95 deletions(-) create mode 100644 src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs create mode 100644 src/Aks/Aks.Autorest/resources/README.md diff --git a/src/Aks/Aks.Autorest/.gitignore b/src/Aks/Aks.Autorest/.gitignore index 6ec158bd9768..ccbe8d018341 100644 --- a/src/Aks/Aks.Autorest/.gitignore +++ b/src/Aks/Aks.Autorest/.gitignore @@ -5,6 +5,8 @@ generated internal exports tools +custom/*.psm1 +custom/autogen-model-cmdlets test/*-TestResults.xml license.txt /*.ps1 diff --git a/src/Aks/Aks.Autorest/Az.Aks.nuspec b/src/Aks/Aks.Autorest/Az.Aks.nuspec index a56d6ff7e8f0..698ee82db247 100644 --- a/src/Aks/Aks.Autorest/Az.Aks.nuspec +++ b/src/Aks/Aks.Autorest/Az.Aks.nuspec @@ -13,7 +13,7 @@ Microsoft Corporation. All rights reserved. Azure ResourceManager ARM PSModule $(service-name) - + diff --git a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..b45d3c5c40a8 --- /dev/null +++ b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the Apache License, Version 2.0 (the ""License""); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// http://www.apache.org/licenses/LICENSE-2.0 +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an ""AS IS"" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code +// is regenerated. + +using System; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")] +[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")] +[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Aks")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("6.1.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("6.1.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/Aks/Aks.Autorest/README.md b/src/Aks/Aks.Autorest/README.md index 29afed5877de..95b2d6045e32 100644 --- a/src/Aks/Aks.Autorest/README.md +++ b/src/Aks/Aks.Autorest/README.md @@ -121,4 +121,279 @@ directive: - where: subject: ContainerServiceOrchestrator hide: true + + #breaking change message + - where: + subject: MaintenanceConfiguration + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek] + deprecated-output-properties: + - TimeInWeek + new-output-properties: + - TimeInWeek + change-description: The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: MaintenanceConfiguration + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan] + deprecated-output-properties: + - NotAllowedTime + new-output-properties: + - NotAllowedTime + change-description: The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: MaintenanceConfiguration + set: + breaking-change: + deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType] + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - SystemDataCreatedByType + - SystemDataLastModifiedByType + new-output-properties: + - SystemDataCreatedByType + - SystemDataLastModifiedByType + change-description: The type of property 'SystemDataCreatedByType' and 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: MaintenanceConfiguration + set: + breaking-change: + deprecated-cmdlet-output-type: System.Int32[] + replacement-cmdlet-output-type: System.Collections.Generic.List`1[System.Int32] + deprecated-output-properties: + - HourSlot + new-output-properties: + - HourSlot + change-description: The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: MaintenanceConfiguration + set: + breaking-change: + deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay] + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - Day + new-output-properties: + - Day + change-description: The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: ManagedClusterOSOption + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty] + deprecated-output-properties: + - OSOptionPropertyList + new-output-properties: + - OSOptionPropertyList + change-description: The type of property 'OSOptionPropertyList' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: ManagedClusterOutboundNetworkDependencyEndpoint + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency] + deprecated-output-properties: + - Endpoint + new-output-properties: + - Endpoint + change-description: The type of property 'Endpoint' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: NodePoolUpgradeProfile + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem] + deprecated-output-properties: + - Upgrade + new-output-properties: + - Upgrade + change-description: The type of property 'Upgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: NodePoolUpgradeProfile + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - OSType + new-output-properties: + - OSType + change-description: The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: Snapshot + set: + breaking-change: + deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku] + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - OSSku + new-output-properties: + - OSSku + change-description: The type of property 'OSSku' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: Snapshot + set: + breaking-change: + deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType] + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - OSType + new-output-properties: + - OSType + change-description: The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + verb: Get + subject: Snapshot + set: + breaking-change: + deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType] + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - SnapshotType + new-output-properties: + - SnapshotType + change-description: The type of property 'SnapshotType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + verb: New + subject: Snapshot + parameter-name: SnapshotType + set: + breaking-change: + change-description: The cmdlet 'New-AzAksSnapshot' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType' for parameter 'SnapshotType'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: UpgradeProfile + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile] + deprecated-output-properties: + - AgentPoolProfile + new-output-properties: + - AgentPoolProfile + change-description: The type of property 'AgentPoolProfile' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: UpgradeProfile + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem] + deprecated-output-properties: + - ControlPlaneProfileUpgrade + new-output-properties: + - ControlPlaneProfileUpgrade + change-description: The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: UpgradeProfile + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType + replacement-cmdlet-output-type: System.String + deprecated-output-properties: + - ControlPlaneProfileOSType + new-output-properties: + - ControlPlaneProfileOSType + change-description: The type of property 'ControlPlaneProfileOSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: ContainerServiceOrchestrator + set: + breaking-change: + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile + replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile] + deprecated-output-properties: + - Orchestrator + new-output-properties: + - Orchestrator + change-description: The type of property 'Orchestrator' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + subject: TimeInWeek + parameter-name: HourSlot + set: + breaking-change: + change-description: The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + - where: + subject: TimeInWeek + parameter-name: Day + set: + breaking-change: + change-description: The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 + + - where: + verb: Start + subject: ManagedClusterCommand + parameter-name: __AllParameterSets + set: + breaking-change: + change-description: The parameter set '__AllParameterSets' for cmdlet 'Start-AzAksManagedClusterCommand' has been removed. + deprecated-by-version: 2.0.0 + deprecated-by-azversion: 13.5.0 + change-effective-date: 2025/05/06 ``` diff --git a/src/Aks/Aks.Autorest/docs/Az.Aks.md b/src/Aks/Aks.Autorest/docs/Az.Aks.md index eba009aaab34..42aed4f9d422 100644 --- a/src/Aks/Aks.Autorest/docs/Az.Aks.md +++ b/src/Aks/Aks.Autorest/docs/Az.Aks.md @@ -1,6 +1,6 @@ --- Module Name: Az.Aks -Module Guid: 15fbef14-845a-48e1-a35b-d8e8b910ae27 +Module Guid: 51a8f42e-03c5-420f-b158-487ac91aede9 Download Help Link: https://learn.microsoft.com/powershell/module/az.aks Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Aks/Aks.Autorest/generate-info.json b/src/Aks/Aks.Autorest/generate-info.json index af13cba0ca69..408bd06b3bf5 100644 --- a/src/Aks/Aks.Autorest/generate-info.json +++ b/src/Aks/Aks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "f19cd9c3-73c7-4839-bd11-96ace885b488" + "generate_Id": "d5fb12bc-5c26-4d6e-94f2-ff5f06f9cd2b" } diff --git a/src/Aks/Aks.Autorest/resources/README.md b/src/Aks/Aks.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/Aks/Aks.Autorest/resources/README.md @@ -0,0 +1,11 @@ +# Resources +This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder. + +## Info +- Modifiable: yes +- Generated: no +- Committed: yes +- Packaged: no + +## Purpose +Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact. \ No newline at end of file diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln index 23f45e4bd98a..de433102b31d 100644 --- a/src/Aks/Aks.sln +++ b/src/Aks/Aks.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -27,58 +27,152 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestF EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Management.Sdk", "Aks.Management.Sdk\Aks.Management.Sdk.csproj", "{3CB53E47-87C1-41C9-BD57-19E7B07C63FB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{6705C86C-1CE9-465C-9552-1E6B816AAF3C}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks.Autorest", "Aks.Autorest", "{16EC2DC2-EB7B-325E-770F-D562EF2F68D3}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{EA94A147-2C2C-4498-A4A7-A8C9F8825223}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.ActiveCfg = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.Build.0 = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.ActiveCfg = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.Build.0 = Debug|Any CPU {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.ActiveCfg = Release|Any CPU {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.Build.0 = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.ActiveCfg = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.Build.0 = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.ActiveCfg = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.Build.0 = Release|Any CPU {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.ActiveCfg = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.Build.0 = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.ActiveCfg = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.Build.0 = Debug|Any CPU {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.ActiveCfg = Release|Any CPU {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.Build.0 = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.ActiveCfg = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.Build.0 = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.ActiveCfg = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.Build.0 = Release|Any CPU {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.ActiveCfg = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.Build.0 = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.ActiveCfg = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.Build.0 = Debug|Any CPU {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.ActiveCfg = Release|Any CPU {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.Build.0 = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.ActiveCfg = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.Build.0 = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.ActiveCfg = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.Build.0 = Release|Any CPU {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.ActiveCfg = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.Build.0 = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.ActiveCfg = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.Build.0 = Debug|Any CPU {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.ActiveCfg = Release|Any CPU {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.Build.0 = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.ActiveCfg = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.Build.0 = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.ActiveCfg = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.Build.0 = Release|Any CPU {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.ActiveCfg = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.Build.0 = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.ActiveCfg = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.Build.0 = Debug|Any CPU {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.ActiveCfg = Release|Any CPU {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.Build.0 = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.ActiveCfg = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.Build.0 = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.ActiveCfg = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.Build.0 = Release|Any CPU {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.ActiveCfg = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.Build.0 = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.ActiveCfg = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.Build.0 = Debug|Any CPU {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.ActiveCfg = Release|Any CPU {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.Build.0 = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.ActiveCfg = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.Build.0 = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.ActiveCfg = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.Build.0 = Release|Any CPU {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.ActiveCfg = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.Build.0 = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.ActiveCfg = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.Build.0 = Debug|Any CPU {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.ActiveCfg = Release|Any CPU {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.Build.0 = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.ActiveCfg = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.Build.0 = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.ActiveCfg = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.Build.0 = Release|Any CPU {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.ActiveCfg = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.Build.0 = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.ActiveCfg = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.Build.0 = Debug|Any CPU {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.ActiveCfg = Release|Any CPU {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.Build.0 = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.ActiveCfg = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.Build.0 = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.ActiveCfg = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.Build.0 = Release|Any CPU {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.ActiveCfg = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.Build.0 = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.ActiveCfg = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.Build.0 = Debug|Any CPU {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.ActiveCfg = Release|Any CPU {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.Build.0 = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.ActiveCfg = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.Build.0 = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.ActiveCfg = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.Build.0 = Release|Any CPU {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.ActiveCfg = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.Build.0 = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.ActiveCfg = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.Build.0 = Debug|Any CPU {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.ActiveCfg = Release|Any CPU {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.Build.0 = Release|Any CPU - {6705C86C-1CE9-465C-9552-1E6B816AAF3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6705C86C-1CE9-465C-9552-1E6B816AAF3C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6705C86C-1CE9-465C-9552-1E6B816AAF3C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6705C86C-1CE9-465C-9552-1E6B816AAF3C}.Release|Any CPU.Build.0 = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.ActiveCfg = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.Build.0 = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.ActiveCfg = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.Build.0 = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x64.ActiveCfg = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x64.Build.0 = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x86.ActiveCfg = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x86.Build.0 = Debug|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|Any CPU.Build.0 = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x64.ActiveCfg = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x64.Build.0 = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x86.ActiveCfg = Release|Any CPU + {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -92,6 +186,7 @@ Global {3087729D-E16D-4A31-BAF7-E115A50F719B} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} {135EE24A-A2A6-494D-B82F-2167FC3A298E} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} + {EA94A147-2C2C-4498-A4A7-A8C9F8825223} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {35B1D5ED-BE63-4E38-8FFE-7ADAA7A764CA} diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index 1c76d172024e..a7266f77f19e 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-03-21 # @{ @@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.1'; }) +RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '4.0.2'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Aks.Autorest/bin/Az.Aks.private.dll', @@ -61,13 +61,13 @@ 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' +FormatsToProcess = 'Aks.Autorest/Az.Aks.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('Aks.Autorest/Az.Aks.psm1', @@ -101,7 +101,7 @@ CmdletsToExport = 'Disable-AzAksAddOn', 'Enable-AzAksAddOn', 'Get-AzAksCluster', # VariablesToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = 'Get-AzAksClusterUpgradeProfile' +AliasesToExport = @() # DSC resources to export from this module # DscResourcesToExport = @() @@ -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' @@ -144,7 +145,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Aks/Aks/help/Disable-AzAksAddOn.md b/src/Aks/Aks/help/Disable-AzAksAddOn.md index 4a505c8ad310..ef78e74e5c4a 100644 --- a/src/Aks/Aks/help/Disable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Disable-AzAksAddOn.md @@ -15,14 +15,14 @@ Disable the addons for aks. ### defaultParameterSet (Default) ``` Disable-AzAksAddOn [-ResourceGroupName] [-ClusterName] [-Name ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Disable-AzAksAddOn -ClusterObject [-Name ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -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. diff --git a/src/Aks/Aks/help/Enable-AzAksAddOn.md b/src/Aks/Aks/help/Enable-AzAksAddOn.md index 21ddbcfc90f8..1b0dbf4ea653 100644 --- a/src/Aks/Aks/help/Enable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Enable-AzAksAddOn.md @@ -16,13 +16,13 @@ Enable the addons for aks. ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] [-ResourceGroupName] [-ClusterName] [-Name ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] -ClusterObject - [-Name ] [-DefaultProfile ] [-WhatIf] + [-Name ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -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. diff --git a/src/Aks/Aks/help/Get-AzAksCluster.md b/src/Aks/Aks/help/Get-AzAksCluster.md index cb18e50a3827..5fa494ac1bf0 100644 --- a/src/Aks/Aks/help/Get-AzAksCluster.md +++ b/src/Aks/Aks/help/Get-AzAksCluster.md @@ -15,19 +15,19 @@ List Kubernetes managed clusters. ### ResourceGroupParameterSet (Default) ``` Get-AzAksCluster [[-ResourceGroupName] ] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` -Get-AzAksCluster [-Id] [-DefaultProfile ] +Get-AzAksCluster [-Id] [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### NameParameterSet ``` Get-AzAksCluster [-ResourceGroupName] [-Name] [-DefaultProfile ] - [-SubscriptionId ] [] + [-ProgressAction ] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -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 diff --git a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md index 1cc35b273578..f47fcb32dba9 100644 --- a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md @@ -15,21 +15,21 @@ Gets the specified maintenance configuration of a managed cluster. ### List (Default) ``` Get-AzAksMaintenanceConfiguration -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### Get ``` Get-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -129,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. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md index 0c35a5c46776..4bbf1128a761 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md @@ -15,14 +15,14 @@ Gets the results of a command which has been run on the Managed Cluster. ### Get (Default) ``` Get-AzAksManagedClusterCommandResult -CommandId -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterCommandResult -InputObject [-DefaultProfile ] [-PassThru] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -112,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. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md index 5e3e39d5ab23..bc6bfbd63139 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md @@ -15,13 +15,13 @@ Gets supported OS options in the specified subscription. ### Get (Default) ``` Get-AzAksManagedClusterOSOption -Location [-SubscriptionId ] [-ResourceType ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterOSOption -InputObject [-ResourceType ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ## DESCRIPTION @@ -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 diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md index 31a971f2f06c..d8c15bf51d97 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md @@ -15,7 +15,7 @@ The operation returns properties of each egress endpoint. ``` Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -60,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. diff --git a/src/Aks/Aks/help/Get-AzAksNodePool.md b/src/Aks/Aks/help/Get-AzAksNodePool.md index 15a25e2ff550..949ee148314d 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePool.md +++ b/src/Aks/Aks/help/Get-AzAksNodePool.md @@ -15,20 +15,20 @@ List node pools in specified cluster. ### NameParameterSet (Default) ``` Get-AzAksNodePool -ResourceGroupName -ClusterName [-Name ] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` -Get-AzAksNodePool -Id [-DefaultProfile ] +Get-AzAksNodePool -Id [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Get-AzAksNodePool -ClusterObject [-Name ] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` @@ -119,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. diff --git a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md index 0ae827850068..90bac2f59f94 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md @@ -15,14 +15,14 @@ Gets the upgrade profile for an agent pool. ### Get (Default) ``` Get-AzAksNodePoolUpgradeProfile -ClusterName -NodePoolName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] + [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksNodePoolUpgradeProfile -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -107,6 +107,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. diff --git a/src/Aks/Aks/help/Get-AzAksSnapshot.md b/src/Aks/Aks/help/Get-AzAksSnapshot.md index 846bac32ae5b..c5f639aa50f9 100644 --- a/src/Aks/Aks/help/Get-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Get-AzAksSnapshot.md @@ -15,24 +15,24 @@ Gets a snapshot. ### List (Default) ``` Get-AzAksSnapshot [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### List1 ``` Get-AzAksSnapshot -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ### Get ``` Get-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` -Get-AzAksSnapshot -InputObject [-DefaultProfile ] +Get-AzAksSnapshot -InputObject [-DefaultProfile ] [-ProgressAction ] [] ``` @@ -124,6 +124,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. diff --git a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md index 680e724d18bc..9644264c5f95 100644 --- a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md @@ -15,13 +15,13 @@ Gets the upgrade profile of a managed cluster. ### Get (Default) ``` Get-AzAksUpgradeProfile -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [] + [-DefaultProfile ] [-ProgressAction ] [] ``` ### GetViaIdentity ``` Get-AzAksUpgradeProfile -InputObject [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -91,6 +91,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. diff --git a/src/Aks/Aks/help/Get-AzAksVersion.md b/src/Aks/Aks/help/Get-AzAksVersion.md index 2f3aa14aa183..d0f4f1f4d167 100644 --- a/src/Aks/Aks/help/Get-AzAksVersion.md +++ b/src/Aks/Aks/help/Get-AzAksVersion.md @@ -15,7 +15,7 @@ The operation returns properties of each orchestrator including version, availab ``` Get-AzAksVersion -Location [-SubscriptionId ] [-DefaultProfile ] - [] + [-ProgressAction ] [] ``` ## DESCRIPTION @@ -76,6 +76,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 +``` + ### -SubscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. diff --git a/src/Aks/Aks/help/Import-AzAksCredential.md b/src/Aks/Aks/help/Import-AzAksCredential.md index f52c35b1de35..ebb9fc07ff63 100644 --- a/src/Aks/Aks/help/Import-AzAksCredential.md +++ b/src/Aks/Aks/help/Import-AzAksCredential.md @@ -16,20 +16,20 @@ Import and merge Kubectl config for a managed Kubernetes Cluster. ``` Import-AzAksCredential [-ResourceGroupName] [-Name] [-Admin] [-ConfigPath ] [-PublicFqdn] [-Force] [-PassThru] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Import-AzAksCredential -InputObject [-Admin] [-ConfigPath ] [-PublicFqdn] - [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Import-AzAksCredential [-Id] [-Admin] [-ConfigPath ] [-PublicFqdn] [-Force] [-PassThru] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -167,6 +167,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 +``` + ### -PublicFqdn Get private cluster credential with server address to be public fqdn. diff --git a/src/Aks/Aks/help/Install-AzAksCliTool.md b/src/Aks/Aks/help/Install-AzAksCliTool.md index d7e1c7d5bdf8..c4621beaa782 100644 --- a/src/Aks/Aks/help/Install-AzAksCliTool.md +++ b/src/Aks/Aks/help/Install-AzAksCliTool.md @@ -15,7 +15,7 @@ Download and install kubectl and kubelogin. ``` Install-AzAksCliTool [-Destination ] [-Version ] [-DownloadFromMirror] [-KubeloginInstallDestination ] [-KubeloginInstallVersion ] [-KubeloginDownloadFromMirror] - [-PassThru] [-AsJob] [-Force] [-WhatIf] [-Confirm] [] + [-PassThru] [-AsJob] [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -159,6 +159,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 +``` + ### -Version Version of kubectl to install, e.g. 'v1.17.2'. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md index 57bdbb54a2d2..9dfd8e995d54 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md @@ -18,13 +18,13 @@ If the operation completes before cancellation can take place, a 409 error code ``` Invoke-AzAksAbortAgentPoolLatestOperation -AgentPoolName -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortAgentPoolLatestOperation -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -137,6 +137,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md index d747e42b4ba0..ca739346bef0 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md @@ -18,13 +18,13 @@ If the operation completes before cancellation can take place, a 409 error code ``` Invoke-AzAksAbortManagedClusterLatestOperation -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortManagedClusterLatestOperation -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,6 +122,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md index 03e612dcc253..393a04e64d05 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md +++ b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md @@ -16,13 +16,13 @@ Rotates the service account signing keys of a managed cluster. ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RotateViaIdentity ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -InputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -115,6 +115,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md index 76b5fb0c2fdc..b93efbd4cc76 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md +++ b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md @@ -16,7 +16,7 @@ Run a shell command (with kubectl, helm) on your aks cluster, support attaching ``` Invoke-AzAksRunCommand [-ResourceGroupName] [-Name] -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -24,7 +24,7 @@ Invoke-AzAksRunCommand [-ResourceGroupName] [-Name] -Command < ``` Invoke-AzAksRunCommand -InputObject -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -32,7 +32,7 @@ Invoke-AzAksRunCommand -InputObject -Command ``` Invoke-AzAksRunCommand [-Id] -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -195,6 +195,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 diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md index 7af6579732f9..7ddf78a6a8a2 100644 --- a/src/Aks/Aks/help/New-AzAksCluster.md +++ b/src/Aks/Aks/help/New-AzAksCluster.md @@ -43,7 +43,7 @@ New-AzAksCluster [-NodeVmSetType ] [-NodeVnetSubnetID ] [-NodeMa [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -1237,6 +1237,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. diff --git a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md index b3c87a1e3742..aa8cf06f34d3 100644 --- a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md @@ -15,7 +15,7 @@ Creates or updates a maintenance configuration in the specified managed cluster. ``` New-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName [-SubscriptionId ] [-NotAllowedTime ] [-TimeInWeek ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -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 The name of the resource group. The name is case insensitive. diff --git a/src/Aks/Aks/help/New-AzAksNodePool.md b/src/Aks/Aks/help/New-AzAksNodePool.md index 1c00e060b05c..b5ed570cd113 100644 --- a/src/Aks/Aks/help/New-AzAksNodePool.md +++ b/src/Aks/Aks/help/New-AzAksNodePool.md @@ -23,7 +23,7 @@ New-AzAksNodePool -ResourceGroupName -ClusterName -Name ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -37,7 +37,7 @@ New-AzAksNodePool -Name -ClusterObject [-Count ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -554,6 +554,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. diff --git a/src/Aks/Aks/help/New-AzAksSnapshot.md b/src/Aks/Aks/help/New-AzAksSnapshot.md index cf4ff5c9d378..8f172331afba 100644 --- a/src/Aks/Aks/help/New-AzAksSnapshot.md +++ b/src/Aks/Aks/help/New-AzAksSnapshot.md @@ -15,7 +15,7 @@ Creates or updates a snapshot. ``` New-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] -Location [-CreationDataSourceResourceId ] [-SnapshotType ] [-Tag ] - [-DefaultProfile ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -85,6 +85,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. diff --git a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md index f77fde645b71..898b4097bb5c 100644 --- a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md @@ -13,7 +13,7 @@ Create an in-memory object for TimeInWeek. ## SYNTAX ``` -New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] +New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] [-ProgressAction ] [] ``` @@ -71,6 +71,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 +``` + ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md index fe1aaf7edcbb..1b33abb12cb0 100644 --- a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md @@ -13,7 +13,7 @@ Create an in-memory object for TimeSpan. ## SYNTAX ``` -New-AzAksTimeSpanObject [-End ] [-Start ] +New-AzAksTimeSpanObject [-End ] [-Start ] [-ProgressAction ] [] ``` @@ -55,6 +55,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 +``` + ### -Start The start of a time span. diff --git a/src/Aks/Aks/help/Remove-AzAksCluster.md b/src/Aks/Aks/help/Remove-AzAksCluster.md index 159851ce7ed7..60e5f8600bbc 100644 --- a/src/Aks/Aks/help/Remove-AzAksCluster.md +++ b/src/Aks/Aks/help/Remove-AzAksCluster.md @@ -15,21 +15,21 @@ Delete a managed Kubernetes cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksCluster [-ResourceGroupName] [-Name] [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksCluster -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksCluster [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -149,6 +149,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 diff --git a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md index e198bc0a757c..7c820e4764e4 100644 --- a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md @@ -15,14 +15,14 @@ Deletes a maintenance configuration. ### Delete (Default) ``` Remove-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,6 +105,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. diff --git a/src/Aks/Aks/help/Remove-AzAksNodePool.md b/src/Aks/Aks/help/Remove-AzAksNodePool.md index dd68660ca68f..12dee0de6a0d 100644 --- a/src/Aks/Aks/help/Remove-AzAksNodePool.md +++ b/src/Aks/Aks/help/Remove-AzAksNodePool.md @@ -15,27 +15,27 @@ Delete node pool from managed cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksNodePool [-ResourceGroupName] [-ClusterName] [-Name] [-PassThru] - [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] + [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksNodePool -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksNodePool [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Remove-AzAksNodePool [-Name] -ClusterObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -186,6 +186,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 diff --git a/src/Aks/Aks/help/Remove-AzAksSnapshot.md b/src/Aks/Aks/help/Remove-AzAksSnapshot.md index da23d17c5363..dd9316f200d1 100644 --- a/src/Aks/Aks/help/Remove-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Remove-AzAksSnapshot.md @@ -15,14 +15,14 @@ Deletes a snapshot. ### Delete (Default) ``` Remove-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAksSnapshot -InputObject [-DefaultProfile ] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -90,6 +90,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. diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md index f7b6804c806b..d4378390d382 100644 --- a/src/Aks/Aks/help/Set-AzAksCluster.md +++ b/src/Aks/Aks/help/Set-AzAksCluster.md @@ -31,7 +31,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet @@ -52,7 +52,7 @@ Set-AzAksCluster -InputObject [-NodePoolMode ] [-A [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet @@ -73,7 +73,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -839,6 +839,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. diff --git a/src/Aks/Aks/help/Set-AzAksClusterCredential.md b/src/Aks/Aks/help/Set-AzAksClusterCredential.md index a940b095869f..c4ff03f34553 100644 --- a/src/Aks/Aks/help/Set-AzAksClusterCredential.md +++ b/src/Aks/Aks/help/Set-AzAksClusterCredential.md @@ -16,21 +16,21 @@ Reset the ServicePrincipal of an existing AKS cluster. ``` Set-AzAksClusterCredential [-ResourceGroupName] [-Name] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Set-AzAksClusterCredential -InputObject -ServicePrincipalIdAndSecret - [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] + [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Set-AzAksClusterCredential [-Id] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] - [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] + [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -155,6 +155,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 diff --git a/src/Aks/Aks/help/Start-AzAksCluster.md b/src/Aks/Aks/help/Start-AzAksCluster.md index d090b53dcdfb..410c01f705b4 100644 --- a/src/Aks/Aks/help/Start-AzAksCluster.md +++ b/src/Aks/Aks/help/Start-AzAksCluster.md @@ -15,14 +15,14 @@ See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Start (Default) ``` Start-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StartViaIdentity ``` Start-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,6 +138,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. diff --git a/src/Aks/Aks/help/Start-AzAksDashboard.md b/src/Aks/Aks/help/Start-AzAksDashboard.md index 99248daefff0..83b5695b1c2c 100644 --- a/src/Aks/Aks/help/Start-AzAksDashboard.md +++ b/src/Aks/Aks/help/Start-AzAksDashboard.md @@ -15,21 +15,21 @@ Create a Kubectl SSH tunnel to the managed cluster's dashboard. ### GroupNameParameterSet (Default) ``` Start-AzAksDashboard [-ResourceGroupName] [-Name] [-DisableBrowser] [-ListenPort ] - [-PassThru] [-DefaultProfile ] + [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Start-AzAksDashboard [-InputObject] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Start-AzAksDashboard [-Id] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-SubscriptionId ] + [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` @@ -150,6 +150,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 diff --git a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md index c80b46ed6226..00105e094a36 100644 --- a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md +++ b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md @@ -18,13 +18,13 @@ For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/ ``` Start-AzAksManagedClusterCommand -ResourceGroupName -ResourceName [-SubscriptionId ] -Command [-ClusterToken ] [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### RunViaIdentityExpanded ``` Start-AzAksManagedClusterCommand -InputObject -Command [-ClusterToken ] - [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] + [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` @@ -184,6 +184,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. diff --git a/src/Aks/Aks/help/Stop-AzAksCluster.md b/src/Aks/Aks/help/Stop-AzAksCluster.md index 41ff693b0307..81f93282fb3e 100644 --- a/src/Aks/Aks/help/Stop-AzAksCluster.md +++ b/src/Aks/Aks/help/Stop-AzAksCluster.md @@ -18,14 +18,14 @@ See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Stop (Default) ``` Stop-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ### StopViaIdentity ``` Stop-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-WhatIf] [-Confirm] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -144,6 +144,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. diff --git a/src/Aks/Aks/help/Stop-AzAksDashboard.md b/src/Aks/Aks/help/Stop-AzAksDashboard.md index 02681ed30f9a..dbf553cd27fd 100644 --- a/src/Aks/Aks/help/Stop-AzAksDashboard.md +++ b/src/Aks/Aks/help/Stop-AzAksDashboard.md @@ -13,7 +13,7 @@ Stop the Kubectl SSH tunnel created in Start-AzKubernetesDashboard. ## SYNTAX ``` -Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] +Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] [] ``` @@ -61,6 +61,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 +``` + ### -SubscriptionId The ID of the subscription. By default, cmdlets are executed in the subscription that is set in the current context. If the user specifies another subscription, the current cmdlet is executed in the subscription specified by the user. diff --git a/src/Aks/Aks/help/Update-AzAksNodePool.md b/src/Aks/Aks/help/Update-AzAksNodePool.md index d17d868fe663..3ea954ae293e 100644 --- a/src/Aks/Aks/help/Update-AzAksNodePool.md +++ b/src/Aks/Aks/help/Update-AzAksNodePool.md @@ -18,7 +18,7 @@ Update-AzAksNodePool -ResourceGroupName -ClusterName -Name ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -26,7 +26,7 @@ Update-AzAksNodePool -ResourceGroupName -ClusterName -Name -ClusterObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] + [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -35,7 +35,7 @@ Update-AzAksNodePool -Name -ClusterObject [-NodeC Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] + [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -44,7 +44,7 @@ Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageO Update-AzAksNodePool -Id [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] - [-DefaultProfile ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -345,6 +345,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. From 595696913b6036a3c275deff9de8e1d2b7f9f3f8 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 24 Mar 2025 14:48:21 +0800 Subject: [PATCH 2/6] update --- src/Aks/Aks.Autorest/README.md | 263 +++--------------- .../Aks.Autorest/custom/Get-AzAksVersion.ps1 | 1 + src/Aks/Aks.Autorest/docs/Az.Aks.md | 2 +- src/Aks/Aks.Autorest/generate-info.json | 2 +- src/Aks/Aks.sln | 261 +++++++---------- src/Aks/Aks/Az.Aks.psd1 | 2 +- 6 files changed, 143 insertions(+), 388 deletions(-) diff --git a/src/Aks/Aks.Autorest/README.md b/src/Aks/Aks.Autorest/README.md index 95b2d6045e32..d55f1ab9e9d0 100644 --- a/src/Aks/Aks.Autorest/README.md +++ b/src/Aks/Aks.Autorest/README.md @@ -124,275 +124,92 @@ directive: #breaking change message - where: + verb: Get|New subject: MaintenanceConfiguration set: breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek] + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration + replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration deprecated-output-properties: - - TimeInWeek + - TimeInWeek Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek + - NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan new-output-properties: - - TimeInWeek - change-description: The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: MaintenanceConfiguration - set: - breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan] - deprecated-output-properties: - - NotAllowedTime - new-output-properties: - - NotAllowedTime - change-description: The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: MaintenanceConfiguration - set: - breaking-change: - deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType] - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - SystemDataCreatedByType - - SystemDataLastModifiedByType - new-output-properties: - - SystemDataCreatedByType - - SystemDataLastModifiedByType - change-description: The type of property 'SystemDataCreatedByType' and 'SystemDataLastModifiedByType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.CreatedByType]' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: MaintenanceConfiguration - set: - breaking-change: - deprecated-cmdlet-output-type: System.Int32[] - replacement-cmdlet-output-type: System.Collections.Generic.List`1[System.Int32] - deprecated-output-properties: - - HourSlot - new-output-properties: - - HourSlot - change-description: The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: MaintenanceConfiguration - set: - breaking-change: - deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay] - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - Day - new-output-properties: - - Day - change-description: The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ITimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. + - TimeInWeek System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek] + - NotAllowedTime System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan] + change-description: + - The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' + - The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]' deprecated-by-version: 2.0.0 deprecated-by-azversion: 13.5.0 change-effective-date: 2025/05/06 - where: + verb: Get subject: ManagedClusterOSOption set: breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty] + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile + replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProfile deprecated-output-properties: - - OSOptionPropertyList + - OSOptionPropertyList Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty new-output-properties: - - OSOptionPropertyList - change-description: The type of property 'OSOptionPropertyList' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'. + - OSOptionPropertyList System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty] + change-description: + - The type of property 'OSOptionPropertyList' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'. deprecated-by-version: 2.0.0 deprecated-by-azversion: 13.5.0 change-effective-date: 2025/05/06 - where: + verb: Get subject: ManagedClusterOutboundNetworkDependencyEndpoint set: breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency] + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint + replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint deprecated-output-properties: - - Endpoint + - Endpoint Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency new-output-properties: - - Endpoint - change-description: The type of property 'Endpoint' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'. + - Endpoint System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency] + change-description: + - The type of property 'Endpoint' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'. deprecated-by-version: 2.0.0 deprecated-by-azversion: 13.5.0 change-effective-date: 2025/05/06 - where: + verb: Get subject: NodePoolUpgradeProfile set: breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem] - deprecated-output-properties: - - Upgrade - new-output-properties: - - Upgrade - change-description: The type of property 'Upgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: NodePoolUpgradeProfile - set: - breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType - replacement-cmdlet-output-type: System.String + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile + replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile deprecated-output-properties: - - OSType + - Upgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem new-output-properties: - - OSType - change-description: The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. + - Upgrade System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem] + change-description: + - The type of property 'Upgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'. deprecated-by-version: 2.0.0 deprecated-by-azversion: 13.5.0 change-effective-date: 2025/05/06 - - where: - subject: Snapshot - set: - breaking-change: - deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku] - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - OSSku - new-output-properties: - - OSSku - change-description: The type of property 'OSSku' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Ossku]' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: Snapshot - set: - breaking-change: - deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType] - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - OSType - new-output-properties: - - OSType - change-description: The type of property 'OSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType]' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - where: verb: Get - subject: Snapshot - set: - breaking-change: - deprecated-cmdlet-output-type: System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType] - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - SnapshotType - new-output-properties: - - SnapshotType - change-description: The type of property 'SnapshotType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ISnapshot' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType]' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - verb: New - subject: Snapshot - parameter-name: SnapshotType - set: - breaking-change: - change-description: The cmdlet 'New-AzAksSnapshot' no longer supports the type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.SnapshotType' for parameter 'SnapshotType'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - - where: - subject: UpgradeProfile - set: - breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile] - deprecated-output-properties: - - AgentPoolProfile - new-output-properties: - - AgentPoolProfile - change-description: The type of property 'AgentPoolProfile' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: subject: UpgradeProfile set: breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem] + deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile + replacement-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile deprecated-output-properties: - - ControlPlaneProfileUpgrade + - AgentPoolProfile Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile + - ControlPlaneProfileUpgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem new-output-properties: - - ControlPlaneProfileUpgrade - change-description: The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: UpgradeProfile - set: - breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType - replacement-cmdlet-output-type: System.String - deprecated-output-properties: - - ControlPlaneProfileOSType - new-output-properties: - - ControlPlaneProfileOSType - change-description: The type of property 'ControlPlaneProfileOSType' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSType' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - - where: - subject: ContainerServiceOrchestrator - set: - breaking-change: - deprecated-cmdlet-output-type: Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile - replacement-cmdlet-output-type: System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile] - deprecated-output-properties: - - Orchestrator - new-output-properties: - - Orchestrator - change-description: The type of property 'Orchestrator' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - - where: - subject: TimeInWeek - parameter-name: HourSlot - set: - breaking-change: - change-description: The type of property 'HourSlot' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Int32[]' to 'System.Collections.Generic.List`1[System.Int32]'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - where: - subject: TimeInWeek - parameter-name: Day - set: - breaking-change: - change-description: The type of property 'Day' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.TimeInWeek' has changed from 'System.Nullable`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.WeekDay]' to 'System.String'. - deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 - - - where: - verb: Start - subject: ManagedClusterCommand - parameter-name: __AllParameterSets - set: - breaking-change: - change-description: The parameter set '__AllParameterSets' for cmdlet 'Start-AzAksManagedClusterCommand' has been removed. + - AgentPoolProfile System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile] + - ControlPlaneProfileUpgrade System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem] + change-description: + - The type of property 'AgentPoolProfile' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'. + - The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'. deprecated-by-version: 2.0.0 deprecated-by-azversion: 13.5.0 change-effective-date: 2025/05/06 diff --git a/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 b/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 index fb25d1ee67fd..7157fcd7510a 100644 --- a/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 +++ b/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 @@ -24,6 +24,7 @@ The operation returns properties of each orchestrator including version, availab #> function Get-AzAksVersion { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult])] + [Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult", "13.5.0", "2.0.0", "2025/05/06", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult", DeprecatedOutputProperties = ("Orchestrator Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile"), NewOutputProperties = ("Orchestrator System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]"))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)] diff --git a/src/Aks/Aks.Autorest/docs/Az.Aks.md b/src/Aks/Aks.Autorest/docs/Az.Aks.md index 42aed4f9d422..aba2f8ec2e71 100644 --- a/src/Aks/Aks.Autorest/docs/Az.Aks.md +++ b/src/Aks/Aks.Autorest/docs/Az.Aks.md @@ -1,6 +1,6 @@ --- Module Name: Az.Aks -Module Guid: 51a8f42e-03c5-420f-b158-487ac91aede9 +Module Guid: 31b8ecad-b901-48df-bd28-148fc912d386 Download Help Link: https://learn.microsoft.com/powershell/module/az.aks Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Aks/Aks.Autorest/generate-info.json b/src/Aks/Aks.Autorest/generate-info.json index 408bd06b3bf5..43a826f83b49 100644 --- a/src/Aks/Aks.Autorest/generate-info.json +++ b/src/Aks/Aks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "d5fb12bc-5c26-4d6e-94f2-ff5f06f9cd2b" + "generate_Id": "ab612224-b5f4-4552-8fcb-0a1856c114f4" } diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln index de433102b31d..e373133b167d 100644 --- a/src/Aks/Aks.sln +++ b/src/Aks/Aks.sln @@ -3,33 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{7F7F3C8C-B80E-4823-B2E5-20AF86A219FA}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{32836310-FB5E-5A92-56B4-44D826EF11F5}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{2790A767-680C-4F7E-B036-F330BF7B11AD}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B21C8980-5DB5-4951-9D19-40E7A5A78360}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{DDFAA914-29D6-4BE7-832B-EF84040DD8CE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{5F7794B9-A58D-41DF-A84D-B7A72F626FF6}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{4AC5BFC2-D85A-4A2E-9734-501BFB680A04}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{088BFD61-1810-4CC3-8EEE-D398AA8F517F}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{C78F1A94-FA67-40F5-907A-764C76CAA7E7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{3087729D-E16D-4A31-BAF7-E115A50F719B}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{3FD20327-1C9F-4940-A96B-AD3B05FC2185}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Test", "Aks.Test\Aks.Test.csproj", "{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks", "Aks\Aks.csproj", "{FAD0FE20-BE3C-4679-B28F-8C669B8E322F}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{135EE24A-A2A6-494D-B82F-2167FC3A298E}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Management.Sdk", "Aks.Management.Sdk\Aks.Management.Sdk.csproj", "{3CB53E47-87C1-41C9-BD57-19E7B07C63FB}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks.Autorest", "Aks.Autorest", "{16EC2DC2-EB7B-325E-770F-D562EF2F68D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{EA94A147-2C2C-4498-A4A7-A8C9F8825223}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{F38458F8-512E-4851-97B9-E3FA73FF19B4}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -41,154 +31,101 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.ActiveCfg = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.Build.0 = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.ActiveCfg = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.Build.0 = Debug|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.Build.0 = Release|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.ActiveCfg = Release|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.Build.0 = Release|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.ActiveCfg = Release|Any CPU - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.Build.0 = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.ActiveCfg = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.Build.0 = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.ActiveCfg = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.Build.0 = Debug|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.Build.0 = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.ActiveCfg = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.Build.0 = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.ActiveCfg = Release|Any CPU - {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.Build.0 = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.ActiveCfg = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.Build.0 = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.ActiveCfg = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.Build.0 = Debug|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.Build.0 = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.ActiveCfg = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.Build.0 = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.ActiveCfg = Release|Any CPU - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.Build.0 = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.ActiveCfg = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.Build.0 = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.ActiveCfg = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.Build.0 = Debug|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.Build.0 = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.ActiveCfg = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.Build.0 = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.ActiveCfg = Release|Any CPU - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.Build.0 = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.ActiveCfg = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.Build.0 = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.ActiveCfg = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.Build.0 = Debug|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.Build.0 = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.ActiveCfg = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.Build.0 = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.ActiveCfg = Release|Any CPU - {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.Build.0 = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.ActiveCfg = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.Build.0 = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.ActiveCfg = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.Build.0 = Debug|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.Build.0 = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.ActiveCfg = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.Build.0 = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.ActiveCfg = Release|Any CPU - {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.Build.0 = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.ActiveCfg = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.Build.0 = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.ActiveCfg = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.Build.0 = Debug|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.Build.0 = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.ActiveCfg = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.Build.0 = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.ActiveCfg = Release|Any CPU - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.Build.0 = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.ActiveCfg = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.Build.0 = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.ActiveCfg = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.Build.0 = Debug|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.Build.0 = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.ActiveCfg = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.Build.0 = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.ActiveCfg = Release|Any CPU - {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.Build.0 = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.ActiveCfg = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.Build.0 = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.ActiveCfg = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.Build.0 = Debug|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.Build.0 = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.ActiveCfg = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.Build.0 = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.ActiveCfg = Release|Any CPU - {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.Build.0 = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.ActiveCfg = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.Build.0 = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.ActiveCfg = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.Build.0 = Debug|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.Build.0 = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.ActiveCfg = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.Build.0 = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.ActiveCfg = Release|Any CPU - {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.Build.0 = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x64.ActiveCfg = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x64.Build.0 = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x86.ActiveCfg = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Debug|x86.Build.0 = Debug|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|Any CPU.Build.0 = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x64.ActiveCfg = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x64.Build.0 = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x86.ActiveCfg = Release|Any CPU - {EA94A147-2C2C-4498-A4A7-A8C9F8825223}.Release|x86.Build.0 = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x64.ActiveCfg = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x64.Build.0 = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x86.ActiveCfg = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x86.Build.0 = Debug|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|Any CPU.Build.0 = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x64.ActiveCfg = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x64.Build.0 = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x86.ActiveCfg = Release|Any CPU + {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x86.Build.0 = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x64.ActiveCfg = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x64.Build.0 = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x86.ActiveCfg = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x86.Build.0 = Debug|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|Any CPU.Build.0 = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x64.ActiveCfg = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x64.Build.0 = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x86.ActiveCfg = Release|Any CPU + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x86.Build.0 = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x64.ActiveCfg = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x64.Build.0 = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x86.ActiveCfg = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x86.Build.0 = Debug|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|Any CPU.Build.0 = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x64.ActiveCfg = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x64.Build.0 = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x86.ActiveCfg = Release|Any CPU + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x86.Build.0 = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x64.ActiveCfg = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x64.Build.0 = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x86.ActiveCfg = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x86.Build.0 = Debug|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|Any CPU.Build.0 = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x64.ActiveCfg = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x64.Build.0 = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x86.ActiveCfg = Release|Any CPU + {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x86.Build.0 = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x64.ActiveCfg = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x64.Build.0 = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x86.ActiveCfg = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x86.Build.0 = Debug|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|Any CPU.Build.0 = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x64.ActiveCfg = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x64.Build.0 = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x86.ActiveCfg = Release|Any CPU + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x86.Build.0 = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x64.ActiveCfg = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x64.Build.0 = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x86.ActiveCfg = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x86.Build.0 = Debug|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|Any CPU.Build.0 = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.ActiveCfg = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.Build.0 = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.ActiveCfg = Release|Any CPU + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.Build.0 = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x64.ActiveCfg = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x64.Build.0 = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x86.ActiveCfg = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x86.Build.0 = Debug|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|Any CPU.Build.0 = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x64.ActiveCfg = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x64.Build.0 = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x86.ActiveCfg = Release|Any CPU + {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {B21C8980-5DB5-4951-9D19-40E7A5A78360} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {DDFAA914-29D6-4BE7-832B-EF84040DD8CE} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {4AC5BFC2-D85A-4A2E-9734-501BFB680A04} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {C78F1A94-FA67-40F5-907A-764C76CAA7E7} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {3087729D-E16D-4A31-BAF7-E115A50F719B} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} - {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} - {135EE24A-A2A6-494D-B82F-2167FC3A298E} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} - {EA94A147-2C2C-4498-A4A7-A8C9F8825223} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {35B1D5ED-BE63-4E38-8FFE-7ADAA7A764CA} + {2790A767-680C-4F7E-B036-F330BF7B11AD} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {5F7794B9-A58D-41DF-A84D-B7A72F626FF6} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {088BFD61-1810-4CC3-8EEE-D398AA8F517F} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D} = {32836310-FB5E-5A92-56B4-44D826EF11F5} + {F38458F8-512E-4851-97B9-E3FA73FF19B4} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} EndGlobalSection EndGlobal diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index a7266f77f19e..8368e3fc70e7 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 2025-03-21 +# Generated on: 2025-03-24 # @{ From 5c897d40c3cc343c751ea954140df76310dbecb7 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 24 Mar 2025 14:51:35 +0800 Subject: [PATCH 3/6] update --- src/Aks/Aks.Autorest/generate-info.json | 2 +- src/Aks/Aks.sln | 28 +++++++++---------- src/Aks/Aks/help/Disable-AzAksAddOn.md | 19 ++----------- src/Aks/Aks/help/Enable-AzAksAddOn.md | 19 ++----------- src/Aks/Aks/help/Get-AzAksCluster.md | 21 ++------------ .../help/Get-AzAksMaintenanceConfiguration.md | 21 ++------------ .../Get-AzAksManagedClusterCommandResult.md | 19 ++----------- .../help/Get-AzAksManagedClusterOSOption.md | 19 ++----------- ...lusterOutboundNetworkDependencyEndpoint.md | 17 +---------- src/Aks/Aks/help/Get-AzAksNodePool.md | 21 ++------------ .../help/Get-AzAksNodePoolUpgradeProfile.md | 19 ++----------- src/Aks/Aks/help/Get-AzAksSnapshot.md | 23 +++------------ src/Aks/Aks/help/Get-AzAksUpgradeProfile.md | 19 ++----------- src/Aks/Aks/help/Get-AzAksVersion.md | 17 +---------- src/Aks/Aks/help/Import-AzAksCredential.md | 21 ++------------ src/Aks/Aks/help/Install-AzAksCliTool.md | 17 +---------- ...voke-AzAksAbortAgentPoolLatestOperation.md | 19 ++----------- ...AzAksAbortManagedClusterLatestOperation.md | 19 ++----------- ...eManagedClusterServiceAccountSigningKey.md | 19 ++----------- src/Aks/Aks/help/Invoke-AzAksRunCommand.md | 21 ++------------ src/Aks/Aks/help/New-AzAksCluster.md | 17 +---------- .../help/New-AzAksMaintenanceConfiguration.md | 17 +---------- src/Aks/Aks/help/New-AzAksNodePool.md | 19 ++----------- src/Aks/Aks/help/New-AzAksSnapshot.md | 17 +---------- src/Aks/Aks/help/New-AzAksTimeInWeekObject.md | 17 +---------- src/Aks/Aks/help/New-AzAksTimeSpanObject.md | 17 +---------- src/Aks/Aks/help/Remove-AzAksCluster.md | 21 ++------------ .../Remove-AzAksMaintenanceConfiguration.md | 19 ++----------- src/Aks/Aks/help/Remove-AzAksNodePool.md | 23 +++------------ src/Aks/Aks/help/Remove-AzAksSnapshot.md | 19 ++----------- src/Aks/Aks/help/Set-AzAksCluster.md | 21 ++------------ .../Aks/help/Set-AzAksClusterCredential.md | 21 ++------------ src/Aks/Aks/help/Start-AzAksCluster.md | 19 ++----------- src/Aks/Aks/help/Start-AzAksDashboard.md | 21 ++------------ .../help/Start-AzAksManagedClusterCommand.md | 19 ++----------- src/Aks/Aks/help/Stop-AzAksCluster.md | 19 ++----------- src/Aks/Aks/help/Stop-AzAksDashboard.md | 17 +---------- src/Aks/Aks/help/Update-AzAksNodePool.md | 23 +++------------ 38 files changed, 93 insertions(+), 633 deletions(-) diff --git a/src/Aks/Aks.Autorest/generate-info.json b/src/Aks/Aks.Autorest/generate-info.json index 43a826f83b49..02a231cef3d6 100644 --- a/src/Aks/Aks.Autorest/generate-info.json +++ b/src/Aks/Aks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "ab612224-b5f4-4552-8fcb-0a1856c114f4" + "generate_Id": "47c4a847-9acc-486c-9a16-74cc0ba5cbb9" } diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln index e373133b167d..b4d13b377beb 100644 --- a/src/Aks/Aks.sln +++ b/src/Aks/Aks.sln @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks.Autorest", "Aks.Autorest", "{16EC2DC2-EB7B-325E-770F-D562EF2F68D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{F38458F8-512E-4851-97B9-E3FA73FF19B4}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -103,18 +103,18 @@ Global {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.Build.0 = Release|Any CPU {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.ActiveCfg = Release|Any CPU {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.Build.0 = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x64.ActiveCfg = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x64.Build.0 = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x86.ActiveCfg = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Debug|x86.Build.0 = Debug|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|Any CPU.Build.0 = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x64.ActiveCfg = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x64.Build.0 = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x86.ActiveCfg = Release|Any CPU - {F38458F8-512E-4851-97B9-E3FA73FF19B4}.Release|x86.Build.0 = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x64.ActiveCfg = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x64.Build.0 = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x86.ActiveCfg = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x86.Build.0 = Debug|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|Any CPU.Build.0 = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x64.ActiveCfg = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x64.Build.0 = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x86.ActiveCfg = Release|Any CPU + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -126,6 +126,6 @@ Global {088BFD61-1810-4CC3-8EEE-D398AA8F517F} = {32836310-FB5E-5A92-56B4-44D826EF11F5} {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A} = {32836310-FB5E-5A92-56B4-44D826EF11F5} {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {F38458F8-512E-4851-97B9-E3FA73FF19B4} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} + {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} EndGlobalSection EndGlobal diff --git a/src/Aks/Aks/help/Disable-AzAksAddOn.md b/src/Aks/Aks/help/Disable-AzAksAddOn.md index ef78e74e5c4a..4a505c8ad310 100644 --- a/src/Aks/Aks/help/Disable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Disable-AzAksAddOn.md @@ -15,14 +15,14 @@ Disable the addons for aks. ### defaultParameterSet (Default) ``` Disable-AzAksAddOn [-ResourceGroupName] [-ClusterName] [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Disable-AzAksAddOn -ClusterObject [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -100,21 +100,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 Resource Group Name. diff --git a/src/Aks/Aks/help/Enable-AzAksAddOn.md b/src/Aks/Aks/help/Enable-AzAksAddOn.md index 1b0dbf4ea653..21ddbcfc90f8 100644 --- a/src/Aks/Aks/help/Enable-AzAksAddOn.md +++ b/src/Aks/Aks/help/Enable-AzAksAddOn.md @@ -16,13 +16,13 @@ Enable the addons for aks. ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] [-ResourceGroupName] [-ClusterName] [-Name ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Enable-AzAksAddOn [-WorkspaceResourceId ] [-SubnetName ] -ClusterObject - [-Name ] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Name ] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -100,21 +100,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 Resource Group Name. diff --git a/src/Aks/Aks/help/Get-AzAksCluster.md b/src/Aks/Aks/help/Get-AzAksCluster.md index 5fa494ac1bf0..cb18e50a3827 100644 --- a/src/Aks/Aks/help/Get-AzAksCluster.md +++ b/src/Aks/Aks/help/Get-AzAksCluster.md @@ -15,19 +15,19 @@ List Kubernetes managed clusters. ### ResourceGroupParameterSet (Default) ``` Get-AzAksCluster [[-ResourceGroupName] ] [-DefaultProfile ] - [-ProgressAction ] [-SubscriptionId ] [] + [-SubscriptionId ] [] ``` ### IdParameterSet ``` -Get-AzAksCluster [-Id] [-DefaultProfile ] [-ProgressAction ] +Get-AzAksCluster [-Id] [-DefaultProfile ] [-SubscriptionId ] [] ``` ### NameParameterSet ``` Get-AzAksCluster [-ResourceGroupName] [-Name] [-DefaultProfile ] - [-ProgressAction ] [-SubscriptionId ] [] + [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -87,21 +87,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 Resource group name diff --git a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md index f47fcb32dba9..1cc35b273578 100644 --- a/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Get-AzAksMaintenanceConfiguration.md @@ -15,21 +15,21 @@ Gets the specified maintenance configuration of a managed cluster. ### List (Default) ``` Get-AzAksMaintenanceConfiguration -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### Get ``` Get-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -129,21 +129,6 @@ 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. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md index 4bbf1128a761..0c35a5c46776 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterCommandResult.md @@ -15,14 +15,14 @@ Gets the results of a command which has been run on the Managed Cluster. ### Get (Default) ``` Get-AzAksManagedClusterCommandResult -CommandId -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterCommandResult -InputObject [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -112,21 +112,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. diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md index bc6bfbd63139..5e3e39d5ab23 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOSOption.md @@ -15,13 +15,13 @@ Gets supported OS options in the specified subscription. ### Get (Default) ``` Get-AzAksManagedClusterOSOption -Location [-SubscriptionId ] [-ResourceType ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzAksManagedClusterOSOption -InputObject [-ResourceType ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ## DESCRIPTION @@ -89,21 +89,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 -``` - ### -ResourceType The resource type for which the OS options needs to be returned diff --git a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md index d8c15bf51d97..31a971f2f06c 100644 --- a/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md +++ b/src/Aks/Aks/help/Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint.md @@ -15,7 +15,7 @@ The operation returns properties of each egress endpoint. ``` Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` @@ -60,21 +60,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. diff --git a/src/Aks/Aks/help/Get-AzAksNodePool.md b/src/Aks/Aks/help/Get-AzAksNodePool.md index 949ee148314d..15a25e2ff550 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePool.md +++ b/src/Aks/Aks/help/Get-AzAksNodePool.md @@ -15,20 +15,20 @@ List node pools in specified cluster. ### NameParameterSet (Default) ``` Get-AzAksNodePool -ResourceGroupName -ClusterName [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [-DefaultProfile ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` -Get-AzAksNodePool -Id [-DefaultProfile ] [-ProgressAction ] +Get-AzAksNodePool -Id [-DefaultProfile ] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Get-AzAksNodePool -ClusterObject [-Name ] - [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [-DefaultProfile ] [-SubscriptionId ] [] ``` @@ -119,21 +119,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. diff --git a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md index 90bac2f59f94..0ae827850068 100644 --- a/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksNodePoolUpgradeProfile.md @@ -15,14 +15,14 @@ Gets the upgrade profile for an agent pool. ### Get (Default) ``` Get-AzAksNodePoolUpgradeProfile -ClusterName -NodePoolName -ResourceGroupName - [-SubscriptionId ] [-DefaultProfile ] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzAksNodePoolUpgradeProfile -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -107,21 +107,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. diff --git a/src/Aks/Aks/help/Get-AzAksSnapshot.md b/src/Aks/Aks/help/Get-AzAksSnapshot.md index c5f639aa50f9..846bac32ae5b 100644 --- a/src/Aks/Aks/help/Get-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Get-AzAksSnapshot.md @@ -15,24 +15,24 @@ Gets a snapshot. ### List (Default) ``` Get-AzAksSnapshot [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### List1 ``` Get-AzAksSnapshot -ResourceGroupName [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ### Get ``` Get-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` -Get-AzAksSnapshot -InputObject [-DefaultProfile ] [-ProgressAction ] +Get-AzAksSnapshot -InputObject [-DefaultProfile ] [] ``` @@ -124,21 +124,6 @@ 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. diff --git a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md index 9644264c5f95..680e724d18bc 100644 --- a/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md +++ b/src/Aks/Aks/help/Get-AzAksUpgradeProfile.md @@ -15,13 +15,13 @@ Gets the upgrade profile of a managed cluster. ### Get (Default) ``` Get-AzAksUpgradeProfile -ClusterName -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-ProgressAction ] [] + [-DefaultProfile ] [] ``` ### GetViaIdentity ``` Get-AzAksUpgradeProfile -InputObject [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -91,21 +91,6 @@ 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. diff --git a/src/Aks/Aks/help/Get-AzAksVersion.md b/src/Aks/Aks/help/Get-AzAksVersion.md index d0f4f1f4d167..2f3aa14aa183 100644 --- a/src/Aks/Aks/help/Get-AzAksVersion.md +++ b/src/Aks/Aks/help/Get-AzAksVersion.md @@ -15,7 +15,7 @@ The operation returns properties of each orchestrator including version, availab ``` Get-AzAksVersion -Location [-SubscriptionId ] [-DefaultProfile ] - [-ProgressAction ] [] + [] ``` ## DESCRIPTION @@ -76,21 +76,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 -``` - ### -SubscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. diff --git a/src/Aks/Aks/help/Import-AzAksCredential.md b/src/Aks/Aks/help/Import-AzAksCredential.md index ebb9fc07ff63..f52c35b1de35 100644 --- a/src/Aks/Aks/help/Import-AzAksCredential.md +++ b/src/Aks/Aks/help/Import-AzAksCredential.md @@ -16,20 +16,20 @@ Import and merge Kubectl config for a managed Kubernetes Cluster. ``` Import-AzAksCredential [-ResourceGroupName] [-Name] [-Admin] [-ConfigPath ] [-PublicFqdn] [-Force] [-PassThru] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Import-AzAksCredential -InputObject [-Admin] [-ConfigPath ] [-PublicFqdn] - [-Force] [-PassThru] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-Force] [-PassThru] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Import-AzAksCredential [-Id] [-Admin] [-ConfigPath ] [-PublicFqdn] [-Force] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -167,21 +167,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 -``` - ### -PublicFqdn Get private cluster credential with server address to be public fqdn. diff --git a/src/Aks/Aks/help/Install-AzAksCliTool.md b/src/Aks/Aks/help/Install-AzAksCliTool.md index c4621beaa782..d7e1c7d5bdf8 100644 --- a/src/Aks/Aks/help/Install-AzAksCliTool.md +++ b/src/Aks/Aks/help/Install-AzAksCliTool.md @@ -15,7 +15,7 @@ Download and install kubectl and kubelogin. ``` Install-AzAksCliTool [-Destination ] [-Version ] [-DownloadFromMirror] [-KubeloginInstallDestination ] [-KubeloginInstallVersion ] [-KubeloginDownloadFromMirror] - [-PassThru] [-AsJob] [-Force] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-PassThru] [-AsJob] [-Force] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -159,21 +159,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 -``` - ### -Version Version of kubectl to install, e.g. 'v1.17.2'. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md index 9dfd8e995d54..57bdbb54a2d2 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortAgentPoolLatestOperation.md @@ -18,13 +18,13 @@ If the operation completes before cancellation can take place, a 409 error code ``` Invoke-AzAksAbortAgentPoolLatestOperation -AgentPoolName -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortAgentPoolLatestOperation -InputObject [-DefaultProfile ] [-AsJob] - [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -137,21 +137,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md index ca739346bef0..d747e42b4ba0 100644 --- a/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md +++ b/src/Aks/Aks/help/Invoke-AzAksAbortManagedClusterLatestOperation.md @@ -18,13 +18,13 @@ If the operation completes before cancellation can take place, a 409 error code ``` Invoke-AzAksAbortManagedClusterLatestOperation -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### AbortViaIdentity ``` Invoke-AzAksAbortManagedClusterLatestOperation -InputObject [-DefaultProfile ] - [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -122,21 +122,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md index 393a04e64d05..03e612dcc253 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md +++ b/src/Aks/Aks/help/Invoke-AzAksRotateManagedClusterServiceAccountSigningKey.md @@ -16,13 +16,13 @@ Rotates the service account signing keys of a managed cluster. ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -ResourceGroupName -ResourceName [-SubscriptionId ] [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### RotateViaIdentity ``` Invoke-AzAksRotateManagedClusterServiceAccountSigningKey -InputObject - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` @@ -115,21 +115,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. diff --git a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md index b93efbd4cc76..76b5fb0c2fdc 100644 --- a/src/Aks/Aks/help/Invoke-AzAksRunCommand.md +++ b/src/Aks/Aks/help/Invoke-AzAksRunCommand.md @@ -16,7 +16,7 @@ Run a shell command (with kubectl, helm) on your aks cluster, support attaching ``` Invoke-AzAksRunCommand [-ResourceGroupName] [-Name] -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -24,7 +24,7 @@ Invoke-AzAksRunCommand [-ResourceGroupName] [-Name] -Command < ``` Invoke-AzAksRunCommand -InputObject -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -32,7 +32,7 @@ Invoke-AzAksRunCommand -InputObject -Command ``` Invoke-AzAksRunCommand [-Id] -Command [-CommandContextAttachment ] [-CommandContextAttachmentZip ] [-AsJob] [-Force] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -195,21 +195,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 Resource group name diff --git a/src/Aks/Aks/help/New-AzAksCluster.md b/src/Aks/Aks/help/New-AzAksCluster.md index 7ddf78a6a8a2..7af6579732f9 100644 --- a/src/Aks/Aks/help/New-AzAksCluster.md +++ b/src/Aks/Aks/help/New-AzAksCluster.md @@ -43,7 +43,7 @@ New-AzAksCluster [-NodeVmSetType ] [-NodeVnetSubnetID ] [-NodeMa [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -1237,21 +1237,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 Resource Group Name. diff --git a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md index aa8cf06f34d3..b3c87a1e3742 100644 --- a/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/New-AzAksMaintenanceConfiguration.md @@ -15,7 +15,7 @@ Creates or updates a maintenance configuration in the specified managed cluster. ``` New-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName [-SubscriptionId ] [-NotAllowedTime ] [-TimeInWeek ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -87,21 +87,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. diff --git a/src/Aks/Aks/help/New-AzAksNodePool.md b/src/Aks/Aks/help/New-AzAksNodePool.md index b5ed570cd113..1c00e060b05c 100644 --- a/src/Aks/Aks/help/New-AzAksNodePool.md +++ b/src/Aks/Aks/help/New-AzAksNodePool.md @@ -23,7 +23,7 @@ New-AzAksNodePool -ResourceGroupName -ClusterName -Name ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -37,7 +37,7 @@ New-AzAksNodePool -Name -ClusterObject [-Count ] [-PodSubnetID ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -554,21 +554,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. diff --git a/src/Aks/Aks/help/New-AzAksSnapshot.md b/src/Aks/Aks/help/New-AzAksSnapshot.md index 8f172331afba..cf4ff5c9d378 100644 --- a/src/Aks/Aks/help/New-AzAksSnapshot.md +++ b/src/Aks/Aks/help/New-AzAksSnapshot.md @@ -15,7 +15,7 @@ Creates or updates a snapshot. ``` New-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] -Location [-CreationDataSourceResourceId ] [-SnapshotType ] [-Tag ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-DefaultProfile ] [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -85,21 +85,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. diff --git a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md index 898b4097bb5c..f77fde645b71 100644 --- a/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeInWeekObject.md @@ -13,7 +13,7 @@ Create an in-memory object for TimeInWeek. ## SYNTAX ``` -New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] [-ProgressAction ] +New-AzAksTimeInWeekObject [-Day ] [-HourSlot ] [] ``` @@ -71,21 +71,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 -``` - ### CommonParameters This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). diff --git a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md index 1b33abb12cb0..fe1aaf7edcbb 100644 --- a/src/Aks/Aks/help/New-AzAksTimeSpanObject.md +++ b/src/Aks/Aks/help/New-AzAksTimeSpanObject.md @@ -13,7 +13,7 @@ Create an in-memory object for TimeSpan. ## SYNTAX ``` -New-AzAksTimeSpanObject [-End ] [-Start ] [-ProgressAction ] +New-AzAksTimeSpanObject [-End ] [-Start ] [] ``` @@ -55,21 +55,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 -``` - ### -Start The start of a time span. diff --git a/src/Aks/Aks/help/Remove-AzAksCluster.md b/src/Aks/Aks/help/Remove-AzAksCluster.md index 60e5f8600bbc..159851ce7ed7 100644 --- a/src/Aks/Aks/help/Remove-AzAksCluster.md +++ b/src/Aks/Aks/help/Remove-AzAksCluster.md @@ -15,21 +15,21 @@ Delete a managed Kubernetes cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksCluster [-ResourceGroupName] [-Name] [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksCluster -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksCluster [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -149,21 +149,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 Resource group name diff --git a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md index 7c820e4764e4..e198bc0a757c 100644 --- a/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md +++ b/src/Aks/Aks/help/Remove-AzAksMaintenanceConfiguration.md @@ -15,14 +15,14 @@ Deletes a maintenance configuration. ### Delete (Default) ``` Remove-AzAksMaintenanceConfiguration -ConfigName -ResourceGroupName -ResourceName - [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-ProgressAction ] + [-SubscriptionId ] [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAksMaintenanceConfiguration -InputObject [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -105,21 +105,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. diff --git a/src/Aks/Aks/help/Remove-AzAksNodePool.md b/src/Aks/Aks/help/Remove-AzAksNodePool.md index 12dee0de6a0d..dd68660ca68f 100644 --- a/src/Aks/Aks/help/Remove-AzAksNodePool.md +++ b/src/Aks/Aks/help/Remove-AzAksNodePool.md @@ -15,27 +15,27 @@ Delete node pool from managed cluster. ### GroupNameParameterSet (Default) ``` Remove-AzAksNodePool [-ResourceGroupName] [-ClusterName] [-Name] [-PassThru] - [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] + [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Remove-AzAksNodePool -InputObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Remove-AzAksNodePool [-Id] [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet ``` Remove-AzAksNodePool [-Name] -ClusterObject [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -186,21 +186,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 Resource group name diff --git a/src/Aks/Aks/help/Remove-AzAksSnapshot.md b/src/Aks/Aks/help/Remove-AzAksSnapshot.md index dd9316f200d1..da23d17c5363 100644 --- a/src/Aks/Aks/help/Remove-AzAksSnapshot.md +++ b/src/Aks/Aks/help/Remove-AzAksSnapshot.md @@ -15,14 +15,14 @@ Deletes a snapshot. ### Delete (Default) ``` Remove-AzAksSnapshot -ResourceGroupName -ResourceName [-SubscriptionId ] - [-DefaultProfile ] [-PassThru] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### DeleteViaIdentity ``` Remove-AzAksSnapshot -InputObject [-DefaultProfile ] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -90,21 +90,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. diff --git a/src/Aks/Aks/help/Set-AzAksCluster.md b/src/Aks/Aks/help/Set-AzAksCluster.md index d4378390d382..f7b6804c806b 100644 --- a/src/Aks/Aks/help/Set-AzAksCluster.md +++ b/src/Aks/Aks/help/Set-AzAksCluster.md @@ -31,7 +31,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet @@ -52,7 +52,7 @@ Set-AzAksCluster -InputObject [-NodePoolMode ] [-A [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet @@ -73,7 +73,7 @@ Set-AzAksCluster [-NodePoolMode ] [-AcrNameToDetach ] [-NodeImag [-HttpProxyConfigNoProxyEndpoint ] [-HttpProxyConfigTrustedCa ] [-AksCustomHeader ] [-AadProfile ] [-WindowsProfileAdminUserPassword ] [-EnableAHUB] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ## DESCRIPTION @@ -839,21 +839,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 Resource Group Name. diff --git a/src/Aks/Aks/help/Set-AzAksClusterCredential.md b/src/Aks/Aks/help/Set-AzAksClusterCredential.md index c4ff03f34553..a940b095869f 100644 --- a/src/Aks/Aks/help/Set-AzAksClusterCredential.md +++ b/src/Aks/Aks/help/Set-AzAksClusterCredential.md @@ -16,21 +16,21 @@ Reset the ServicePrincipal of an existing AKS cluster. ``` Set-AzAksClusterCredential [-ResourceGroupName] [-Name] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] [-Force] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Set-AzAksClusterCredential -InputObject -ServicePrincipalIdAndSecret - [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] [-ProgressAction ] + [-PassThru] [-AsJob] [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Set-AzAksClusterCredential [-Id] -ServicePrincipalIdAndSecret [-PassThru] [-AsJob] - [-Force] [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-Force] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -155,21 +155,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 Resource group name diff --git a/src/Aks/Aks/help/Start-AzAksCluster.md b/src/Aks/Aks/help/Start-AzAksCluster.md index 410c01f705b4..d090b53dcdfb 100644 --- a/src/Aks/Aks/help/Start-AzAksCluster.md +++ b/src/Aks/Aks/help/Start-AzAksCluster.md @@ -15,14 +15,14 @@ See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Start (Default) ``` Start-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### StartViaIdentity ``` Start-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -138,21 +138,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. diff --git a/src/Aks/Aks/help/Start-AzAksDashboard.md b/src/Aks/Aks/help/Start-AzAksDashboard.md index 83b5695b1c2c..99248daefff0 100644 --- a/src/Aks/Aks/help/Start-AzAksDashboard.md +++ b/src/Aks/Aks/help/Start-AzAksDashboard.md @@ -15,21 +15,21 @@ Create a Kubectl SSH tunnel to the managed cluster's dashboard. ### GroupNameParameterSet (Default) ``` Start-AzAksDashboard [-ResourceGroupName] [-Name] [-DisableBrowser] [-ListenPort ] - [-PassThru] [-DefaultProfile ] [-ProgressAction ] + [-PassThru] [-DefaultProfile ] [-SubscriptionId ] [] ``` ### InputObjectParameterSet ``` Start-AzAksDashboard [-InputObject] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [-DefaultProfile ] [-SubscriptionId ] [] ``` ### IdParameterSet ``` Start-AzAksDashboard [-Id] [-DisableBrowser] [-ListenPort ] [-PassThru] - [-DefaultProfile ] [-ProgressAction ] [-SubscriptionId ] + [-DefaultProfile ] [-SubscriptionId ] [] ``` @@ -150,21 +150,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 Resource group name diff --git a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md index 00105e094a36..c80b46ed6226 100644 --- a/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md +++ b/src/Aks/Aks/help/Start-AzAksManagedClusterCommand.md @@ -18,13 +18,13 @@ For more information see [AKS Run Command](https://docs.microsoft.com/azure/aks/ ``` Start-AzAksManagedClusterCommand -ResourceGroupName -ResourceName [-SubscriptionId ] -Command [-ClusterToken ] [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ### RunViaIdentityExpanded ``` Start-AzAksManagedClusterCommand -InputObject -Command [-ClusterToken ] - [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] [-ProgressAction ] + [-Context ] [-DefaultProfile ] [-AsJob] [-NoWait] [-WhatIf] [-Confirm] [] ``` @@ -184,21 +184,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. diff --git a/src/Aks/Aks/help/Stop-AzAksCluster.md b/src/Aks/Aks/help/Stop-AzAksCluster.md index 81f93282fb3e..41ff693b0307 100644 --- a/src/Aks/Aks/help/Stop-AzAksCluster.md +++ b/src/Aks/Aks/help/Stop-AzAksCluster.md @@ -18,14 +18,14 @@ See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster ### Stop (Default) ``` Stop-AzAksCluster -Name -ResourceGroupName [-SubscriptionId ] - [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-ProgressAction ] [-WhatIf] + [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] [-WhatIf] [-Confirm] [] ``` ### StopViaIdentity ``` Stop-AzAksCluster -InputObject [-DefaultProfile ] [-AsJob] [-NoWait] [-PassThru] - [-ProgressAction ] [-WhatIf] [-Confirm] [] + [-WhatIf] [-Confirm] [] ``` ## DESCRIPTION @@ -144,21 +144,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. diff --git a/src/Aks/Aks/help/Stop-AzAksDashboard.md b/src/Aks/Aks/help/Stop-AzAksDashboard.md index dbf553cd27fd..02681ed30f9a 100644 --- a/src/Aks/Aks/help/Stop-AzAksDashboard.md +++ b/src/Aks/Aks/help/Stop-AzAksDashboard.md @@ -13,7 +13,7 @@ Stop the Kubectl SSH tunnel created in Start-AzKubernetesDashboard. ## SYNTAX ``` -Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] [-ProgressAction ] +Stop-AzAksDashboard [-PassThru] [-DefaultProfile ] [-SubscriptionId ] [] ``` @@ -61,21 +61,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 -``` - ### -SubscriptionId The ID of the subscription. By default, cmdlets are executed in the subscription that is set in the current context. If the user specifies another subscription, the current cmdlet is executed in the subscription specified by the user. diff --git a/src/Aks/Aks/help/Update-AzAksNodePool.md b/src/Aks/Aks/help/Update-AzAksNodePool.md index 3ea954ae293e..d17d868fe663 100644 --- a/src/Aks/Aks/help/Update-AzAksNodePool.md +++ b/src/Aks/Aks/help/Update-AzAksNodePool.md @@ -18,7 +18,7 @@ Update-AzAksNodePool -ResourceGroupName -ClusterName -Name ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] [-DefaultProfile ] - [-ProgressAction ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] + [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` ### ParentObjectParameterSet @@ -26,7 +26,7 @@ Update-AzAksNodePool -ResourceGroupName -ClusterName -Name -ClusterObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] + [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -35,7 +35,7 @@ Update-AzAksNodePool -Name -ClusterObject [-NodeC Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] - [-AksCustomHeader ] [-DefaultProfile ] [-ProgressAction ] + [-AksCustomHeader ] [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -44,7 +44,7 @@ Update-AzAksNodePool -InputObject [-NodeCount ] [-NodeImageO Update-AzAksNodePool -Id [-NodeCount ] [-NodeImageOnly] [-AsJob] [-Force] [-MaxSurge ] [-KubernetesVersion ] [-MinCount ] [-MaxCount ] [-EnableAutoScaling] [-Mode ] [-NodeLabel ] [-Tag ] [-NodeTaint ] [-AksCustomHeader ] - [-DefaultProfile ] [-ProgressAction ] [-WhatIf] [-Confirm] + [-DefaultProfile ] [-WhatIf] [-Confirm] [-SubscriptionId ] [] ``` @@ -345,21 +345,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. From 581287281b0078b5aca22d154ab1abf4fc352fe7 Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 24 Mar 2025 16:00:37 +0800 Subject: [PATCH 4/6] update changelog --- src/Aks/Aks.Autorest/generate-info.json | 2 +- src/Aks/Aks.sln | 28 ++++++++++++------------- src/Aks/Aks/ChangeLog.md | 8 +++++++ 3 files changed, 23 insertions(+), 15 deletions(-) diff --git a/src/Aks/Aks.Autorest/generate-info.json b/src/Aks/Aks.Autorest/generate-info.json index 02a231cef3d6..adda7b256591 100644 --- a/src/Aks/Aks.Autorest/generate-info.json +++ b/src/Aks/Aks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "47c4a847-9acc-486c-9a16-74cc0ba5cbb9" + "generate_Id": "56121acd-b44d-4778-a42e-d5ea8aa717d6" } diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln index b4d13b377beb..bcf75d840f10 100644 --- a/src/Aks/Aks.sln +++ b/src/Aks/Aks.sln @@ -19,7 +19,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks.Autorest", "Aks.Autorest", "{16EC2DC2-EB7B-325E-770F-D562EF2F68D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{906A039B-1948-4768-8A2A-D74249705B7C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -103,18 +103,18 @@ Global {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.Build.0 = Release|Any CPU {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.ActiveCfg = Release|Any CPU {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.Build.0 = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x64.ActiveCfg = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x64.Build.0 = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x86.ActiveCfg = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Debug|x86.Build.0 = Debug|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|Any CPU.Build.0 = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x64.ActiveCfg = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x64.Build.0 = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x86.ActiveCfg = Release|Any CPU - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F}.Release|x86.Build.0 = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x64.ActiveCfg = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x64.Build.0 = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x86.ActiveCfg = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x86.Build.0 = Debug|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|Any CPU.Build.0 = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x64.ActiveCfg = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x64.Build.0 = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x86.ActiveCfg = Release|Any CPU + {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -126,6 +126,6 @@ Global {088BFD61-1810-4CC3-8EEE-D398AA8F517F} = {32836310-FB5E-5A92-56B4-44D826EF11F5} {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A} = {32836310-FB5E-5A92-56B4-44D826EF11F5} {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {5CD3C7B6-0B95-474A-9F26-C3D48BB4E16F} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} + {906A039B-1948-4768-8A2A-D74249705B7C} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} EndGlobalSection EndGlobal diff --git a/src/Aks/Aks/ChangeLog.md b/src/Aks/Aks/ChangeLog.md index 830a2e6847a5..77ce659f2650 100644 --- a/src/Aks/Aks/ChangeLog.md +++ b/src/Aks/Aks/ChangeLog.md @@ -18,6 +18,14 @@ - Additional information about change #1 --> ## Upcoming Release +* The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement: + * `Get-AzAksMaintenanceConfiguration` + * `Get-AzAksManagedClusterOSOption` + * `Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint` + * `Get-AzAksNodePoolUpgradeProfile` + * `Get-AzAksUpgradeProfile` + * `Get-AzAksVersion` + * `New-AzAksMaintenanceConfiguration` ## Version 6.1.0 * Upgraded nuget package to signed package. From 51d41cfe68189fb931e5280df02841ffb4039ebb Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 24 Mar 2025 16:58:09 +0800 Subject: [PATCH 5/6] update --- .../Aks.Autorest/Properties/AssemblyInfo.cs | 1 + src/Aks/Aks.Autorest/generate-info.json | 2 +- src/Aks/Aks.sln | 261 +++++++++++------- src/Aks/Aks/Az.Aks.psd1 | 2 +- 4 files changed, 165 insertions(+), 101 deletions(-) diff --git a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs index b45d3c5c40a8..6a8598debf0a 100644 --- a/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs +++ b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs @@ -24,3 +24,4 @@ [assembly: System.Reflection.AssemblyVersionAttribute("6.1.0")] [assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] [assembly: System.CLSCompliantAttribute(false)] + diff --git a/src/Aks/Aks.Autorest/generate-info.json b/src/Aks/Aks.Autorest/generate-info.json index adda7b256591..04f5aa799086 100644 --- a/src/Aks/Aks.Autorest/generate-info.json +++ b/src/Aks/Aks.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "56121acd-b44d-4778-a42e-d5ea8aa717d6" + "generate_Id": "6b09dc9b-75bd-4489-95fe-70d9ae72f6b5" } diff --git a/src/Aks/Aks.sln b/src/Aks/Aks.sln index bcf75d840f10..c13543287ad6 100644 --- a/src/Aks/Aks.sln +++ b/src/Aks/Aks.sln @@ -3,23 +3,33 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{32836310-FB5E-5A92-56B4-44D826EF11F5}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Accounts", "Accounts", "{7F7F3C8C-B80E-4823-B2E5-20AF86A219FA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{2790A767-680C-4F7E-B036-F330BF7B11AD}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Accounts\Accounts.csproj", "{EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyLoading", "..\Accounts\AssemblyLoading\AssemblyLoading.csproj", "{B21C8980-5DB5-4951-9D19-40E7A5A78360}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{5F7794B9-A58D-41DF-A84D-B7A72F626FF6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{DDFAA914-29D6-4BE7-832B-EF84040DD8CE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{088BFD61-1810-4CC3-8EEE-D398AA8F517F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{4AC5BFC2-D85A-4A2E-9734-501BFB680A04}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuthenticationAssemblyLoadContext", "..\Accounts\AuthenticationAssemblyLoadContext\AuthenticationAssemblyLoadContext.csproj", "{C78F1A94-FA67-40F5-907A-764C76CAA7E7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authenticators", "..\Accounts\Authenticators\Authenticators.csproj", "{3087729D-E16D-4A31-BAF7-E115A50F719B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{3FD20327-1C9F-4940-A96B-AD3B05FC2185}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Test", "Aks.Test\Aks.Test.csproj", "{A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks", "Aks\Aks.csproj", "{FAD0FE20-BE3C-4679-B28F-8C669B8E322F}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestFx", "..\..\tools\TestFx\TestFx.csproj", "{135EE24A-A2A6-494D-B82F-2167FC3A298E}" +EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aks.Management.Sdk", "Aks.Management.Sdk\Aks.Management.Sdk.csproj", "{3CB53E47-87C1-41C9-BD57-19E7B07C63FB}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Aks.Autorest", "Aks.Autorest", "{16EC2DC2-EB7B-325E-770F-D562EF2F68D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{906A039B-1948-4768-8A2A-D74249705B7C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Aks", "..\..\generated\Aks\Aks.Autorest\Az.Aks.csproj", "{1C1E7DB7-F93E-4438-AD0F-C4C15173133A}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -31,101 +41,154 @@ Global Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x64.ActiveCfg = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x64.Build.0 = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x86.ActiveCfg = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Debug|x86.Build.0 = Debug|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|Any CPU.Build.0 = Release|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x64.ActiveCfg = Release|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x64.Build.0 = Release|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x86.ActiveCfg = Release|Any CPU - {2790A767-680C-4F7E-B036-F330BF7B11AD}.Release|x86.Build.0 = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x64.ActiveCfg = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x64.Build.0 = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x86.ActiveCfg = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Debug|x86.Build.0 = Debug|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|Any CPU.Build.0 = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x64.ActiveCfg = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x64.Build.0 = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x86.ActiveCfg = Release|Any CPU - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3}.Release|x86.Build.0 = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x64.ActiveCfg = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x64.Build.0 = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x86.ActiveCfg = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Debug|x86.Build.0 = Debug|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|Any CPU.Build.0 = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x64.ActiveCfg = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x64.Build.0 = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x86.ActiveCfg = Release|Any CPU - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6}.Release|x86.Build.0 = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x64.ActiveCfg = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x64.Build.0 = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x86.ActiveCfg = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Debug|x86.Build.0 = Debug|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|Any CPU.Build.0 = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x64.ActiveCfg = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x64.Build.0 = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x86.ActiveCfg = Release|Any CPU - {088BFD61-1810-4CC3-8EEE-D398AA8F517F}.Release|x86.Build.0 = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x64.ActiveCfg = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x64.Build.0 = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x86.ActiveCfg = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Debug|x86.Build.0 = Debug|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|Any CPU.Build.0 = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x64.ActiveCfg = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x64.Build.0 = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x86.ActiveCfg = Release|Any CPU - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A}.Release|x86.Build.0 = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x64.ActiveCfg = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x64.Build.0 = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x86.ActiveCfg = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Debug|x86.Build.0 = Debug|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|Any CPU.Build.0 = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.ActiveCfg = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x64.Build.0 = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.ActiveCfg = Release|Any CPU - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D}.Release|x86.Build.0 = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x64.ActiveCfg = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x64.Build.0 = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x86.ActiveCfg = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Debug|x86.Build.0 = Debug|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|Any CPU.Build.0 = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x64.ActiveCfg = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x64.Build.0 = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x86.ActiveCfg = Release|Any CPU - {906A039B-1948-4768-8A2A-D74249705B7C}.Release|x86.Build.0 = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.ActiveCfg = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x64.Build.0 = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.ActiveCfg = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Debug|x86.Build.0 = Debug|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|Any CPU.Build.0 = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.ActiveCfg = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x64.Build.0 = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.ActiveCfg = Release|Any CPU + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531}.Release|x86.Build.0 = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.ActiveCfg = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x64.Build.0 = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.ActiveCfg = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Debug|x86.Build.0 = Debug|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|Any CPU.Build.0 = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.ActiveCfg = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x64.Build.0 = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.ActiveCfg = Release|Any CPU + {B21C8980-5DB5-4951-9D19-40E7A5A78360}.Release|x86.Build.0 = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.ActiveCfg = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x64.Build.0 = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.ActiveCfg = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Debug|x86.Build.0 = Debug|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|Any CPU.Build.0 = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.ActiveCfg = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x64.Build.0 = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.ActiveCfg = Release|Any CPU + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE}.Release|x86.Build.0 = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.ActiveCfg = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x64.Build.0 = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.ActiveCfg = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Debug|x86.Build.0 = Debug|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|Any CPU.Build.0 = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.ActiveCfg = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x64.Build.0 = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.ActiveCfg = Release|Any CPU + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04}.Release|x86.Build.0 = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.ActiveCfg = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x64.Build.0 = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.ActiveCfg = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Debug|x86.Build.0 = Debug|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|Any CPU.Build.0 = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.ActiveCfg = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x64.Build.0 = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.ActiveCfg = Release|Any CPU + {C78F1A94-FA67-40F5-907A-764C76CAA7E7}.Release|x86.Build.0 = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.ActiveCfg = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x64.Build.0 = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.ActiveCfg = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Debug|x86.Build.0 = Debug|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|Any CPU.Build.0 = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.ActiveCfg = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x64.Build.0 = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.ActiveCfg = Release|Any CPU + {3087729D-E16D-4A31-BAF7-E115A50F719B}.Release|x86.Build.0 = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.ActiveCfg = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x64.Build.0 = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.ActiveCfg = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Debug|x86.Build.0 = Debug|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|Any CPU.Build.0 = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.ActiveCfg = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x64.Build.0 = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.ActiveCfg = Release|Any CPU + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF}.Release|x86.Build.0 = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.ActiveCfg = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x64.Build.0 = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.ActiveCfg = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Debug|x86.Build.0 = Debug|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|Any CPU.Build.0 = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.ActiveCfg = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x64.Build.0 = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.ActiveCfg = Release|Any CPU + {FAD0FE20-BE3C-4679-B28F-8C669B8E322F}.Release|x86.Build.0 = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.ActiveCfg = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x64.Build.0 = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.ActiveCfg = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Debug|x86.Build.0 = Debug|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|Any CPU.Build.0 = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.ActiveCfg = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x64.Build.0 = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.ActiveCfg = Release|Any CPU + {135EE24A-A2A6-494D-B82F-2167FC3A298E}.Release|x86.Build.0 = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.ActiveCfg = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x64.Build.0 = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.ActiveCfg = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Debug|x86.Build.0 = Debug|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|Any CPU.Build.0 = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.ActiveCfg = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x64.Build.0 = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.ActiveCfg = Release|Any CPU + {3CB53E47-87C1-41C9-BD57-19E7B07C63FB}.Release|x86.Build.0 = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|x64.ActiveCfg = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|x64.Build.0 = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|x86.ActiveCfg = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Debug|x86.Build.0 = Debug|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|Any CPU.Build.0 = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|x64.ActiveCfg = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|x64.Build.0 = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|x86.ActiveCfg = Release|Any CPU + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {2790A767-680C-4F7E-B036-F330BF7B11AD} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {FF5D96C5-1094-4EDB-AF5C-9836AFF825C3} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {5F7794B9-A58D-41DF-A84D-B7A72F626FF6} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {088BFD61-1810-4CC3-8EEE-D398AA8F517F} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {59EE3C91-9F18-4A2A-A28C-AC4C69E1681A} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {AC9A5D36-6649-477A-BFC7-A1CE1444BE7D} = {32836310-FB5E-5A92-56B4-44D826EF11F5} - {906A039B-1948-4768-8A2A-D74249705B7C} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} + {EDC0C7E9-9F5F-44FF-8968-D1CAE49F1531} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {B21C8980-5DB5-4951-9D19-40E7A5A78360} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {DDFAA914-29D6-4BE7-832B-EF84040DD8CE} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {4AC5BFC2-D85A-4A2E-9734-501BFB680A04} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {C78F1A94-FA67-40F5-907A-764C76CAA7E7} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {3087729D-E16D-4A31-BAF7-E115A50F719B} = {7F7F3C8C-B80E-4823-B2E5-20AF86A219FA} + {A7EEA531-0AD2-43CD-ACCB-9DC7E8DB86BF} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} + {135EE24A-A2A6-494D-B82F-2167FC3A298E} = {3FD20327-1C9F-4940-A96B-AD3B05FC2185} + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A} = {16EC2DC2-EB7B-325E-770F-D562EF2F68D3} + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {35B1D5ED-BE63-4E38-8FFE-7ADAA7A764CA} EndGlobalSection EndGlobal diff --git a/src/Aks/Aks/Az.Aks.psd1 b/src/Aks/Aks/Az.Aks.psd1 index 8368e3fc70e7..83d12753ac37 100644 --- a/src/Aks/Aks/Az.Aks.psd1 +++ b/src/Aks/Aks/Az.Aks.psd1 @@ -101,7 +101,7 @@ CmdletsToExport = 'Disable-AzAksAddOn', 'Enable-AzAksAddOn', 'Get-AzAksCluster', # VariablesToExport = @() # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = @() +AliasesToExport = 'Get-AzAksClusterUpgradeProfile' # DSC resources to export from this module # DscResourcesToExport = @() From 92056bcefa501b81e9281a0bcc51fdfe51f31b1a Mon Sep 17 00:00:00 2001 From: Yash <55773468+notyashhh@users.noreply.github.com> Date: Tue, 25 Mar 2025 02:28:21 +1100 Subject: [PATCH 6/6] Corrected Breaking Version & Date --- src/Aks/Aks.Autorest/.gitignore | 1 - src/Aks/Aks.Autorest/README.md | 20 +++++++++---------- .../Aks.Autorest/custom/Get-AzAksVersion.ps1 | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/src/Aks/Aks.Autorest/.gitignore b/src/Aks/Aks.Autorest/.gitignore index ccbe8d018341..ae9a0703e0bb 100644 --- a/src/Aks/Aks.Autorest/.gitignore +++ b/src/Aks/Aks.Autorest/.gitignore @@ -5,7 +5,6 @@ generated internal exports tools -custom/*.psm1 custom/autogen-model-cmdlets test/*-TestResults.xml license.txt diff --git a/src/Aks/Aks.Autorest/README.md b/src/Aks/Aks.Autorest/README.md index d55f1ab9e9d0..5451cd5bea2d 100644 --- a/src/Aks/Aks.Autorest/README.md +++ b/src/Aks/Aks.Autorest/README.md @@ -140,8 +140,8 @@ directive: - The type of property 'TimeInWeek' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' - The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]' deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 + deprecated-by-azversion: 14.0.0 + change-effective-date: 2025/05/19 - where: verb: Get @@ -157,8 +157,8 @@ directive: change-description: - The type of property 'OSOptionPropertyList' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'. deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 + deprecated-by-azversion: 14.0.0 + change-effective-date: 2025/05/19 - where: verb: Get @@ -174,8 +174,8 @@ directive: change-description: - The type of property 'Endpoint' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'. deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 + deprecated-by-azversion: 14.0.0 + change-effective-date: 2025/05/19 - where: verb: Get @@ -191,8 +191,8 @@ directive: change-description: - The type of property 'Upgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'. deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 + deprecated-by-azversion: 14.0.0 + change-effective-date: 2025/05/19 - where: verb: Get @@ -211,6 +211,6 @@ directive: - The type of property 'AgentPoolProfile' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'. - The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'. deprecated-by-version: 2.0.0 - deprecated-by-azversion: 13.5.0 - change-effective-date: 2025/05/06 + deprecated-by-azversion: 14.0.0 + change-effective-date: 2025/05/19 ``` diff --git a/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 b/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 index 7157fcd7510a..dad70b63c032 100644 --- a/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 +++ b/src/Aks/Aks.Autorest/custom/Get-AzAksVersion.ps1 @@ -24,7 +24,7 @@ The operation returns properties of each orchestrator including version, availab #> function Get-AzAksVersion { [OutputType([Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult])] - [Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult", "13.5.0", "2.0.0", "2025/05/06", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult", DeprecatedOutputProperties = ("Orchestrator Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile"), NewOutputProperties = ("Orchestrator System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]"))] + [Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.OutputBreakingChangeAttribute("Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult", "14.0.0", "2.0.0", "2025/05/19", ReplacementCmdletOutputType = "Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult", DeprecatedOutputProperties = ("Orchestrator Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile"), NewOutputProperties = ("Orchestrator System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]"))] [CmdletBinding(DefaultParameterSetName='List', PositionalBinding=$false)] param( [Parameter(Mandatory)]