Add missing user-agent export (#75)
This commit is contained in:
Родитель
5dba586a29
Коммит
ab09348000
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
|
||||
export { AzureServiceClient, AzureServiceClientOptions } from "./azureServiceClient";
|
||||
export { AzureServiceClient, AzureServiceClientOptions, getDefaultUserAgentValue } from "./azureServiceClient";
|
||||
export { BaseResource, BaseResourceMapper } from "./baseResource";
|
||||
export { CloudError, CloudErrorMapper } from "./cloudError";
|
||||
export { CognitiveServicesCredentials } from "./credentials/cognitiveServicesCredentials";
|
||||
|
|
Загрузка…
Ссылка в новой задаче