Add missing user-agent export (#75)

This commit is contained in:
Kamil Pajdzik 2018-11-01 10:25:35 -07:00 коммит произвёл GitHub
Родитель 5dba586a29
Коммит ab09348000
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

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