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:
Monica Gupta
2021-08-13 14:50:42 -07:00
committed by GitHub
parent 21a1db1045
commit 5049bf0c7f
8 changed files with 28 additions and 5 deletions

View File

@@ -861,7 +861,11 @@ declare module 'azdata' {
/**
* Azure Storage
*/
AzureStorage = 9
AzureStorage = 9,
/**
* Kusto
*/
AzureKusto = 10
}
export interface ButtonProperties {