diff --git a/src/Aks/Aks.Autorest/.gitignore b/src/Aks/Aks.Autorest/.gitignore index 6ec158bd9768..ae9a0703e0bb 100644 --- a/src/Aks/Aks.Autorest/.gitignore +++ b/src/Aks/Aks.Autorest/.gitignore @@ -5,6 +5,7 @@ generated internal exports tools +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..6a8598debf0a --- /dev/null +++ b/src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs @@ -0,0 +1,27 @@ +// 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..5451cd5bea2d 100644 --- a/src/Aks/Aks.Autorest/README.md +++ b/src/Aks/Aks.Autorest/README.md @@ -121,4 +121,96 @@ directive: - where: subject: ContainerServiceOrchestrator hide: true + + #breaking change message + - where: + verb: Get|New + subject: MaintenanceConfiguration + set: + breaking-change: + 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 Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek + - NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan + new-output-properties: + - 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: 14.0.0 + change-effective-date: 2025/05/19 + + - where: + verb: Get + subject: ManagedClusterOSOption + set: + breaking-change: + 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 Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty + new-output-properties: + - 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: 14.0.0 + change-effective-date: 2025/05/19 + + - where: + verb: Get + subject: ManagedClusterOutboundNetworkDependencyEndpoint + set: + breaking-change: + 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 Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency + new-output-properties: + - 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: 14.0.0 + change-effective-date: 2025/05/19 + + - where: + verb: Get + subject: NodePoolUpgradeProfile + set: + breaking-change: + 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: + - Upgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem + new-output-properties: + - 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: 14.0.0 + change-effective-date: 2025/05/19 + + - where: + verb: Get + subject: UpgradeProfile + set: + breaking-change: + 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: + - AgentPoolProfile Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile + - ControlPlaneProfileUpgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem + new-output-properties: + - 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: 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 fb25d1ee67fd..dad70b63c032 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", "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)] diff --git a/src/Aks/Aks.Autorest/docs/Az.Aks.md b/src/Aks/Aks.Autorest/docs/Az.Aks.md index eba009aaab34..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: 15fbef14-845a-48e1-a35b-d8e8b910ae27 +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 af13cba0ca69..04f5aa799086 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": "6b09dc9b-75bd-4489-95fe-70d9ae72f6b5" } 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..c13543287ad6 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", "{1C1E7DB7-F93E-4438-AD0F-C4C15173133A}" 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 + {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 @@ -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} + {1C1E7DB7-F93E-4438-AD0F-C4C15173133A} = {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..83d12753ac37 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-24 # @{ @@ -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', @@ -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/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.