Adding support for multi cloud in azure rest api calls (#16454)

This commit is contained in:
Aasim Khan
2021-07-29 10:14:15 -07:00
committed by GitHub
parent 01671b118d
commit 0e9d956ee5
5 changed files with 51 additions and 5 deletions

View File

@@ -123,6 +123,11 @@ declare module 'azurecore' {
*/
azureLogAnalyticsResource?: Resource;
/**
* Information that describes the Azure Storage resourceI
*/
azureStorageResource?: 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
@@ -160,6 +165,11 @@ declare module 'azurecore' {
*/
endpoint: string;
/**
* Endpoint suffix used to access the resource
*/
endpointSuffix?: string;
/**
* Resource ID for azdata
*/