From 23f17e0f838b45e939dcfb25387a2233714f32db Mon Sep 17 00:00:00 2001 From: Jinpei Li Date: Mon, 28 Jul 2025 10:14:03 +0800 Subject: [PATCH] [Az.Automanage] The code base is going to be refactored, the following cmdlet adds a BreakingChange announcement --- .../Properties/AssemblyInfo.cs | 26 ++++++ src/Automanage/Automanage.Autorest/README.md | 18 ++++ .../Automanage.Autorest/docs/Az.Automanage.md | 2 +- .../Automanage.Autorest/generate-info.json | 2 +- .../Automanage.Autorest/resources/README.md | 11 +++ src/Automanage/Automanage.sln | 89 +++++++++++++++++-- src/Automanage/Automanage/Az.Automanage.psd1 | 14 +-- src/Automanage/Automanage/ChangeLog.md | 4 + 8 files changed, 148 insertions(+), 18 deletions(-) create mode 100644 src/Automanage/Automanage.Autorest/Properties/AssemblyInfo.cs create mode 100644 src/Automanage/Automanage.Autorest/resources/README.md diff --git a/src/Automanage/Automanage.Autorest/Properties/AssemblyInfo.cs b/src/Automanage/Automanage.Autorest/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..cc264df5469c --- /dev/null +++ b/src/Automanage/Automanage.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 - Automanage")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")] +[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)] +[assembly: System.CLSCompliantAttribute(false)] diff --git a/src/Automanage/Automanage.Autorest/README.md b/src/Automanage/Automanage.Autorest/README.md index b0d1b7551780..4f6753691118 100644 --- a/src/Automanage/Automanage.Autorest/README.md +++ b/src/Automanage/Automanage.Autorest/README.md @@ -209,4 +209,22 @@ directive: - Name - AuthorizationSet - ServicePrincipalId + + - where: + verb: Get + subject: HciReport|HcrpReport|Report + set: + breaking-change: + deprecated-output-properties: + - AdditionalInfo + - Detail + - Resource + new-output-properties: + - AdditionalInfo + - Detail + - Resource + change-description: The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'. + deprecated-by-version: 9.0.0 + deprecated-by-azversion: 15.0.0 + change-effective-date: 2025/11/03 ``` diff --git a/src/Automanage/Automanage.Autorest/docs/Az.Automanage.md b/src/Automanage/Automanage.Autorest/docs/Az.Automanage.md index 8ba44ad4502d..ad167dc10654 100644 --- a/src/Automanage/Automanage.Autorest/docs/Az.Automanage.md +++ b/src/Automanage/Automanage.Autorest/docs/Az.Automanage.md @@ -1,6 +1,6 @@ --- Module Name: Az.Automanage -Module Guid: b573b797-567a-4f0d-8ba3-6a447bed6278 +Module Guid: a5929fa8-2b6e-4212-8396-8c4f1b48500d Download Help Link: https://learn.microsoft.com/powershell/module/az.automanage Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Automanage/Automanage.Autorest/generate-info.json b/src/Automanage/Automanage.Autorest/generate-info.json index 2b859443cd17..9f271062c2e3 100644 --- a/src/Automanage/Automanage.Autorest/generate-info.json +++ b/src/Automanage/Automanage.Autorest/generate-info.json @@ -1,3 +1,3 @@ { - "generate_Id": "3a39ac38-3dfc-4726-ab14-1d3affa7d250" + "generate_Id": "4ce1d8e9-cb1f-4289-af6c-e3079038e9a2" } diff --git a/src/Automanage/Automanage.Autorest/resources/README.md b/src/Automanage/Automanage.Autorest/resources/README.md new file mode 100644 index 000000000000..937f07f8fec2 --- /dev/null +++ b/src/Automanage/Automanage.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/Automanage/Automanage.sln b/src/Automanage/Automanage.sln index 403bebe3051c..06c977f11f3f 100644 --- a/src/Automanage/Automanage.sln +++ b/src/Automanage/Automanage.sln @@ -1,4 +1,4 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 @@ -19,49 +19,119 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Authenticators", "..\Accoun EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automanage", "Automanage\Automanage.csproj", "{E1A4AD3A-998E-4929-8B1E-7D59B17436D7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Automanage", "..\..\generated\Automanage\Automanage.Autorest\Az.Automanage.csproj", "{6D2307AA-DFFB-4BB7-910F-F1038310DC15}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Automanage.Autorest", "Automanage.Autorest", "{A3FCDF16-E89B-6A8A-797C-6A596AE0D377}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Az.Automanage", "..\..\generated\Automanage\Automanage.Autorest\Az.Automanage.csproj", "{5454EE77-7B20-4AE5-9C0F-B58108955DB3}" 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 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|x64.ActiveCfg = Debug|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|x64.Build.0 = Debug|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|x86.ActiveCfg = Debug|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Debug|x86.Build.0 = Debug|Any CPU {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|Any CPU.ActiveCfg = Release|Any CPU {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|Any CPU.Build.0 = Release|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|x64.ActiveCfg = Release|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|x64.Build.0 = Release|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|x86.ActiveCfg = Release|Any CPU + {C82F9A41-005C-4164-87E0-9C0565EA827A}.Release|x86.Build.0 = Release|Any CPU {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|x64.ActiveCfg = Debug|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|x64.Build.0 = Debug|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|x86.ActiveCfg = Debug|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Debug|x86.Build.0 = Debug|Any CPU {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|Any CPU.ActiveCfg = Release|Any CPU {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|Any CPU.Build.0 = Release|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|x64.ActiveCfg = Release|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|x64.Build.0 = Release|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|x86.ActiveCfg = Release|Any CPU + {F1EB717A-27F9-4B35-9E4C-795D94801A13}.Release|x86.Build.0 = Release|Any CPU {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|x64.ActiveCfg = Debug|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|x64.Build.0 = Debug|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|x86.ActiveCfg = Debug|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Debug|x86.Build.0 = Debug|Any CPU {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|Any CPU.ActiveCfg = Release|Any CPU {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|Any CPU.Build.0 = Release|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|x64.ActiveCfg = Release|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|x64.Build.0 = Release|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|x86.ActiveCfg = Release|Any CPU + {30CD9C8A-9FF1-413A-8DB5-0EC27B00CFF2}.Release|x86.Build.0 = Release|Any CPU {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|x64.ActiveCfg = Debug|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|x64.Build.0 = Debug|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|x86.ActiveCfg = Debug|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Debug|x86.Build.0 = Debug|Any CPU {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|Any CPU.ActiveCfg = Release|Any CPU {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|Any CPU.Build.0 = Release|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|x64.ActiveCfg = Release|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|x64.Build.0 = Release|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|x86.ActiveCfg = Release|Any CPU + {FF4636DB-2CDB-41E1-A505-7B3255360AEA}.Release|x86.Build.0 = Release|Any CPU {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|x64.ActiveCfg = Debug|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|x64.Build.0 = Debug|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|x86.ActiveCfg = Debug|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Debug|x86.Build.0 = Debug|Any CPU {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|Any CPU.Build.0 = Release|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|x64.ActiveCfg = Release|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|x64.Build.0 = Release|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|x86.ActiveCfg = Release|Any CPU + {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5}.Release|x86.Build.0 = Release|Any CPU {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|x64.ActiveCfg = Debug|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|x64.Build.0 = Debug|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|x86.ActiveCfg = Debug|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Debug|x86.Build.0 = Debug|Any CPU {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|Any CPU.ActiveCfg = Release|Any CPU {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|Any CPU.Build.0 = Release|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|x64.ActiveCfg = Release|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|x64.Build.0 = Release|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|x86.ActiveCfg = Release|Any CPU + {2A52E052-5C01-4156-AE42-DC2B2D2FE440}.Release|x86.Build.0 = Release|Any CPU {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|x64.ActiveCfg = Debug|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|x64.Build.0 = Debug|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|x86.ActiveCfg = Debug|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Debug|x86.Build.0 = Debug|Any CPU {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|Any CPU.ActiveCfg = Release|Any CPU {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|Any CPU.Build.0 = Release|Any CPU - {6D2307AA-DFFB-4BB7-910F-F1038310DC15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6D2307AA-DFFB-4BB7-910F-F1038310DC15}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6D2307AA-DFFB-4BB7-910F-F1038310DC15}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6D2307AA-DFFB-4BB7-910F-F1038310DC15}.Release|Any CPU.Build.0 = Release|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|x64.ActiveCfg = Release|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|x64.Build.0 = Release|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|x86.ActiveCfg = Release|Any CPU + {E1A4AD3A-998E-4929-8B1E-7D59B17436D7}.Release|x86.Build.0 = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|x64.ActiveCfg = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|x64.Build.0 = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|x86.ActiveCfg = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Debug|x86.Build.0 = Debug|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|Any CPU.Build.0 = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|x64.ActiveCfg = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|x64.Build.0 = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|x86.ActiveCfg = Release|Any CPU + {5454EE77-7B20-4AE5-9C0F-B58108955DB3}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {C82F9A41-005C-4164-87E0-9C0565EA827A} = {BE7DE270-0A81-4F9E-BE79-BC6E770138FA} @@ -70,5 +140,6 @@ Global {FF4636DB-2CDB-41E1-A505-7B3255360AEA} = {BE7DE270-0A81-4F9E-BE79-BC6E770138FA} {69C9FE0B-FCEF-4A82-A139-53C93FD8E4D5} = {BE7DE270-0A81-4F9E-BE79-BC6E770138FA} {2A52E052-5C01-4156-AE42-DC2B2D2FE440} = {BE7DE270-0A81-4F9E-BE79-BC6E770138FA} + {5454EE77-7B20-4AE5-9C0F-B58108955DB3} = {A3FCDF16-E89B-6A8A-797C-6A596AE0D377} EndGlobalSection EndGlobal diff --git a/src/Automanage/Automanage/Az.Automanage.psd1 b/src/Automanage/Automanage/Az.Automanage.psd1 index 8bc76c1b7437..fc16d786c7d5 100644 --- a/src/Automanage/Automanage/Az.Automanage.psd1 +++ b/src/Automanage/Automanage/Az.Automanage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/9/2025 +# Generated on: 2025-07-28 # @{ @@ -51,19 +51,19 @@ 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 = '5.1.1'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = 'Automanage.Autorest/bin/Az.Automanage.private.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 = 'Automanage.Autorest\Az.Automanage.format.ps1xml' +FormatsToProcess = 'Automanage.Autorest/Az.Automanage.format.ps1xml' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess NestedModules = @('Automanage.Autorest/Az.Automanage.psm1') @@ -108,7 +108,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Azure','ResourceManager','ARM','PSModule','Automanage' + Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'Automanage' # A URL to the license for this module. LicenseUri = 'https://aka.ms/azps-license' @@ -133,7 +133,7 @@ PrivateData = @{ } # End of PSData hashtable - } # End of PrivateData hashtable +} # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' diff --git a/src/Automanage/Automanage/ChangeLog.md b/src/Automanage/Automanage/ChangeLog.md index c0407845be63..130a231d0ecc 100644 --- a/src/Automanage/Automanage/ChangeLog.md +++ b/src/Automanage/Automanage/ChangeLog.md @@ -18,6 +18,10 @@ - Additional information about change #1 --> ## Upcoming Release +* Added breaking change announcement for below commands from array or single object to list. + * `Get-AzAutomanageHciReport` + * `Get-AzAutomanageHcrpReport` + * `Get-AzAutomanageReport` ## Version 1.1.0 * Upgraded nuget package to signed package.