We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24ecb7 commit efef183Copy full SHA for efef183
src/Sql/Sql/Database/Cmdlet/SetAzureSqlDatabase.cs
@@ -257,13 +257,6 @@ public class SetAzureSqlDatabase : AzureSqlDatabaseCmdletBase<IEnumerable<AzureS
257
HelpMessage = "The Maintenance configuration id for the SQL Database.")]
258
public string MaintenanceConfigurationId { get; set; }
259
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
-
267
/// <summary>
268
/// Overriding to add warning message
269
/// </summary>
0 commit comments