|
1 |
| -__path__ = __import__("pkgutil").extend_path(__path__, __name__) # type: ignore |
| 1 | +# coding=utf-8 |
| 2 | +# -------------------------------------------------------------------------- |
| 3 | +# Copyright (c) Microsoft Corporation. All rights reserved. |
| 4 | +# Licensed under the MIT License. See License.txt in the project root for license information. |
| 5 | +# Code generated by Microsoft (R) AutoRest Code Generator. |
| 6 | +# Changes may cause incorrect behavior and will be lost if the code is regenerated. |
| 7 | +# -------------------------------------------------------------------------- |
| 8 | + |
| 9 | +from .managedapplications import ApplicationClient |
| 10 | +from .deploymentscripts import DeploymentScriptsClient |
| 11 | +from .features import FeatureClient |
| 12 | +from .links import ManagementLinkClient |
| 13 | +from .locks import ManagementLockClient |
| 14 | +from .policy import PolicyClient |
| 15 | +from .resources import ResourceManagementClient |
| 16 | +from .subscriptions import SubscriptionClient |
| 17 | +from .deploymentstacks import DeploymentStacksClient |
| 18 | +from .databoundaries import DataBoundaryMgmtClient |
| 19 | + |
| 20 | +__all__ = [ |
| 21 | + "ApplicationClient", |
| 22 | + "DeploymentScriptsClient", |
| 23 | + "FeatureClient", |
| 24 | + "PolicyClient", |
| 25 | + "ManagementLinkClient", |
| 26 | + "ManagementLockClient", |
| 27 | + "ResourceManagementClient", |
| 28 | + "SubscriptionClient", |
| 29 | + "DeploymentStacksClient", |
| 30 | + "DataBoundaryMgmtClient", |
| 31 | +] |
0 commit comments