Skip to content

Commit 5e595c1

Browse files
[skip ci] Archive 508b94b (#28246)
1 parent 3883509 commit 5e595c1

13 files changed

+41
-1
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the Apache License, Version 2.0 (the ""License"");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
// http://www.apache.org/licenses/LICENSE-2.0
6+
// Unless required by applicable law or agreed to in writing, software
7+
// distributed under the License is distributed on an ""AS IS"" BASIS,
8+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9+
// See the License for the specific language governing permissions and
10+
// limitations under the License.
11+
// Code generated by Microsoft (R) AutoRest Code Generator.Changes may cause incorrect behavior and will be lost if the code
12+
// is regenerated.
13+
14+
using System;
15+
using System.Reflection;
16+
using System.Runtime.CompilerServices;
17+
using System.Runtime.InteropServices;
18+
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 - DiagnosticSetting")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("6.0.2")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("6.0.2")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
27+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "c5c70d3a-756d-4a6b-aad1-fe0e0747df71"
2+
"generate_Id": "a61cca1c-3798-4b51-9d48-f8981ebf9903"
33
}

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSettingCategory_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettingsCategories/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSettingCategory_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"CategoryGroup"}, NewOutputProperties=new string[] {"CategoryGroup"}, ChangeDescription="The type of the property CategoryGroup will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the diagnostic settings category for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSettingCategory_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettingsCategories/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSettingCategory_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"CategoryGroup"}, NewOutputProperties=new string[] {"CategoryGroup"}, ChangeDescription="The type of the property CategoryGroup will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the diagnostic settings category for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSettingCategory_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.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettingsCategories"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSettingCategory_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"CategoryGroup"}, NewOutputProperties=new string[] {"CategoryGroup"}, ChangeDescription="The type of the property CategoryGroup will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsCategoryResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Lists the diagnostic settings categories for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSetting_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSetting_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Log","Metric"}, NewOutputProperties=new string[] {"Log","Metric"}, ChangeDescription="The types of the properties Log and Metric will be changed from single object or fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the active diagnostic settings for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSetting_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSetting_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Log","Metric"}, NewOutputProperties=new string[] {"Log","Metric"}, ChangeDescription="The types of the properties Log and Metric will be changed from single object or fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the active diagnostic settings for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzDiagnosticSetting_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.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] List=>GET:"/{resourceUri}/providers/Microsoft.Insights/diagnosticSettings"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzDiagnosticSetting_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Log","Metric"}, NewOutputProperties=new string[] {"Log","Metric"}, ChangeDescription="The types of the properties Log and Metric will be changed from single object or fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.IDiagnosticSettingsResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the active diagnostic settings list for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzSubscriptionDiagnosticSetting_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/diagnosticSettings/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzSubscriptionDiagnosticSetting_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Log"}, NewOutputProperties=new string[] {"Log"}, ChangeDescription="The type of the property Log will be changed from single object or fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the active subscription diagnostic settings for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

generated/Monitor/DiagnosticSetting.Autorest/generated/cmdlets/GetAzSubscriptionDiagnosticSetting_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Insights/diagnosticSettings/{name}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzSubscriptionDiagnosticSetting_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"Log"}, NewOutputProperties=new string[] {"Log"}, ChangeDescription="The type of the property Log will be changed from single object or fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Models.Api20210501Preview.ISubscriptionDiagnosticSettingsResource))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Description(@"Gets the active subscription diagnostic settings for the specified resource.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Monitor.DiagnosticSetting.Generated]

0 commit comments

Comments
 (0)