mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
* Merge from vscode 504f934659740e9d41501cad9f162b54d7745ad9 * delete unused folders * distro * Bump build node version * update chokidar * FIx hygiene errors * distro * Fix extension lint issues * Remove strict-vscode * Add copyright header exemptions * Bump vscode-extension-telemetry to fix webpacking issue with zone.js * distro * Fix failing tests (revert marked.js back to current one until we decide to update) * Skip searchmodel test * Fix mac build * temp debug script loading * Try disabling coverage * log error too * Revert "log error too" This reverts commit af0183e5d4ab458fdf44b88fbfab9908d090526f. * Revert "temp debug script loading" This reverts commit 3d687d541c76db2c5b55626c78ae448d3c25089c. * Add comments explaining coverage disabling * Fix ansi_up loading issue * Merge latest from ads * Use newer option * Fix compile * add debug logging warn * Always log stack * log more * undo debug * Update to use correct base path (+cleanup) * distro * fix compile errors * Remove strict-vscode * Fix sql editors not showing * Show db dropdown input & fix styling * Fix more info in gallery * Fix gallery asset requests * Delete unused workflow * Fix tapable resolutions for smoke test compile error * Fix smoke compile * Disable crash reporting * Disable interactive Co-authored-by: ADS Merger <karlb@microsoft.com>
227 lines
6.9 KiB
JSON
227 lines
6.9 KiB
JSON
{
|
|
"name": "azuremonitor",
|
|
"description": "%azuremonitor.description%",
|
|
"version": "0.1.8",
|
|
"publisher": "Microsoft",
|
|
"aiKey": "AIF-444c3af9-8e69-4462-ab49-4191e6ad1916",
|
|
"activationEvents": [
|
|
"*"
|
|
],
|
|
"engines": {
|
|
"vscode": "*",
|
|
"azdata": ">=1.31.0"
|
|
},
|
|
"main": "./out/main",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
|
},
|
|
"capabilities": {
|
|
"virtualWorkspaces": false,
|
|
"untrustedWorkspaces": {
|
|
"supported": true
|
|
}
|
|
},
|
|
"typings": "./src/azuremonitor",
|
|
"contributes": {
|
|
"connectionProvider": {
|
|
"providerId": "LOGANALYTICS",
|
|
"languageMode": "loganalytics",
|
|
"displayName": "%azuremonitor.displayName%",
|
|
"notebookKernelAlias": "LogAnalytics",
|
|
"azureResource": "AzureLogAnalytics",
|
|
"iconPath": [
|
|
{
|
|
"id": "azuremonitor:cloud",
|
|
"path": {
|
|
"light": "resources/light/azure_monitor_light.svg",
|
|
"dark": "resources/dark/azure_monitor_dark.svg"
|
|
},
|
|
"default": true
|
|
}
|
|
],
|
|
"connectionOptions": [
|
|
{
|
|
"specialValueType": "serverName",
|
|
"isIdentity": true,
|
|
"name": "server",
|
|
"displayName": "%azuremonitor.connectionProperties.serverName.displayName%",
|
|
"description": "%azuremonitor.connectionProperties.serverName.description%",
|
|
"groupName": "%azuremonitor.connectionProperties.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": [],
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "authType",
|
|
"isIdentity": true,
|
|
"name": "authenticationType",
|
|
"displayName": "%azuremonitor.connectionProperties.authType.displayName%",
|
|
"description": "%azuremonitor.connectionProperties.authType.description%",
|
|
"groupName": "%azuremonitor.connectionProperties.groupName.security%",
|
|
"valueType": "category",
|
|
"defaultValue": "AzureMFA",
|
|
"objectType": null,
|
|
"categoryValues": [
|
|
{
|
|
"displayName": "%azuremonitor.connectionProperties.authType.categoryValues.azureMFA%",
|
|
"name": "AzureMFA"
|
|
}
|
|
],
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "connectionName",
|
|
"isIdentity": true,
|
|
"name": "connectionName",
|
|
"displayName": "%azuremonitor.connectionProperties.connectionName.displayName%",
|
|
"description": "%azuremonitor.connectionProperties.connectionName.description%",
|
|
"groupName": "%azuremonitor.connectionProperties.groupName.source%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": false,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "userName",
|
|
"isIdentity": true,
|
|
"name": "user",
|
|
"displayName": "%azuremonitor.connectionProperties.userName.displayName%",
|
|
"description": "%azuremonitor.connectionProperties.userName.description%",
|
|
"groupName": "%azuremonitor.connectionProperties.groupName.security%",
|
|
"valueType": "string",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": true,
|
|
"isArray": false
|
|
},
|
|
{
|
|
"specialValueType": "password",
|
|
"isIdentity": true,
|
|
"name": "password",
|
|
"displayName": "%azuremonitor.connectionProperties.password.displayName%",
|
|
"description": "%azuremonitor.connectionProperties.password.description%",
|
|
"groupName": "%azuremonitor.connectionProperties.groupName.security%",
|
|
"valueType": "password",
|
|
"defaultValue": null,
|
|
"objectType": null,
|
|
"categoryValues": null,
|
|
"isRequired": true,
|
|
"isArray": false
|
|
}
|
|
]
|
|
},
|
|
"dashboard": {
|
|
"provider": "LOGANALYTICS",
|
|
"flavors": [
|
|
{
|
|
"flavor": "cloud",
|
|
"conditions": [
|
|
{
|
|
"field": "isCloud",
|
|
"operator": "==",
|
|
"value": true
|
|
}
|
|
],
|
|
"databaseProperties": [
|
|
{
|
|
"displayName": "%azuremonitor.cloud.workspaceProperties.name%",
|
|
"value": "name"
|
|
},
|
|
{
|
|
"displayName": "%azuremonitor.cloud.workspaceProperties.id%",
|
|
"value": "id"
|
|
}
|
|
],
|
|
"serverProperties": [],
|
|
"databasesListProperties": [
|
|
{
|
|
"displayName": "%azuremonitor.databasesListProperties.name%",
|
|
"value": "name",
|
|
"widthWeight": 60
|
|
},
|
|
{
|
|
"displayName": "%azuremonitor.databasesListProperties.size%",
|
|
"value": "sizeInMB",
|
|
"widthWeight": 20
|
|
}
|
|
],
|
|
"objectsListProperties": [
|
|
{
|
|
"displayName": "%azuremonitor.objectsListProperties.name%",
|
|
"value": "name",
|
|
"widthWeight": 60
|
|
},
|
|
{
|
|
"displayName": "%azuremonitor.objectsListProperties.metadataTypeName%",
|
|
"value": "metadataTypeName",
|
|
"widthWeight": 20
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"languages": [
|
|
{
|
|
"id": "loganalytics",
|
|
"aliases": [
|
|
"LogAnalytics",
|
|
"loganalytics"
|
|
],
|
|
"extensions": [
|
|
".loganalytics"
|
|
],
|
|
"configuration": "./language-configuration.json"
|
|
}
|
|
],
|
|
"grammars": [
|
|
{
|
|
"language": "loganalytics",
|
|
"scopeName": "source.azuremonitor",
|
|
"path": "./syntaxes/azuremonitor.tmLanguage"
|
|
}
|
|
],
|
|
"themes": [
|
|
{
|
|
"label": "[Kuskus] Azure Monitor Logs (Dark)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/kuskus-azuremonitorlogs-dark.json"
|
|
},
|
|
{
|
|
"label": "[Kuskus] Azure Monitor Logs 2 (Dark)",
|
|
"uiTheme": "vs-dark",
|
|
"path": "./themes/kuskus-azuremonitorlogs-2-dark.json"
|
|
}
|
|
],
|
|
"outputChannels": [
|
|
"AzureMonitorLogs"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"compile": "gulp compile-extension:azuremonitor-client",
|
|
"update-grammar": "node ../../build/npm/update-grammar.js Microsoft/vscode-azuremonitor ./syntaxes/azuremonitor.tmLanguage"
|
|
},
|
|
"dependencies": {
|
|
"dataprotocol-client": "github:Microsoft/sqlops-dataprotocolclient#1.2.2",
|
|
"figures": "^2.0.0",
|
|
"find-remove": "1.2.1",
|
|
"@microsoft/ads-service-downloader": "0.2.3",
|
|
"vscode-extension-telemetry": "0.4.2",
|
|
"vscode-languageclient": "5.2.1",
|
|
"vscode-nls": "^4.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"__metadata": {
|
|
"id": "83",
|
|
"publisherDisplayName": "Microsoft",
|
|
"publisherId": "Microsoft"
|
|
}
|
|
}
|