Skip to content

Commit 252e6b7

Browse files
[skip ci] Archive 9901125 (#28654)
1 parent 18fead6 commit 252e6b7

25 files changed

+60
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 - Monitors")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.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": "9d23f448-c71b-4310-810c-9dafc2db4b0c"
2+
"generate_Id": "1bd77127-8d0c-4384-95f3-1728d894bee0"
33
}

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsMonitor_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.Workloads.Monitors.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsMonitor_Get")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitor))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsMonitor_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.Workloads.Monitors.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsMonitor_GetViaIdentity")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitor))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsMonitor_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1515
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Microsoft.Workloads/monitors"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsMonitor_List")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitor))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsMonitor_List1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1313
/// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsMonitor_List1")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IMonitor))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets a list of SAP monitors in the specified resource group.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsProviderInstance_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1616
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}/providerInstances/{providerInstanceName}"
1717
/// </remarks>
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsProviderInstance_Get")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderInstance))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsProviderInstance_GetViaIdentity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1616
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}/providerInstances/{providerInstanceName}"
1717
/// </remarks>
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsProviderInstance_GetViaIdentity")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderInstance))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsProviderInstance_List.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1616
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}/providerInstances"
1717
/// </remarks>
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsProviderInstance_List")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.IProviderInstance))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

generated/Workloads/Monitors.Autorest/generated/cmdlets/GetAzWorkloadsSapLandscapeMonitor_Get.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Cmdlets
1616
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/monitors/{monitorName}/sapLandscapeMonitor/default"
1717
/// </remarks>
1818
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzWorkloadsSapLandscapeMonitor_Get")]
19+
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Runtime.PreviewMessage("*****************************************************************************************\r\n* This cmdlet will undergo a breaking change in Az v15.0.0, to be released on November 19th 2025. *\r\n* At least one change applies to this cmdlet. *\r\n* See all possible breaking changes at https://go.microsoft.com/fwlink/?linkid=2333486 *\r\n**************************************************************************************************")]
1920
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Models.Api20230401.ISapLandscapeMonitor))]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Description(@"Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.")]
2122
[global::Microsoft.Azure.PowerShell.Cmdlets.Workloads.Monitors.Generated]

0 commit comments

Comments
 (0)