mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
SQL Bindings - Adds Views support for Create Azure Function with SQL Binding (#19894)
* add views logic * add views tests * address PR and Figma comments * add ObjectType Enum to be used as a parameter * add comment
This commit is contained in:
@@ -37,7 +37,7 @@ export enum CreateAzureFunctionStep {
|
||||
getSelectedFolder = 'getSelectedFolder',
|
||||
getBindingType = 'getBindingType',
|
||||
launchFromCommandPalette = 'launchFromCommandPalette',
|
||||
launchFromTable = 'launchFromTable',
|
||||
launchFromObjectExplorer = 'launchFromObjectExplorer',
|
||||
getConnectionProfile = 'getConnectionProfile',
|
||||
getDatabase = 'getDatabase',
|
||||
getObjectName = 'getObjectName',
|
||||
@@ -54,4 +54,4 @@ export enum ExitReason {
|
||||
timeout = 'timeout',
|
||||
error = 'error',
|
||||
exit = 'exit'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user