Swapping Record usage to Map in SQL Projects (#22758)

* Changing SqlCmdVars from Record to Map

* Converting the rest

* Updating tests

* more cleanup

* Updating test to use new test creation API
This commit is contained in:
Benjin Dubishar
2023-04-17 12:56:39 -07:00
committed by GitHub
parent 4a4580e9ef
commit 02e61d1598
21 changed files with 132 additions and 138 deletions

View File

@@ -248,7 +248,7 @@ declare module 'sqldbproj' {
/**
* SqlCmd variables and their values
*/
readonly sqlCmdVariables: Record<string, string>;
readonly sqlCmdVariables: Map<string, string>;
/**
* Pre-deployment scripts in this project