mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
5
extensions/azurecore/src/azurecore.d.ts
vendored
5
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -118,6 +118,11 @@ declare module 'azurecore' {
|
||||
*/
|
||||
azureDevOpsResource?: Resource;
|
||||
|
||||
/**
|
||||
* Information that describes the Azure Kusto resource
|
||||
*/
|
||||
azureKustoResource?: Resource;
|
||||
|
||||
/**
|
||||
* Information that describes the Azure Log Analytics resource
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user