Skip to content

Commit e92a8e2

Browse files
[skip ci] Archive 66906f6 (#28261)
1 parent 2eb9a5d commit e92a8e2

18 files changed

+49
-16
lines changed
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
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 - Nginx")]
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)]
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 - Nginx")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("1.2.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
2327

24-
[assembly: ComVisible(false)]
25-
[assembly: CLSCompliant(false)]
26-
[assembly: Guid("a1050523-d095-48ce-904c-fb611ed1acf2")]
27-
[assembly: AssemblyVersion("1.2.0")]
28-
[assembly: AssemblyFileVersion("1.2.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "dc86614f-f9d2-437f-9eca-995cd2e6d9fa"
2+
"generate_Id": "694104b6-7711-4bb8-86c7-ccfffb3b2bc9"
33
}

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxConfiguration_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.Nginx.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations/{configurationName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxConfiguration_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, NewOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, ChangeDescription="The types of the properties File, ProtectedFile and PackageProtectedFile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"Get the NGINX configuration of given NGINX deployment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxConfiguration_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.Nginx.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations/{configurationName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxConfiguration_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, NewOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, ChangeDescription="The types of the properties File, ProtectedFile and PackageProtectedFile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"Get the NGINX configuration of given NGINX deployment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxConfiguration_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.Nginx.Cmdlets
1313
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxConfiguration_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, NewOutputProperties=new string[] {"File","ProtectedFile","PackageProtectedFile"}, ChangeDescription="The types of the properties File, ProtectedFile and PackageProtectedFile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxConfiguration))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"List the NGINX configuration of given NGINX deployment.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxDeployment_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.Nginx.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxDeployment_Get")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, NewOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, ChangeDescription="The types of the properties PrivateIPAddress, ProtectedFile and AutoScaleSettingProfile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"Get the NGINX deployment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxDeployment_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.Nginx.Cmdlets
1313
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxDeployment_GetViaIdentity")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, NewOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, ChangeDescription="The types of the properties PrivateIPAddress, ProtectedFile and AutoScaleSettingProfile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"Get the NGINX deployment")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxDeployment_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.Nginx.Cmdlets
1313
/// [OpenAPI] List=>GET:"/subscriptions/{subscriptionId}/providers/Nginx.NginxPlus/nginxDeployments"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxDeployment_List")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, NewOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, ChangeDescription="The types of the properties PrivateIPAddress, ProtectedFile and AutoScaleSettingProfile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"List the NGINX deployments resources")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/GetAzNginxDeployment_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.Nginx.Cmdlets
1313
/// [OpenAPI] ListByResourceGroup=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzNginxDeployment_List1")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment", "15.0.0", "2.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, NewOutputProperties=new string[] {"PrivateIPAddress","PublicIPAddress","AutoScaleSettingProfile"}, ChangeDescription="The types of the properties PrivateIPAddress, ProtectedFile and AutoScaleSettingProfile will be changed from fixed array to 'List'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.INginxDeployment))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"List all NGINX deployments under the specified resource group.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

generated/Nginx/Nginx.Autorest/generated/cmdlets/InvokeAzNginxAnalysisConfiguration_Analysis.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Nginx.Cmdlets
1313
/// [OpenAPI] Analysis=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Nginx.NginxPlus/nginxDeployments/{deploymentName}/configurations/{configurationName}/analyze"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsLifecycle.Invoke, @"AzNginxAnalysisConfiguration_Analysis", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.ParameterSetBreakingChange(new string[] {"Analysis"}, "15.0.0", "7.0.0", "2025/11/03", ChangeDescription="The parameter set 'Analysis' and 'AnalysisViaIdentity' will be removed.")]
17+
[Microsoft.Azure.PowerShell.Cmdlets.Nginx.Runtime.OutputBreakingChange("Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisResult", "15.0.0", "7.0.0", "2025/11/03", DeprecatedOutputProperties=new string[] {"DataError"}, NewOutputProperties=new string[] {"DataError"}, ChangeDescription="The type of the property DataError will be changed from fixed array to 'List'.")]
1618
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Nginx.Models.Api202401Preview.IAnalysisResult))]
1719
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Description(@"Analyze an NGINX configuration without applying it to the NGINXaaS deployment")]
1820
[global::Microsoft.Azure.PowerShell.Cmdlets.Nginx.Generated]

0 commit comments

Comments
 (0)