mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Include Object Types logic refactored and options fetching from DacFx (#20031)
* Include Object Types logic refactored and options fetching from DacFx * Removed localized object types constants * Prop name updated and references and tests updated * updated comments * STS vBump * updating the test file to pass the PR Validations
This commit is contained in:
committed by
GitHub
parent
2b5d2f0a0b
commit
54d4098f85
@@ -118,7 +118,7 @@ export function getDeploymentOptions(): mssql.DeploymentOptions {
|
||||
'SampleDisplayOption1': { value: false, description: sampleDesc, displayName: sampleName },
|
||||
'SampleDisplayOption2': { value: false, description: sampleDesc, displayName: sampleName }
|
||||
},
|
||||
includeObjectsDictionary: {
|
||||
objectTypesDictionary: {
|
||||
'SampleProperty1': sampleName,
|
||||
'SampleProperty2': sampleName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user