Skip to content

Commit dfb3d95

Browse files
author
Nemanja Mijatovic (E-Search)
committed
Send time zone parameter
1 parent 4b22c5a commit dfb3d95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ public override void ExecuteCmdlet()
248248
SubnetId = this.SubnetId,
249249
VCores = this.VCore,
250250
Sku = Sku,
251-
Collation = this.Collation
251+
Collation = this.Collation,
252+
TimezoneId = this.TimezoneId,
252253
});
253254
return newEntity;
254255
}

0 commit comments

Comments
 (0)