File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ResourceManager/Sql/Commands.Sql/Replication/Cmdlet Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ namespace Microsoft.Azure.Commands.Sql.Replication.Cmdlet
25
25
/// Cmdlet to fail over Azure SQL Database Replication Link to the secondary database
26
26
/// </summary>
27
27
[ Cmdlet ( VerbsCommon . Set , "AzureSqlDatabaseSecondary" ,
28
- DefaultParameterSetName = ByDatabaseName ,
28
+ DefaultParameterSetName = NoOptionsSet ,
29
29
ConfirmImpact = ConfirmImpact . Medium ) ]
30
30
public class SetAzureSqlDatabaseSecondary : AzureSqlDatabaseSecondaryCmdletBase
31
31
{
32
32
/// <summary>
33
33
/// ParameterSet to set properties for a given Azure SQL Database Secondary
34
34
/// </summary>
35
- internal const string ByDatabaseName = "ByDatabaseName " ;
35
+ internal const string NoOptionsSet = "NoOptionsSet " ;
36
36
37
37
/// <summary>
38
38
/// ParameterSet to get a Replication Link by its partner Azure SQL Server Name
You can’t perform that action at this time.
0 commit comments