Add Azure Monitor Extension (#15397)

* Added Azure Log Analytics resource for generating AAD Token.

* Fixed AzureResource

* Removed debug code from connectionManagementService

* Moved AzureLogAnalytics from AzureResource enum in azdata.d.ts to azdata.proposed.d.ts.  Added azureLogAnalyticsResource to all azureSettings in providerSettings.ts

* Updated endpoint for generating AAD Token for LogAnalytics for UsGov, UsNat, and China

* Initial Commit of Azure Monitor Extension

* Added extension name to azuremonitor package strings

* Removed azureMonitor resource from germanyCloud in providerSettings

* Added logic to exclude menuItems in object explorer for LogAnalytics

* Changed exe from AzureMonitor to Kusto

* Added if clause for queryName for new queries

* Changed queryWindow name from KustoQuery to KQLQuery for Kusto and LogAnalytics.

* Added LogAnalytics for setTaskBarContent

* Added serialization and telemetry feature classes to AzureMonitor. Added references for azdata and vscode.

* Added azure monitor light and dark icons

* Added config for Dashboard in package.json

* Added workspace information to dashboard

* Added language support for LogAnalytics

* Added Notebook support

* Added Hide flag to package.json for databaseName

* Changed providerId from LogAnalytics to LOGANALYTICS

* Changed Workspace to Workspace ID in package.nls.json

* Added support for Azure Widget browser

* Changed fullName to use workspaceId when connecting

* Changed providerId from alertsManagement to azureMonitor

* Added .gitignore and *.vsix to vscodeignore.

* Removed unused devDependencies

* Code Review Feedback

* Changed tsconfig.json to match Kusto and Sql

* Changed package.json to match kusto package.

* Changed tsconfig to validate unused params and implictAny. Changed existing code to satisfy build.

* Fixed tsconfig to use the correct base class.

* Added objectExplorerNodeProvider and all related classes.

* Removed unused tmLanguage file

* Added logic to to download extension from toolservice

* Fixed launchArgs. Removed commented code from extension.ts. Changed config.json to use net5.0

* Added displayName to package.nls.json. Removed hide flag from databaseName. Other code review feedback.

* Added readme info to AzureMonitor

* Removed unused client-error-handler and ui-references files. Combined outputChannel in azuremonitorServer. Removed TODO from contextProvider. Renamed function in extension.ts. Removed unneeded 'use strict' from cancelableStream.ts. Removed second outputChannel from objectExplorerNodeProvider.

* Removed unused files
This commit is contained in:
Justin M
2021-07-06 15:27:19 -07:00
committed by GitHub
parent 9ac1f16cea
commit 48b7d96999
65 changed files with 3788 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.16207 4.40796H5.45432V6.53124H6.16207V4.40796Z" fill="white"/>
<path d="M7.5776 5.11572H6.86984V6.53124H7.5776V5.11572Z" fill="white"/>
<path d="M8.9931 2.99243H8.28534V6.53123H8.9931V2.99243Z" fill="white"/>
<path d="M3.68494 4.42278C3.6848 3.64991 3.91385 2.89435 4.34313 2.25167C4.77241 1.60899 5.38264 1.10804 6.09664 0.812175C6.81063 0.516314 7.59633 0.438831 8.35437 0.589524C9.1124 0.740218 9.80872 1.11232 10.3553 1.65877C10.9018 2.20522 11.2741 2.90148 11.4249 3.65948C11.5757 4.41749 11.4984 5.2032 11.2026 5.91726C10.9069 6.63131 10.4061 7.24162 9.76346 7.67102C9.12086 8.10042 8.36535 8.32961 7.59248 8.32961" stroke="white" stroke-miterlimit="10"/>
<path d="M7.59248 8.32956H3.68494V4.42273" stroke="white" stroke-miterlimit="10"/>
<path d="M2.62328 6.53125H0.5V8.65453H2.62328V6.53125Z" fill="white"/>
<path d="M2.62328 9.36218H0.5V11.4855H2.62328V9.36218Z" fill="white"/>
<path d="M5.45433 9.36218H3.33105V11.4855H5.45433V9.36218Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB