SsmsMin integration clean-up and improvements (#5339)

* SsmsMin integration clean-up and improvements

* Fix tests
This commit is contained in:
Charles Gagnon
2019-05-03 08:44:21 -07:00
committed by GitHub
parent c7f5278430
commit ab22b93ce0
2 changed files with 37 additions and 12 deletions

View File

@@ -19,7 +19,6 @@ describe('buildSsmsMinCommandArgs Method Tests', () => {
server: 'myServer',
database: 'myDatabase',
user: 'user',
password: 'password',
useAad: false,
urn: 'Server\\Database\\Table'
};
@@ -33,7 +32,6 @@ describe('buildSsmsMinCommandArgs Method Tests', () => {
server: 'myServer',
database: 'myDatabase',
user: 'user',
password: 'password',
useAad: true,
urn: 'Server\\Database\\Table'
};
@@ -48,7 +46,6 @@ describe('buildSsmsMinCommandArgs Method Tests', () => {
server: 'myServer\'"/\\[]tricky',
database: 'myDatabase\'"/\\[]tricky',
user: 'user\'"/\\[]tricky',
password: 'password',
useAad: true,
urn: 'Server\\Database[\'myDatabase\'\'"/\\[]tricky\']\\Table["myTable\'""/\\[]tricky"]'
};