mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
Added UI for user to accept EULA when deploying sql proj to docker container (#17762)
This commit is contained in:
@@ -117,7 +117,8 @@ describe('Publish Database Dialog', () => {
|
||||
password: '',
|
||||
port: 1433,
|
||||
serverName: 'localhost',
|
||||
userName: 'sa'
|
||||
userName: 'sa',
|
||||
dockerBaseImageEula: ''
|
||||
|
||||
},
|
||||
deploySettings: {
|
||||
|
||||
Reference in New Issue
Block a user