|
38 | 38 | from ._models_py3 import AzureDataLakeStorageGen2DataFeed |
39 | 39 | from ._models_py3 import AzureDataLakeStorageGen2DataFeedPatch |
40 | 40 | from ._models_py3 import AzureDataLakeStorageGen2Parameter |
| 41 | + from ._models_py3 import AzureEventHubsDataFeed |
| 42 | + from ._models_py3 import AzureEventHubsDataFeedPatch |
| 43 | + from ._models_py3 import AzureEventHubsParameter |
| 44 | + from ._models_py3 import AzureSQLConnectionStringCredential |
| 45 | + from ._models_py3 import AzureSQLConnectionStringCredentialPatch |
| 46 | + from ._models_py3 import AzureSQLConnectionStringParam |
41 | 47 | from ._models_py3 import AzureTableDataFeed |
42 | 48 | from ._models_py3 import AzureTableDataFeedPatch |
43 | 49 | from ._models_py3 import AzureTableParameter |
|
50 | 56 | from ._models_py3 import DataFeedDetailPatch |
51 | 57 | from ._models_py3 import DataFeedIngestionProgress |
52 | 58 | from ._models_py3 import DataFeedList |
| 59 | + from ._models_py3 import DataLakeGen2SharedKeyCredential |
| 60 | + from ._models_py3 import DataLakeGen2SharedKeyCredentialPatch |
| 61 | + from ._models_py3 import DataLakeGen2SharedKeyParam |
| 62 | + from ._models_py3 import DataSourceCredential |
| 63 | + from ._models_py3 import DataSourceCredentialList |
| 64 | + from ._models_py3 import DataSourceCredentialPatch |
53 | 65 | from ._models_py3 import DetectionAnomalyFilterCondition |
54 | 66 | from ._models_py3 import DetectionAnomalyResultQuery |
55 | 67 | from ._models_py3 import DetectionIncidentFilterCondition |
|
116 | 128 | from ._models_py3 import SeriesIdentity |
117 | 129 | from ._models_py3 import SeriesResult |
118 | 130 | from ._models_py3 import SeriesResultList |
| 131 | + from ._models_py3 import ServicePrincipalCredential |
| 132 | + from ._models_py3 import ServicePrincipalCredentialPatch |
| 133 | + from ._models_py3 import ServicePrincipalInKVCredential |
| 134 | + from ._models_py3 import ServicePrincipalInKVCredentialPatch |
| 135 | + from ._models_py3 import ServicePrincipalInKVParam |
| 136 | + from ._models_py3 import ServicePrincipalParam |
119 | 137 | from ._models_py3 import SeverityCondition |
120 | 138 | from ._models_py3 import SeverityFilterCondition |
121 | 139 | from ._models_py3 import SmartDetectionCondition |
|
160 | 178 | from ._models import AzureDataLakeStorageGen2DataFeed # type: ignore |
161 | 179 | from ._models import AzureDataLakeStorageGen2DataFeedPatch # type: ignore |
162 | 180 | from ._models import AzureDataLakeStorageGen2Parameter # type: ignore |
| 181 | + from ._models import AzureEventHubsDataFeed # type: ignore |
| 182 | + from ._models import AzureEventHubsDataFeedPatch # type: ignore |
| 183 | + from ._models import AzureEventHubsParameter # type: ignore |
| 184 | + from ._models import AzureSQLConnectionStringCredential # type: ignore |
| 185 | + from ._models import AzureSQLConnectionStringCredentialPatch # type: ignore |
| 186 | + from ._models import AzureSQLConnectionStringParam # type: ignore |
163 | 187 | from ._models import AzureTableDataFeed # type: ignore |
164 | 188 | from ._models import AzureTableDataFeedPatch # type: ignore |
165 | 189 | from ._models import AzureTableParameter # type: ignore |
|
172 | 196 | from ._models import DataFeedDetailPatch # type: ignore |
173 | 197 | from ._models import DataFeedIngestionProgress # type: ignore |
174 | 198 | from ._models import DataFeedList # type: ignore |
| 199 | + from ._models import DataLakeGen2SharedKeyCredential # type: ignore |
| 200 | + from ._models import DataLakeGen2SharedKeyCredentialPatch # type: ignore |
| 201 | + from ._models import DataLakeGen2SharedKeyParam # type: ignore |
| 202 | + from ._models import DataSourceCredential # type: ignore |
| 203 | + from ._models import DataSourceCredentialList # type: ignore |
| 204 | + from ._models import DataSourceCredentialPatch # type: ignore |
175 | 205 | from ._models import DetectionAnomalyFilterCondition # type: ignore |
176 | 206 | from ._models import DetectionAnomalyResultQuery # type: ignore |
177 | 207 | from ._models import DetectionIncidentFilterCondition # type: ignore |
|
238 | 268 | from ._models import SeriesIdentity # type: ignore |
239 | 269 | from ._models import SeriesResult # type: ignore |
240 | 270 | from ._models import SeriesResultList # type: ignore |
| 271 | + from ._models import ServicePrincipalCredential # type: ignore |
| 272 | + from ._models import ServicePrincipalCredentialPatch # type: ignore |
| 273 | + from ._models import ServicePrincipalInKVCredential # type: ignore |
| 274 | + from ._models import ServicePrincipalInKVCredentialPatch # type: ignore |
| 275 | + from ._models import ServicePrincipalInKVParam # type: ignore |
| 276 | + from ._models import ServicePrincipalParam # type: ignore |
241 | 277 | from ._models import SeverityCondition # type: ignore |
242 | 278 | from ._models import SeverityFilterCondition # type: ignore |
243 | 279 | from ._models import SmartDetectionCondition # type: ignore |
|
258 | 294 | AnomalyScope, |
259 | 295 | AnomalyStatus, |
260 | 296 | AnomalyValue, |
| 297 | + AuthenticationTypeEnum, |
261 | 298 | ChangePointValue, |
| 299 | + DataSourceCredentialType, |
262 | 300 | DataSourceType, |
263 | 301 | Direction, |
264 | 302 | EntityStatus, |
|
275 | 313 | Severity, |
276 | 314 | SnoozeScope, |
277 | 315 | TimeMode, |
| 316 | + ValueType, |
278 | 317 | ViewMode, |
279 | 318 | ) |
280 | 319 |
|
|
310 | 349 | 'AzureDataLakeStorageGen2DataFeed', |
311 | 350 | 'AzureDataLakeStorageGen2DataFeedPatch', |
312 | 351 | 'AzureDataLakeStorageGen2Parameter', |
| 352 | + 'AzureEventHubsDataFeed', |
| 353 | + 'AzureEventHubsDataFeedPatch', |
| 354 | + 'AzureEventHubsParameter', |
| 355 | + 'AzureSQLConnectionStringCredential', |
| 356 | + 'AzureSQLConnectionStringCredentialPatch', |
| 357 | + 'AzureSQLConnectionStringParam', |
313 | 358 | 'AzureTableDataFeed', |
314 | 359 | 'AzureTableDataFeedPatch', |
315 | 360 | 'AzureTableParameter', |
|
322 | 367 | 'DataFeedDetailPatch', |
323 | 368 | 'DataFeedIngestionProgress', |
324 | 369 | 'DataFeedList', |
| 370 | + 'DataLakeGen2SharedKeyCredential', |
| 371 | + 'DataLakeGen2SharedKeyCredentialPatch', |
| 372 | + 'DataLakeGen2SharedKeyParam', |
| 373 | + 'DataSourceCredential', |
| 374 | + 'DataSourceCredentialList', |
| 375 | + 'DataSourceCredentialPatch', |
325 | 376 | 'DetectionAnomalyFilterCondition', |
326 | 377 | 'DetectionAnomalyResultQuery', |
327 | 378 | 'DetectionIncidentFilterCondition', |
|
388 | 439 | 'SeriesIdentity', |
389 | 440 | 'SeriesResult', |
390 | 441 | 'SeriesResultList', |
| 442 | + 'ServicePrincipalCredential', |
| 443 | + 'ServicePrincipalCredentialPatch', |
| 444 | + 'ServicePrincipalInKVCredential', |
| 445 | + 'ServicePrincipalInKVCredentialPatch', |
| 446 | + 'ServicePrincipalInKVParam', |
| 447 | + 'ServicePrincipalParam', |
391 | 448 | 'SeverityCondition', |
392 | 449 | 'SeverityFilterCondition', |
393 | 450 | 'SmartDetectionCondition', |
|
406 | 463 | 'AnomalyScope', |
407 | 464 | 'AnomalyStatus', |
408 | 465 | 'AnomalyValue', |
| 466 | + 'AuthenticationTypeEnum', |
409 | 467 | 'ChangePointValue', |
| 468 | + 'DataSourceCredentialType', |
410 | 469 | 'DataSourceType', |
411 | 470 | 'Direction', |
412 | 471 | 'EntityStatus', |
|
423 | 482 | 'Severity', |
424 | 483 | 'SnoozeScope', |
425 | 484 | 'TimeMode', |
| 485 | + 'ValueType', |
426 | 486 | 'ViewMode', |
427 | 487 | ] |
0 commit comments