mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -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:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -861,7 +861,11 @@ declare module 'azdata' {
|
||||
/**
|
||||
* Azure Storage
|
||||
*/
|
||||
AzureStorage = 9
|
||||
AzureStorage = 9,
|
||||
/**
|
||||
* Kusto
|
||||
*/
|
||||
AzureKusto = 10
|
||||
}
|
||||
|
||||
export interface ButtonProperties {
|
||||
|
||||
Reference in New Issue
Block a user