mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 09:35:37 -05:00
Add Azure Resource 'Sql' to MSSQL extension. (#21600)
This commit is contained in:
@@ -26,6 +26,10 @@ const ConnectionProviderContrib: IJSONSchema = {
|
||||
type: 'string',
|
||||
description: localize('schema.displayName', "Display Name for the provider")
|
||||
},
|
||||
azureResource: {
|
||||
type: 'string',
|
||||
description: localize('schema.azureResource', "Azure resource endpoint for the provider.")
|
||||
},
|
||||
notebookKernelAlias: {
|
||||
type: 'string',
|
||||
description: localize('schema.notebookKernelAlias', "Notebook Kernel Alias for the provider")
|
||||
|
||||
Reference in New Issue
Block a user