Skip to content

Commit efef183

Browse files
removing EnableLedger from Set-AzureSqlDatabase
1 parent b24ecb7 commit efef183

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,6 @@ public class SetAzureSqlDatabase : AzureSqlDatabaseCmdletBase<IEnumerable<AzureS
257257
HelpMessage = "The Maintenance configuration id for the SQL Database.")]
258258
public string MaintenanceConfigurationId { get; set; }
259259

260-
/// <summary>
261-
/// Gets or sets the ledger option to assign to the Azure SQL Database
262-
/// </summary>
263-
[Parameter(Mandatory = false,
264-
HelpMessage = "The enable ledger option for the Azure Sql Database")]
265-
public SwitchParameter EnableLedger { get; set; }
266-
267260
/// <summary>
268261
/// Overriding to add warning message
269262
/// </summary>

0 commit comments

Comments
 (0)