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

@@ -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
*/