File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
azure-devops/azure/devops Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
from msrest .service_client import ServiceClient
9
9
from ._file_cache import RESOURCE_CACHE as RESOURCE_FILE_CACHE
10
+ from .client_configuration import ClientConfiguration
10
11
from .exceptions import AzureDevOpsClientRequestError
12
+ from .released .client_factory import ClientFactory
11
13
from .v5_0 .location .location_client import LocationClient
12
- from .client_factory import ClientFactory
13
14
from .v5_0 .client_factory import ClientFactoryV5_0
14
15
from .v5_1 .client_factory import ClientFactoryV5_1
15
- from . client_configuration import ClientConfiguration
16
+
16
17
17
18
logger = logging .getLogger (__name__ )
18
19
Original file line number Diff line number Diff line change
1
+ # --------------------------------------------------------------------------------------------
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+ # --------------------------------------------------------------------------------------------
5
+ # Generated file, DO NOT EDIT
6
+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ # --------------------------------------------------------------------------------------------
File renamed without changes.
You can’t perform that action at this time.
0 commit comments