mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
Exclude Object Types Coming from DacFx and tests all working as expected (#20015)
* Include Objects Coming from DacFx and tests all working as expected * Exclude Object types functionality is working as expected and Unit tests * more refactor updates * Updated comments and prop name * Addressing the coments and code updates accordingly * Updating according to the comments * STS vbump * These changes should be deleted with SC changes, not here * format fixed
This commit is contained in:
committed by
GitHub
parent
66115d8f80
commit
2b5d2f0a0b
@@ -31,6 +31,10 @@ export function getDeploymentOptions(): mssql.DeploymentOptions {
|
||||
booleanOptionsDictionary: {
|
||||
'SampleProperty1': { value: false, description: sampleDesc, displayName: sampleName },
|
||||
'SampleProperty2': { value: false, description: sampleDesc, displayName: sampleName }
|
||||
},
|
||||
objectTypesDictionary: {
|
||||
'SampleProperty1': sampleName,
|
||||
'SampleProperty2': sampleName
|
||||
}
|
||||
};
|
||||
return defaultOptions;
|
||||
|
||||
Reference in New Issue
Block a user