1 | // Copyright (c) Microsoft Corporation. All rights reserved.
|
2 | // Licensed under the MIT License. See License.txt in the project root for license information.
|
3 | /**
|
4 | * The default language in the request header.
|
5 | *
|
6 | * @const
|
7 | * @type {string}
|
8 | */
|
9 | export var DEFAULT_LANGUAGE = "en-us";
|
10 | /**
|
11 | * The ms-rest-azure version.
|
12 | * @const
|
13 | * @type {string}
|
14 | */
|
15 | export var msRestAzureVersion = "2.1.0";
|
16 | //# sourceMappingURL=constants.js.map |
\ | No newline at end of file |