You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Defines the Enable-AzCustomDomainHttps cmdlet.
28
28
/// </summary>
29
+
[CmdletOutputBreakingChangeAttribute(typeof(PSFrontendEndpoint),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="System.Boolean",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontendEndpoint'.")]
/// Defines the Enable-AzCustomDomainHttps cmdlet.
29
29
/// </summary>
30
+
[CmdletOutputBreakingChangeAttribute(typeof(PSFrontendEndpoint),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="System.Boolean",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontendEndpoint'.")]
[CmdletOutputBreakingChangeAttribute(typeof(PSFrontDoor),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontend'.")]
/// Defines the Get-FrontDoorFrontendEndpoint cmdlet.
29
29
/// </summary>
30
+
[CmdletOutputBreakingChangeAttribute(typeof(PSFrontendEndpoint),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontendEndpoint'.")]
@@ -57,6 +58,7 @@ public class GetFrontDoorFrontendEndpoint : AzureFrontDoorCmdletBase
57
58
/// <summary>
58
59
///The Front Door object.
59
60
/// </summary>
61
+
[CmdletParameterBreakingChangeWithVersion("FrontDoorObject","15.0.0","6.0.0",OldParameterType=typeof(PSFrontDoor),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",ChangeDescription="The element type for parameter 'RoutingRule' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSRoutingRule' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule'.")]
[CmdletOutputBreakingChangeAttribute(typeof(PSRulesEngine),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRulesEngine",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSRulesEngine'.")]
/// Defines the Get-AzFrontDoorWafManagedRuleSetDefinition cmdlet.
28
28
/// </summary>
29
+
[CmdletOutputBreakingChangeAttribute(typeof(PSManagedRuleSetDefinition),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSetDefinition",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSManagedRuleSetDefinition'.")]
/// Defines the Get-AzFrontDoorFireWallPolicy cmdlet.
28
28
/// </summary>
29
+
[CmdletOutputBreakingChangeAttribute(typeof(PSPolicy),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IWebApplicationFirewallPolicy",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSPolicy'.")]
[CmdletOutputBreakingChangeAttribute(typeof(PSFrontDoor),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoor",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontend'.")]
@@ -47,30 +48,35 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
47
48
/// <summary>
48
49
/// Routing rules associated with this Front Door
49
50
/// </summary>
51
+
[CmdletParameterBreakingChangeWithVersion("RoutingRule","15.0.0","6.0.0",OldParameterType=typeof(PSRoutingRule),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule[]",ChangeDescription="The element type for parameter 'RoutingRule' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSRoutingRule' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IRoutingRule'.")]
50
52
[Parameter(Mandatory=true,HelpMessage="Routing rules associated with this Front Door")]
51
53
publicPSRoutingRule[]RoutingRule{get;set;}
52
54
53
55
/// <summary>
54
56
/// Backendpools available to routing rule.
55
57
/// </summary>
58
+
[CmdletParameterBreakingChangeWithVersion("BackendPool","15.0.0","6.0.0",OldParameterType=typeof(PSBackendPool),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool[]",ChangeDescription="The element type for parameter 'BackendPool' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSBackendPool' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPool'.")]
56
59
[Parameter(Mandatory=true,HelpMessage="Backendpools available to routing rule.")]
57
60
publicPSBackendPool[]BackendPool{get;set;}
58
61
59
62
/// <summary>
60
63
/// Frontend endpoints available to routing rule.
61
64
/// </summary>
65
+
[CmdletParameterBreakingChangeWithVersion("FrontendEndpoint","15.0.0","6.0.0",OldParameterType=typeof(PSFrontendEndpoint),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint[]",ChangeDescription="The element type for parameter 'FrontendEndpoint' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontendEndpoint' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontendEndpoint'.")]
62
66
[Parameter(Mandatory=true,HelpMessage="Frontend endpoints available to routing rule.")]
/// Load balancing settings associated with this Front Door instance.
67
71
/// </summary>
72
+
[CmdletParameterBreakingChangeWithVersion("LoadBalancingSetting","15.0.0","6.0.0",OldParameterType=typeof(PSLoadBalancingSetting),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel[]",ChangeDescription="The element type for parameter 'LoadBalancingSetting' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSLoadBalancingSetting' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ILoadBalancingSettingsModel'.")]
68
73
[Parameter(Mandatory=true,HelpMessage="Load balancing settings associated with this Front Door instance.")]
/// Health probe settings associated with this Front Door instance.
73
78
/// </summary>
79
+
[CmdletParameterBreakingChangeWithVersion("HealthProbeSetting","15.0.0","6.0.0",OldParameterType=typeof(PSHealthProbeSetting),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel[]",ChangeDescription="The element type for parameter 'HealthProbeSetting' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSHealthProbeSetting' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IHealthProbeSettingsModel'.")]
74
80
[Parameter(Mandatory=true,HelpMessage="Health probe settings associated with this Front Door instance.")]
@@ -83,6 +89,7 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
83
89
/// <summary>
84
90
/// Enabled state of the Front Door load balancer.
85
91
/// </summary>
92
+
[CmdletParameterBreakingChangeWithVersion("EnabledState","15.0.0","6.0.0",OldParameterType=typeof(PSEnabledState),NewParameterTypeName="System.String",ChangeDescription="no longer supports the type 'Microsoft.Azure.Commands.FrontDoor.Models.PSEnabledState' for parameter 'EnabledState'.")]
86
93
[Parameter(Mandatory=false,HelpMessage="Enabled state of the Front Door load balancer. Default value is Enabled")]
87
94
publicPSEnabledStateEnabledState{get;set;}
88
95
@@ -96,6 +103,7 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
96
103
/// <summary>
97
104
/// Settings for all backendPools
98
105
/// </summary>
106
+
[CmdletParameterBreakingChangeWithVersion("BackendPoolsSetting","15.0.0","6.0.0",OldParameterType=typeof(PSBackendPoolsSetting),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackendPoolsSettings",ChangeDescription="no longer supports the type 'Microsoft.Azure.Commands.FrontDoor.Models.PSBackendPoolsSetting' for parameter 'BackendPoolsSetting'.")]
/// Defines the New-AzFrontDoorRoutingRuleObject cmdlet.
24
24
/// </summary>
25
+
[CmdletOutputBreakingChangeAttribute(typeof(PSBackend),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.Backend",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSBackend'.")]
@@ -63,6 +64,7 @@ public class NewFrontDoorBackendObject : AzureFrontDoorCmdletBase
63
64
/// <summary>
64
65
/// Whether to enable use of this backend.
65
66
/// </summary>
67
+
[CmdletParameterBreakingChangeWithVersion("EnabledState","15.0.0","6.0.0",OldParameterType=typeof(PSEnabledState),NewParameterTypeName="System.String",ChangeDescription="no longer supports the type 'Microsoft.Azure.Commands.FrontDoor.Models.PSEnabledState' for parameter 'EnabledState'.")]
66
68
[Parameter(Mandatory=false,HelpMessage="Whether to enable use of this backend. Default value is Enabled")]
/// Defines the New-AzFrontDoorBackendPoolObject cmdlet.
24
24
/// </summary>
25
+
[CmdletOutputBreakingChangeAttribute(typeof(PSBackendPool),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BackendPool",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSBackendPool'.")]
@@ -49,6 +50,7 @@ public class NewFrontDoorBackendPoolObject : AzureFrontDoorCmdletBase
49
50
/// <summary>
50
51
/// The set of backends for this pool.
51
52
/// </summary>
53
+
[CmdletParameterBreakingChangeWithVersion("Backend","15.0.0","6.0.0",OldParameterType=typeof(PSBackend),NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend[]",ChangeDescription="The element type for parameter 'Backend' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSBackend' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBackend'.")]
52
54
[Parameter(Mandatory=true,HelpMessage="The set of backends for this pool.")]
0 commit comments