Fix Azure rest calls not working (#22854)

This commit is contained in:
Charles Gagnon
2023-04-25 19:29:32 -07:00
committed by GitHub
parent d551f5170d
commit 5ba8369cb0
3 changed files with 14 additions and 25 deletions

View File

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