Merge pull request #5173 from Azure/fix-invalid-reference

This commit is contained in:
Qiaoqiao Zhang 2020-06-10 13:22:08 +08:00 коммит произвёл GitHub
Родитель 688b543577 888516a93a
Коммит 1992430b77
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 3 добавлений и 12 удалений

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -8,9 +8,6 @@
* regenerated.
*/
import { BaseResource } from 'ms-rest-azure';
import { CloudError } from 'ms-rest-azure';
import * as moment from 'moment';
export { BaseResource } from 'ms-rest-azure';
export { CloudError } from 'ms-rest-azure';

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -7,7 +7,6 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -7,7 +7,7 @@
*/
import { BaseResource, CloudError } from "ms-rest-azure";
import * as moment from "moment";
export {

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

@ -6,7 +6,7 @@
"Zavery, Amar <amzavery@microsoft.com>",
"Srinivasan, Vivek <visriniv@microsoft.com>"
],
"version": "7.3.0",
"version": "7.4.0",
"description": "Microsoft Azure Resource Management Client Library for node",
"tags": [
"azure",

2
runtime/ms-rest-azure/index.d.ts поставляемый
Просмотреть файл

@ -596,7 +596,7 @@ export class KeyVaultCredentials implements msRest.ServiceClientCredentials {
signRequest(webResource: msRest.WebResource, callback: { (err: Error): void }): void;
createSigningFilter(): (resource: msRest.WebResource, next: Function, callback: msRest.ServiceCallback<any>) => any;
getCachedChallenge(webResource: msRest.WebResource) : object;
addChallengeToCache(webResource: msRest.WebResource, chalenge: object) : void;
addChallengeToCache(webResource: msRest.WebResource, challenge: object) : void;
handleUnauthorized(webResource: msRest.WebResource, next: Function, err: Error, response: object, body: any, callback: msRest.ServiceCallback<any>) : any;
}