|
13 | 13 | from ._models_py3 import Advisor |
14 | 14 | from ._models_py3 import AzureEntityResource |
15 | 15 | from ._models_py3 import Configuration |
| 16 | + from ._models_py3 import ConfigurationListResult |
16 | 17 | from ._models_py3 import Database |
17 | 18 | from ._models_py3 import ErrorAdditionalInfo |
18 | 19 | from ._models_py3 import ErrorResponse |
|
31 | 32 | from ._models_py3 import PrivateLinkResourceProperties |
32 | 33 | from ._models_py3 import PrivateLinkServiceConnectionStateProperty |
33 | 34 | from ._models_py3 import ProxyResource |
| 35 | + from ._models_py3 import QueryPerformanceInsightResetDataResult |
34 | 36 | from ._models_py3 import QueryStatistic |
35 | 37 | from ._models_py3 import QueryText |
36 | 38 | from ._models_py3 import RecommendationAction |
37 | 39 | from ._models_py3 import RecommendationActionsResultList |
38 | 40 | from ._models_py3 import RecommendedActionSessionsOperationStatus |
| 41 | + from ._models_py3 import RecoverableServerResource |
39 | 42 | from ._models_py3 import Resource |
40 | 43 | from ._models_py3 import Server |
41 | 44 | from ._models_py3 import ServerForCreate |
|
61 | 64 | from ._models import Advisor |
62 | 65 | from ._models import AzureEntityResource |
63 | 66 | from ._models import Configuration |
| 67 | + from ._models import ConfigurationListResult |
64 | 68 | from ._models import Database |
65 | 69 | from ._models import ErrorAdditionalInfo |
66 | 70 | from ._models import ErrorResponse |
|
79 | 83 | from ._models import PrivateLinkResourceProperties |
80 | 84 | from ._models import PrivateLinkServiceConnectionStateProperty |
81 | 85 | from ._models import ProxyResource |
| 86 | + from ._models import QueryPerformanceInsightResetDataResult |
82 | 87 | from ._models import QueryStatistic |
83 | 88 | from ._models import QueryText |
84 | 89 | from ._models import RecommendationAction |
85 | 90 | from ._models import RecommendationActionsResultList |
86 | 91 | from ._models import RecommendedActionSessionsOperationStatus |
| 92 | + from ._models import RecoverableServerResource |
87 | 93 | from ._models import Resource |
88 | 94 | from ._models import Server |
89 | 95 | from ._models import ServerForCreate |
|
117 | 123 | from ._paged_models import QueryTextPaged |
118 | 124 | from ._paged_models import RecommendationActionPaged |
119 | 125 | from ._paged_models import ServerPaged |
| 126 | +from ._paged_models import ServerSecurityAlertPolicyPaged |
120 | 127 | from ._paged_models import VirtualNetworkRulePaged |
121 | 128 | from ._paged_models import WaitStatisticPaged |
122 | 129 | from ._maria_db_management_client_enums import ( |
123 | 130 | ServerVersion, |
124 | 131 | SslEnforcementEnum, |
| 132 | + MinimalTlsVersionEnum, |
125 | 133 | PublicNetworkAccessEnum, |
126 | 134 | PrivateLinkServiceConnectionStateStatus, |
127 | 135 | PrivateLinkServiceConnectionStateActionsRequire, |
|
132 | 140 | SkuTier, |
133 | 141 | VirtualNetworkRuleState, |
134 | 142 | OperationOrigin, |
| 143 | + QueryPerformanceInsightResetDataResultState, |
135 | 144 | ServerSecurityAlertPolicyState, |
136 | 145 | ) |
137 | 146 |
|
138 | 147 | __all__ = [ |
139 | 148 | 'Advisor', |
140 | 149 | 'AzureEntityResource', |
141 | 150 | 'Configuration', |
| 151 | + 'ConfigurationListResult', |
142 | 152 | 'Database', |
143 | 153 | 'ErrorAdditionalInfo', |
144 | 154 | 'ErrorResponse', |
|
157 | 167 | 'PrivateLinkResourceProperties', |
158 | 168 | 'PrivateLinkServiceConnectionStateProperty', |
159 | 169 | 'ProxyResource', |
| 170 | + 'QueryPerformanceInsightResetDataResult', |
160 | 171 | 'QueryStatistic', |
161 | 172 | 'QueryText', |
162 | 173 | 'RecommendationAction', |
163 | 174 | 'RecommendationActionsResultList', |
164 | 175 | 'RecommendedActionSessionsOperationStatus', |
| 176 | + 'RecoverableServerResource', |
165 | 177 | 'Resource', |
166 | 178 | 'Server', |
167 | 179 | 'ServerForCreate', |
|
197 | 209 | 'RecommendationActionPaged', |
198 | 210 | 'PrivateEndpointConnectionPaged', |
199 | 211 | 'PrivateLinkResourcePaged', |
| 212 | + 'ServerSecurityAlertPolicyPaged', |
200 | 213 | 'ServerVersion', |
201 | 214 | 'SslEnforcementEnum', |
| 215 | + 'MinimalTlsVersionEnum', |
202 | 216 | 'PublicNetworkAccessEnum', |
203 | 217 | 'PrivateLinkServiceConnectionStateStatus', |
204 | 218 | 'PrivateLinkServiceConnectionStateActionsRequire', |
|
209 | 223 | 'SkuTier', |
210 | 224 | 'VirtualNetworkRuleState', |
211 | 225 | 'OperationOrigin', |
| 226 | + 'QueryPerformanceInsightResetDataResultState', |
212 | 227 | 'ServerSecurityAlertPolicyState', |
213 | 228 | ] |
0 commit comments