mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-23 21:30:29 -04:00
Fix Azure rest calls not working (#22854)
This commit is contained in:
7
extensions/azurecore/src/azurecore.d.ts
vendored
7
extensions/azurecore/src/azurecore.d.ts
vendored
@@ -287,13 +287,6 @@ declare module 'azurecore' {
|
||||
status: number;
|
||||
};
|
||||
|
||||
export interface HttpClientResponse<B> {
|
||||
body: B;
|
||||
headers: any;
|
||||
status: Number;
|
||||
error: any;
|
||||
}
|
||||
|
||||
export interface IExtension {
|
||||
/**
|
||||
* Gets the list of subscriptions for the specified AzureAccount
|
||||
|
||||
Reference in New Issue
Block a user