File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments