mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
Fix for getting auth token for Kusto resource (#16773)
* Fix for getting auth token for Kusto resource * Addressed comment Co-authored-by: hhh <gfhg>
This commit is contained in:
@@ -438,7 +438,8 @@ export enum AzureResource {
|
||||
AzureDevOps = 6,
|
||||
MsGraph = 7,
|
||||
AzureLogAnalytics = 8,
|
||||
AzureStorage = 9
|
||||
AzureStorage = 9,
|
||||
AzureKusto = 10
|
||||
}
|
||||
|
||||
export class TreeItem extends vsExtTypes.TreeItem {
|
||||
|
||||
Reference in New Issue
Block a user