mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -05:00
SsmsMin integration clean-up and improvements (#5339)
* SsmsMin integration clean-up and improvements * Fix tests
This commit is contained in:
@@ -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"]'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user