Skip to content

Commit ea743f8

Browse files
committed
Merge branch 'main' of https://github.com/azure/azure-powershell into wyunchi/cfs
2 parents 952a837 + 9e3c891 commit ea743f8

File tree

624 files changed

+117518
-47739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

624 files changed

+117518
-47739
lines changed

NuGet.Config

+2
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121

2222

2323

24+
25+

generated/Cdn/Cdn.Autorest/Az.Cdn.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>Cdn</PsModuleName>
44
<PsRootModuleName>Cdn</PsRootModuleName>
5+
<PsModuleFolder>Cdn.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>
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 - Cdn")]
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("89d80a5c-524f-42ac-9f55-8271fa0bca3d")]
27-
[assembly: AssemblyVersion("3.3.0")]
28-
[assembly: AssemblyFileVersion("3.3.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 - Cdn")]
23+
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.3.0")]
24+
[assembly: System.Reflection.AssemblyVersionAttribute("3.3.0")]
25+
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"generate_Id": "677331c6-5d06-4b9e-88b8-c98fcbb0acfd"
2+
"generate_Id": "2e39f745-6a8f-4f9e-b6af-f62eb1f9fcef"
33
}

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzCdnEndpointContent_Purge1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzCdnEndpointContent_Purge1", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from CDN.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzCdnEndpointContent_PurgeExpanded1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzCdnEndpointContent_PurgeExpanded1", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from CDN.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzCdnEndpointContent_PurgeViaIdentity1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzCdnEndpointContent_PurgeViaIdentity1", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from CDN.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzCdnEndpointContent_PurgeViaIdentityExpanded1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzCdnEndpointContent_PurgeViaIdentityExpanded1", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from CDN.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzFrontDoorCdnEndpointContent_Purge.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzFrontDoorCdnEndpointContent_Purge", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from AzureFrontDoor.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzFrontDoorCdnEndpointContent_PurgeExpanded.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzFrontDoorCdnEndpointContent_PurgeExpanded", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from AzureFrontDoor.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzFrontDoorCdnEndpointContent_PurgeViaIdentity.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzFrontDoorCdnEndpointContent_PurgeViaIdentity", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from AzureFrontDoor.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/ClearAzFrontDoorCdnEndpointContent_PurgeViaIdentityExpanded.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] PurgeContent=>POST:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/purge"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Clear, @"AzFrontDoorCdnEndpointContent_PurgeViaIdentityExpanded", SupportsShouldProcess = true)]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'ContentPath, Domain' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' has changed from 'System.String[]' to 'System.Collections.Generic.List`1[System.String]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(bool))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Removes a content from AzureFrontDoor.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnEdgeNode_List.cs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1515
/// [OpenAPI] List=>GET:"/providers/Microsoft.Cdn/edgenodes"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzCdnEdgeNode_List")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'IPAddressGroup' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEdgeNode' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup]'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEdgeNode))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Edgenodes are the global Point of Presence (POP) locations used to deliver CDN content to end users.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnEndpoint_Get1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzCdnEndpoint_Get1")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEndpoint))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnEndpoint_GetViaIdentity1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1515
/// [OpenAPI] Get=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints/{endpointName}"
1616
/// </remarks>
1717
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzCdnEndpoint_GetViaIdentity1")]
18+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.")]
1819
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEndpoint))]
1920
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Gets an existing CDN endpoint with the specified endpoint name under the specified subscription, resource group and profile.")]
2021
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnEndpoint_List1.cs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace Microsoft.Azure.PowerShell.Cmdlets.Cdn.Cmdlets
1313
/// [OpenAPI] ListByProfile=>GET:"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/endpoints"
1414
/// </remarks>
1515
[global::System.Management.Automation.Cmdlet(global::System.Management.Automation.VerbsCommon.Get, @"AzCdnEndpoint_List1")]
16+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.CmdletBreakingChange("14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The type of property 'Origin' of type 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference' to 'System.Collections.Generic.List`1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'.")]
1617
[global::System.Management.Automation.OutputType(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEndpoint))]
1718
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Description(@"Lists existing CDN endpoints.")]
1819
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Generated]

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnLogAnalyticWafLogAnalyticMetric_Get.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public partial class GetAzCdnLogAnalyticWafLogAnalyticMetric_Get : global::Syste
4646
Description = @"",
4747
SerializedName = @"actions",
4848
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction) })]
49+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ParameterBreakingChange("Action", "14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The element type for parameter 'Action' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.", OldParamaterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1", NewParameterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction")]
4950
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.ParameterCategory.Query)]
5051
[global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction))]
5152
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction[] Action { get => this._action; set => this._action = value; }

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnLogAnalyticWafLogAnalyticMetric_GetViaIdentity.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public partial class GetAzCdnLogAnalyticWafLogAnalyticMetric_GetViaIdentity : gl
4646
Description = @"",
4747
SerializedName = @"actions",
4848
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction) })]
49+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ParameterBreakingChange("Action", "14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The element type for parameter 'Action' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.", OldParamaterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1", NewParameterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction")]
4950
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.ParameterCategory.Query)]
5051
[global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction))]
5152
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction[] Action { get => this._action; set => this._action = value; }

generated/Cdn/Cdn.Autorest/generated/cmdlets/GetAzCdnLogAnalyticWafLogAnalyticRanking_Get.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ public partial class GetAzCdnLogAnalyticWafLogAnalyticRanking_Get : global::Syst
4646
Description = @"",
4747
SerializedName = @"actions",
4848
PossibleTypes = new [] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction) })]
49+
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ParameterBreakingChange("Action", "14.0.0", "5.0.0", "2025/5/19", ChangeDescription="The element type for parameter 'Action' has been changed from 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1' to 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'.", OldParamaterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1", NewParameterType="Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction")]
4950
[global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.Category(global::Microsoft.Azure.PowerShell.Cmdlets.Cdn.ParameterCategory.Query)]
5051
[global::System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction))]
5152
public Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.WafAction[] Action { get => this._action; set => this._action = value; }

0 commit comments

Comments
 (0)