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 77
88from msrest .service_client import ServiceClient
99from ._file_cache import RESOURCE_CACHE as RESOURCE_FILE_CACHE
10+ from .client_configuration import ClientConfiguration
1011from .exceptions import AzureDevOpsClientRequestError
12+ from .released .client_factory import ClientFactory
1113from .v5_0 .location .location_client import LocationClient
12- from .client_factory import ClientFactory
1314from .v5_0 .client_factory import ClientFactoryV5_0
1415from .v5_1 .client_factory import ClientFactoryV5_1
15- from . client_configuration import ClientConfiguration
16+
1617
1718logger = logging .getLogger (__name__ )
1819
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