Skip to content

Commit 7ce8c58

Browse files
committed
move released client factory under released.
1 parent 2a783c0 commit 7ce8c58

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

azure-devops/azure/devops/connection.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
from msrest.service_client import ServiceClient
99
from ._file_cache import RESOURCE_CACHE as RESOURCE_FILE_CACHE
10+
from .client_configuration import ClientConfiguration
1011
from .exceptions import AzureDevOpsClientRequestError
12+
from .released.client_factory import ClientFactory
1113
from .v5_0.location.location_client import LocationClient
12-
from .client_factory import ClientFactory
1314
from .v5_0.client_factory import ClientFactoryV5_0
1415
from .v5_1.client_factory import ClientFactoryV5_1
15-
from .client_configuration import ClientConfiguration
16+
1617

1718
logger = logging.getLogger(__name__)
1819

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
# --------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)