Skip to content

Commit c3cc711

Browse files
author
Nemanja Mijatovic (E-Search)
committed
Remove completer argument.
1 parent 3f31905 commit c3cc711

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Sql/Sql/Common/Constants.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@ public class Constants
3232
public const string ComputeGenerationGen5 = "Gen5";
3333
public const string CollationSqlLatin1 = "SQL_Latin1_General_CP1_CI_AS";
3434
public const string CollationLatin1 = "Latin1_General_100_CS_AS_SC";
35-
public const string TimeZoneUtc = "UTC";
3635
}
3736
}

src/Sql/Sql/ManagedInstance/Cmdlet/NewAzureSqlManagedInstance.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ public class NewAzureSqlManagedInstance : ManagedInstanceCmdletBase
173173
[Parameter(Mandatory = false,
174174
HelpMessage = "The time zone id for the instance to set. A list of time zone ids is exposed through the sys.time_zone_info (Transact-SQL) view.")]
175175
[ValidateNotNullOrEmpty]
176-
[PSArgumentCompleter(Constants.TimeZoneUtc)]
177176
public string TimezoneId { get; set; }
178177

179178
/// <summary>

0 commit comments

Comments
 (0)