Remove unused test server types (#1699)

* Remove unused test server types

* Don't use secure file

* Correct password
This commit is contained in:
Charles Gagnon
2022-09-16 16:58:06 -07:00
committed by GitHub
parent 5e0302a95f
commit e763d2463d
5 changed files with 31 additions and 78 deletions

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Instances>
<Instance VersionKey="defaultSql2022">
<Instance VersionKey="sqlOnPrem">
<DataSource>[server name]</DataSource>
<UserId>[user name for SQL authentication]</UserId>
<Password>[password for SQL authentication]</Password>
</Instance>
<Instance VersionKey="defaultSqlAzureV12">
<Instance VersionKey="sqlAzure">
<DataSource>[server name]</DataSource>
<UserId>[user name for SQL authentication]</UserId>
<Password>[password for SQL authentication]</Password>