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
29
/// </summary>
30
+
[CmdletOutputBreakingChangeWithVersion(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
30
/// </summary>
31
+
[CmdletOutputBreakingChangeWithVersion(typeof(PSFrontendEndpoint),"15.0.0","6.0.0",ReplacementCmdletOutputTypeName="System.Boolean",ChangeDescription="no longer has output type 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontendEndpoint'.")]
[CmdletOutputBreakingChangeWithVersion(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.PSFrontDoor'.")]
/// Defines the Get-FrontDoorFrontendEndpoint cmdlet.
29
30
/// </summary>
31
+
[CmdletOutputBreakingChangeWithVersion(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 +59,7 @@ public class GetFrontDoorFrontendEndpoint : AzureFrontDoorCmdletBase
57
59
/// <summary>
58
60
///The Front Door object.
59
61
/// </summary>
62
+
[CmdletParameterBreakingChangeWithVersion("FrontDoorObject","15.0.0","6.0.0",NewParameterTypeName="Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity",ChangeDescription="The element type for parameter 'FrontDoorObject' has been changed from 'Microsoft.Azure.Commands.FrontDoor.Models.PSFrontDoor' to 'Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IFrontDoorIdentity'.")]
[CmdletOutputBreakingChangeWithVersion(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
29
/// </summary>
30
+
[CmdletOutputBreakingChangeWithVersion(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
29
/// </summary>
30
+
[CmdletOutputBreakingChangeWithVersion(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'.")]
[CmdletOutputBreakingChangeWithVersion(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.PSFrontDoor'.")]
@@ -47,30 +49,35 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
47
49
/// <summary>
48
50
/// Routing rules associated with this Front Door
49
51
/// </summary>
52
+
[CmdletParameterBreakingChangeWithVersion("RoutingRule","15.0.0","6.0.0",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
53
[Parameter(Mandatory=true,HelpMessage="Routing rules associated with this Front Door")]
51
54
publicPSRoutingRule[]RoutingRule{get;set;}
52
55
53
56
/// <summary>
54
57
/// Backendpools available to routing rule.
55
58
/// </summary>
59
+
[CmdletParameterBreakingChangeWithVersion("BackendPool","15.0.0","6.0.0",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
60
[Parameter(Mandatory=true,HelpMessage="Backendpools available to routing rule.")]
57
61
publicPSBackendPool[]BackendPool{get;set;}
58
62
59
63
/// <summary>
60
64
/// Frontend endpoints available to routing rule.
61
65
/// </summary>
66
+
[CmdletParameterBreakingChangeWithVersion("FrontendEndpoint","15.0.0","6.0.0",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
67
[Parameter(Mandatory=true,HelpMessage="Frontend endpoints available to routing rule.")]
/// Load balancing settings associated with this Front Door instance.
67
72
/// </summary>
73
+
[CmdletParameterBreakingChangeWithVersion("LoadBalancingSetting","15.0.0","6.0.0",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
74
[Parameter(Mandatory=true,HelpMessage="Load balancing settings associated with this Front Door instance.")]
/// Health probe settings associated with this Front Door instance.
73
79
/// </summary>
80
+
[CmdletParameterBreakingChangeWithVersion("HealthProbeSetting","15.0.0","6.0.0",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
81
[Parameter(Mandatory=true,HelpMessage="Health probe settings associated with this Front Door instance.")]
@@ -83,6 +90,7 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
83
90
/// <summary>
84
91
/// Enabled state of the Front Door load balancer.
85
92
/// </summary>
93
+
[CmdletParameterBreakingChangeWithVersion("EnabledState","15.0.0","6.0.0",NewParameterTypeName="System.String",ChangeDescription="no longer supports the type 'Microsoft.Azure.Commands.FrontDoor.Models.PSEnabledState' for parameter 'EnabledState'.")]
86
94
[Parameter(Mandatory=false,HelpMessage="Enabled state of the Front Door load balancer. Default value is Enabled")]
87
95
publicPSEnabledStateEnabledState{get;set;}
88
96
@@ -96,6 +104,7 @@ public class NewFrontDoor : AzureFrontDoorCmdletBase
96
104
/// <summary>
97
105
/// Settings for all backendPools
98
106
/// </summary>
107
+
[CmdletParameterBreakingChangeWithVersion("BackendPoolsSetting","15.0.0","6.0.0",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
25
/// </summary>
26
+
[CmdletOutputBreakingChangeWithVersion(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 +65,7 @@ public class NewFrontDoorBackendObject : AzureFrontDoorCmdletBase
63
65
/// <summary>
64
66
/// Whether to enable use of this backend.
65
67
/// </summary>
68
+
[CmdletParameterBreakingChangeWithVersion("EnabledState","15.0.0","6.0.0",NewParameterTypeName="System.String",ChangeDescription="no longer supports the type 'Microsoft.Azure.Commands.FrontDoor.Models.PSEnabledState' for parameter 'EnabledState'.")]
66
69
[Parameter(Mandatory=false,HelpMessage="Whether to enable use of this backend. Default value is Enabled")]
0 commit comments