This commit is contained in:
deyaaeldeen 2021-01-22 20:03:54 +00:00
Родитель 4a1c627466
Коммит c49d531c05
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,7 @@ import { Constants as MSRestConstants } from "../util/constants";
import { WebResource } from "../webResource"; import { WebResource } from "../webResource";
import { TokenCredential } from "@azure/core-auth"; import { TokenCredential } from "@azure/core-auth";
import { TokenResponse } from "@azure/ms-rest-nodeauth/dist/lib/credentials/tokenClientCredentials"; import { TokenResponse } from "./tokenResponse";
const DEFAULT_AUTHORIZATION_SCHEME = "Bearer"; const DEFAULT_AUTHORIZATION_SCHEME = "Bearer";

Просмотреть файл

@ -51,7 +51,6 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@azure/core-auth": "^1.1.4", "@azure/core-auth": "^1.1.4",
"@azure/ms-rest-nodeauth": "^3.0.6",
"@types/node-fetch": "^2.3.7", "@types/node-fetch": "^2.3.7",
"@types/tunnel": "0.0.1", "@types/tunnel": "0.0.1",
"abort-controller": "^3.0.0", "abort-controller": "^3.0.0",