Skip to content

Commit

Permalink
removing EnableLedger from Set-AzureSqlDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
rewongmicrosoft committed May 14, 2021
1 parent b24ecb7 commit efef183
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,6 @@ public class SetAzureSqlDatabase : AzureSqlDatabaseCmdletBase<IEnumerable<AzureS
HelpMessage = "The Maintenance configuration id for the SQL Database.")]
public string MaintenanceConfigurationId { get; set; }

/// <summary>
/// Gets or sets the ledger option to assign to the Azure SQL Database
/// </summary>
[Parameter(Mandatory = false,
HelpMessage = "The enable ledger option for the Azure Sql Database")]
public SwitchParameter EnableLedger { get; set; }

/// <summary>
/// Overriding to add warning message
/// </summary>
Expand Down

0 comments on commit efef183

Please sign in to comment.