mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Adding support for multi cloud in azure rest api calls (#16454)
This commit is contained in:
10
extensions/azurecore/src/azurecore.d.ts
vendored
10
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user