|  | 
| 8 | 8 | 
 | 
| 9 | 9 | try: | 
| 10 | 10 |     from ._models_py3 import BasicLoginInformation | 
| 11 |  | -    from ._models_py3 import CommonSku | 
| 12 | 11 |     from ._models_py3 import DataControllerProperties | 
| 13 | 12 |     from ._models_py3 import DataControllerResource | 
| 14 | 13 |     from ._models_py3 import DataControllerUpdate | 
| 15 | 14 |     from ._models_py3 import ErrorResponse | 
| 16 | 15 |     from ._models_py3 import ErrorResponseBody | 
| 17 | 16 |     from ._models_py3 import ExtendedLocation | 
| 18 |  | -    from ._models_py3 import Identity | 
| 19 | 17 |     from ._models_py3 import K8SResourceRequirements | 
| 20 | 18 |     from ._models_py3 import K8SScheduling | 
| 21 | 19 |     from ._models_py3 import K8SSchedulingOptions | 
| 22 | 20 |     from ._models_py3 import LogAnalyticsWorkspaceConfig | 
| 23 |  | -    from ._models_py3 import ODataError | 
| 24 | 21 |     from ._models_py3 import OnPremiseProperty | 
| 25 | 22 |     from ._models_py3 import Operation | 
| 26 | 23 |     from ._models_py3 import OperationDisplay | 
| 27 | 24 |     from ._models_py3 import OperationListResult | 
| 28 | 25 |     from ._models_py3 import PageOfDataControllerResource | 
| 29 |  | -    from ._models_py3 import Plan | 
| 30 |  | -    from ._models_py3 import ProxyResource | 
| 31 | 26 |     from ._models_py3 import Resource | 
| 32 |  | -    from ._models_py3 import ResourceSku | 
| 33 | 27 |     from ._models_py3 import SqlManagedInstance | 
| 34 | 28 |     from ._models_py3 import SqlManagedInstanceK8SRaw | 
| 35 | 29 |     from ._models_py3 import SqlManagedInstanceK8SSpec | 
|  | 
| 47 | 41 |     from ._models_py3 import UploadWatermark | 
| 48 | 42 | except (SyntaxError, ImportError): | 
| 49 | 43 |     from ._models import BasicLoginInformation  # type: ignore | 
| 50 |  | -    from ._models import CommonSku  # type: ignore | 
| 51 | 44 |     from ._models import DataControllerProperties  # type: ignore | 
| 52 | 45 |     from ._models import DataControllerResource  # type: ignore | 
| 53 | 46 |     from ._models import DataControllerUpdate  # type: ignore | 
| 54 | 47 |     from ._models import ErrorResponse  # type: ignore | 
| 55 | 48 |     from ._models import ErrorResponseBody  # type: ignore | 
| 56 | 49 |     from ._models import ExtendedLocation  # type: ignore | 
| 57 |  | -    from ._models import Identity  # type: ignore | 
| 58 | 50 |     from ._models import K8SResourceRequirements  # type: ignore | 
| 59 | 51 |     from ._models import K8SScheduling  # type: ignore | 
| 60 | 52 |     from ._models import K8SSchedulingOptions  # type: ignore | 
| 61 | 53 |     from ._models import LogAnalyticsWorkspaceConfig  # type: ignore | 
| 62 |  | -    from ._models import ODataError  # type: ignore | 
| 63 | 54 |     from ._models import OnPremiseProperty  # type: ignore | 
| 64 | 55 |     from ._models import Operation  # type: ignore | 
| 65 | 56 |     from ._models import OperationDisplay  # type: ignore | 
| 66 | 57 |     from ._models import OperationListResult  # type: ignore | 
| 67 | 58 |     from ._models import PageOfDataControllerResource  # type: ignore | 
| 68 |  | -    from ._models import Plan  # type: ignore | 
| 69 |  | -    from ._models import ProxyResource  # type: ignore | 
| 70 | 59 |     from ._models import Resource  # type: ignore | 
| 71 |  | -    from ._models import ResourceSku  # type: ignore | 
| 72 | 60 |     from ._models import SqlManagedInstance  # type: ignore | 
| 73 | 61 |     from ._models import SqlManagedInstanceK8SRaw  # type: ignore | 
| 74 | 62 |     from ._models import SqlManagedInstanceK8SSpec  # type: ignore | 
|  | 
| 89 | 77 |     ArcSqlManagedInstanceLicenseType, | 
| 90 | 78 |     ArcSqlServerLicenseType, | 
| 91 | 79 |     ConnectionStatus, | 
|  | 80 | +    CreatedByType, | 
| 92 | 81 |     DefenderStatus, | 
| 93 | 82 |     EditionType, | 
| 94 | 83 |     ExtendedLocationTypes, | 
| 95 |  | -    IdentityType, | 
| 96 | 84 |     Infrastructure, | 
| 97 | 85 |     OperationOrigin, | 
| 98 | 86 |     SqlManagedInstanceSkuTier, | 
|  | 
| 101 | 89 | 
 | 
| 102 | 90 | __all__ = [ | 
| 103 | 91 |     'BasicLoginInformation', | 
| 104 |  | -    'CommonSku', | 
| 105 | 92 |     'DataControllerProperties', | 
| 106 | 93 |     'DataControllerResource', | 
| 107 | 94 |     'DataControllerUpdate', | 
| 108 | 95 |     'ErrorResponse', | 
| 109 | 96 |     'ErrorResponseBody', | 
| 110 | 97 |     'ExtendedLocation', | 
| 111 |  | -    'Identity', | 
| 112 | 98 |     'K8SResourceRequirements', | 
| 113 | 99 |     'K8SScheduling', | 
| 114 | 100 |     'K8SSchedulingOptions', | 
| 115 | 101 |     'LogAnalyticsWorkspaceConfig', | 
| 116 |  | -    'ODataError', | 
| 117 | 102 |     'OnPremiseProperty', | 
| 118 | 103 |     'Operation', | 
| 119 | 104 |     'OperationDisplay', | 
| 120 | 105 |     'OperationListResult', | 
| 121 | 106 |     'PageOfDataControllerResource', | 
| 122 |  | -    'Plan', | 
| 123 |  | -    'ProxyResource', | 
| 124 | 107 |     'Resource', | 
| 125 |  | -    'ResourceSku', | 
| 126 | 108 |     'SqlManagedInstance', | 
| 127 | 109 |     'SqlManagedInstanceK8SRaw', | 
| 128 | 110 |     'SqlManagedInstanceK8SSpec', | 
|  | 
| 141 | 123 |     'ArcSqlManagedInstanceLicenseType', | 
| 142 | 124 |     'ArcSqlServerLicenseType', | 
| 143 | 125 |     'ConnectionStatus', | 
|  | 126 | +    'CreatedByType', | 
| 144 | 127 |     'DefenderStatus', | 
| 145 | 128 |     'EditionType', | 
| 146 | 129 |     'ExtendedLocationTypes', | 
| 147 |  | -    'IdentityType', | 
| 148 | 130 |     'Infrastructure', | 
| 149 | 131 |     'OperationOrigin', | 
| 150 | 132 |     'SqlManagedInstanceSkuTier', | 
|  | 
0 commit comments