Skip to content

Commit 734b09f

Browse files
[skip ci] Archive 334424b (#28430)
1 parent 6bce951 commit 734b09f

12 files changed

+35
-17
lines changed
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
// ----------------------------------------------------------------------------------
2-
//
3-
// Copyright Microsoft Corporation
4-
// Licensed under the Apache License, Version 2.0 (the "License");
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
53
// you may not use this file except in compliance with the License.
64
// You may obtain a copy of the License at
75
// http://www.apache.org/licenses/LICENSE-2.0
86
// Unless required by applicable law or agreed to in writing, software
9-
// distributed under the License is distributed on an "AS IS" BASIS,
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
108
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
119
// See the License for the specific language governing permissions and
1210
// limitations under the License.
13-
// ----------------------------------------------------------------------------------
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
1413

1514
using System;
1615
using System.Reflection;
16+
using System.Runtime.CompilerServices;
1717
using System.Runtime.InteropServices;
1818

19-
[assembly: AssemblyTitle("Microsoft Azure Powershell - Automanage")]
20-
[assembly: AssemblyCompany(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCompany)]
21-
[assembly: AssemblyProduct(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyProduct)]
22-
[assembly: AssemblyCopyright(Microsoft.WindowsAzure.Commands.Common.AzurePowerShell.AssemblyCopyright)]
23-
24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("0ffbd692-0d14-463f-87d0-7e2adc8d0565")]
27-
[assembly: AssemblyVersion("1.1.0")]
28-
[assembly: AssemblyFileVersion("1.1.0")]
19+
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft")]
20+
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
21+
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
22+
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Automanage")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.1.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.1.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "3a39ac38-3dfc-4726-ab14-1d3affa7d250"
2+
"generate_Id": "4ce1d8e9-cb1f-4289-af6c-e3079038e9a2"
33
}

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHciReport_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHciReport_Get")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHciReport_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHciReport_GetViaIdentity")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHciReport_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1313
/// [OpenAPI] ListByConfigurationProfileAssignments=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHci/clusters/{clusterName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHciReport_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Retrieve a list of reports within a given configuration profile assignment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHcrpReport_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHcrpReport_Get")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHcrpReport_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHcrpReport_GetViaIdentity")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageHcrpReport_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1313
/// [OpenAPI] ListByConfigurationProfileAssignments=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageHcrpReport_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Retrieve a list of reports within a given configuration profile assignment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageReport_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageReport_Get")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

generated/Automanage/Automanage.Autorest/generated/cmdlets/GetAzAutomanageReport_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Automanage.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/providers/Microsoft.Automanage/configurationProfileAssignments/{configurationProfileAssignmentName}/reports/{reportName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzAutomanageReport_GetViaIdentity")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Automanage.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport", "15.0.0", "9.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, NewOutputProperties=new string[] {"AdditionalInfo","Detail","Resource"}, ChangeDescription="The types of the properties 'AdditionalInfo', 'Detail' and 'Resource' will be changed from single object to 'List'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Automanage.Models.Api20220504.IReport))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Description(@"Get information about a report associated with a configuration profile assignment run")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Automanage.Generated]

0 commit comments

Comments
 (0)