mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -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:
@@ -58,7 +58,9 @@ export enum AzureResource {
|
||||
MicrosoftResourceManagement = 5,
|
||||
AzureDevOps = 6,
|
||||
MsGraph = 7,
|
||||
AzureLogAnalytics = 8
|
||||
AzureLogAnalytics = 8,
|
||||
AzureStorage = 9,
|
||||
AzureKusto = 10
|
||||
}
|
||||
|
||||
export interface IAccountStore {
|
||||
|
||||
Reference in New Issue
Block a user