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
Copy file name to clipboardExpand all lines: src/ResourceManager/Sql/Commands.Sql/Failover Group/Cmdlet/NewAzureSqlFailoverGroup.cs
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -82,17 +82,6 @@ public class NewAzureSqlFailoverGroup : AzureSqlFailoverGroupCmdletBase
82
82
[PSDefaultValue(Help="1")]
83
83
publicintGracePeriodWithDataLossHours{get;set;}
84
84
85
-
/// <summary>
86
-
/// Gets or sets the grace period with data loss for the Sql Azure Failover Group.
87
-
/// </summary>
88
-
[Parameter(Mandatory=false,
89
-
HelpMessage="Interval before automatic failover is initiated if an outage occurs on the primary server and failover cannot be completed without data loss.")]
90
-
[ValidateNotNullOrEmpty]
91
-
[ValidateRange(0,int.MaxValue)]
92
-
[PSDefaultValue(Help="1")]
93
-
[Obsolete("This parameter will be deprecated in the next release.")]
94
-
publicintGracePeriodWithDataLossHour{get;set;}
95
-
96
85
/// <summary>
97
86
/// Gets or sets the failover policy for read only endpoint of the Sql Azure Failover Group.
Copy file name to clipboardExpand all lines: src/ResourceManager/Sql/Commands.Sql/Failover Group/Cmdlet/SetAzureSqlFailoverGroup.cs
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -69,17 +69,6 @@ public class SetAzureSqlFailoverGroup : AzureSqlFailoverGroupCmdletBase
69
69
[PSDefaultValue(Help="1")]
70
70
publicintGracePeriodWithDataLossHours{get;set;}
71
71
72
-
/// <summary>
73
-
/// Gets or sets the grace period with data loss for the Sql Azure Failover Group.
74
-
/// </summary>
75
-
[Parameter(Mandatory=false,
76
-
HelpMessage="Interval before automatic failover is initiated if an outage occurs on the primary server and failover cannot be completed without data loss.")]
77
-
[ValidateNotNullOrEmpty]
78
-
[ValidateRange(0,int.MaxValue)]
79
-
[PSDefaultValue(Help="1")]
80
-
[Obsolete("This parameter will be deprecated in the next release.")]
81
-
publicintGracePeriodWithDataLossHour{get;set;}
82
-
83
72
/// <summary>
84
73
/// Gets or sets the failover policy for read only endpoint of the Sql Azure Failover Group.
0 commit comments