Skip to content

Commit 9722e22

Browse files
committed
Updated SetAzureSqlSerevr
1 parent de95d65 commit 9722e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Sql/Sql/Server/Cmdlet/SetAzureSqlServer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ public class SetAzureSqlServer : AzureSqlServerCmdletBase
138138
/// </summary>
139139
[Parameter(Mandatory = false,
140140
HelpMessage = "Specifies the number of days to retain a deleted server for possible restoration. Valid values are 0-7. A value of 0 disables soft-delete retention. If EnableSoftDelete is set without an explicit value, the default retention is 7 days.")]
141-
[ValidateRange(0, 7)]
142141
public int? SoftDeleteRetentionDays { get; set; }
143142

144143
/// <summary>

0 commit comments

Comments
 (0)