Fix connection issue with wrong resource endpoint (#19387)

* Fix connection bug accessing PBI resource

* Address CR feedback

* Fix null check
This commit is contained in:
Karl Burtram
2022-05-16 15:23:23 -07:00
committed by GitHub
parent d7ecdd89b1
commit 701f656c55
6 changed files with 69 additions and 4 deletions

View File

@@ -130,10 +130,15 @@ declare module 'azurecore' {
azureLogAnalyticsResource?: Resource;
/**
* Information that describes the Azure Storage resourceI
* Information that describes the Azure Storage resource
*/
azureStorageResource?: Resource;
/**
* Information that describes the Power BI resource
*/
powerBiResource?: Resource;
/**
* A list of tenant IDs to authenticate against. If defined, then these IDs will be used
* instead of querying the tenants endpoint of the armResource