|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 3.0.0-preview.6 (2022-12-06) |
| 3 | +## 3.0.0-preview.6 (2022-12-08) |
4 | 4 | **Features** |
5 | | - - Added `OneTable` and `MultiTable` two data schemas. |
6 | | - - Added `topContributorCount` in `detect_multivariate_last_anomaly` and `detect_multivariate_batch_anomaly`. |
| 5 | +- Added `OneTable` and `MultiTable` two data schemas. |
| 6 | +- Added Azure Managed Identity data reader access for Azure Blob Storage. |
| 7 | +- Added `topContributorCount` in the request body for `DetectMultivariateBatchAnomaly` and `DetectMultivariateLastAnomaly`. |
7 | 8 |
|
8 | 9 | **Breaking Changes** |
9 | | - - Renamed `detect_entire_series` to `detect_univariate_entire_series`. |
10 | | - - Renamed `detect_last_point` to `detect_univariate_last_point`. |
11 | | - - Renamed `detect_change_point` to `detect_univariate_change_point`. |
12 | | - - Renamed `train_multivariate_model` to `create_and_train_multivariate_model`. |
13 | | - - Renamed `list_multivariate_model` to `list_multivariate_models`. |
14 | | - - Renamed `detect_anomaly` to `detect_multivariate_batch_anomaly`. |
15 | | - - Renamed `get_detection_result` to `get_multivariate_batch_detection_result`. |
16 | | - - Renamed `last_detect_anomaly` to `detect_multivariate_last_anomaly`. |
| 10 | +- Renamed `Model` to `AnomalyDetectionModel`. |
| 11 | +- Renamed `DetectionRequest` to `MultivariateBatchDetectionOptions`. |
| 12 | +- Renamed `DetectionResult` to `MultivariateDetectionResult`. |
| 13 | +- Renamed `DetectionStatus` to `MultivariateBatchDetectionStatus`. |
| 14 | +- Renamed `DetectionResultSummary` to `MultivariateBatchDetectionResultSummary`. |
| 15 | +- Renamed `FillNaMethod` to `FillNAMethod`. |
| 16 | +- Renamed `LastDetectionRequest` to `MultivariateLastDetectionOptions`. |
| 17 | +- Renamed `LastDetectionResult` to `MultivariateLastDetectionResult`. |
| 18 | +- Replaced `ModelSnapshot` with `AnomalyDetectionModel` in `listMultivariateModel`. |
| 19 | +- Renamed `listMultivariateModel` to `GetMultivariateModelValues`. |
| 20 | +- Renamed `DetectAnomaly` to `DetectMultivariateBatchAnomaly` |
| 21 | +- Renamed `GetDetectionResult` to `GetMultivariateBatchDetectionResultValue`. |
| 22 | +- Renamed `GetMultivariateModel`to `GetMultivariateModelValue` |
| 23 | +- Renamed `LastDetectAnomaly` to `DetectMultivariateLastAnomaly`. |
| 24 | +- Renamed `DetectRequest` to `UnivariateDetectionOptions`. |
| 25 | +- Renamed `EntireDetectResponse` to `UnivariateEntireDetectionResult`. |
| 26 | +- Renamed `LastDetectResponse` to `UnivariateLastDetectionResult`. |
| 27 | +- Renamed `ChangePointDetectRequest` to `UnivariateChangePointDetectionOptions`. |
| 28 | +- Renamed `ChangePointDetectResponse` to `UnivariateChangePointDetectionResult`. |
| 29 | +- Renamed `DetectEntireSeries` to `DetectUnivariateEntireSeries`. |
| 30 | +- Renamed `DetectLastPoint` to `DetectUnivariateLastPoint`. |
| 31 | +- Renamed `DetectChangePoint` to `DetectUnivariateChangePoint`. |
| 32 | +- Renamed `ApiVersion` to `ServiceVersion` in `AnomalyDetectorClientOptions` |
| 33 | +- Removed `ExportModel`. |
| 34 | +- Removed `AnomalyDetectorModelFactory` |
| 35 | +- Added `DataSchema` to `ModelInfo` |
17 | 36 |
|
18 | 37 | ## 3.0.0-preview.5 (2022-01-23) |
19 | 38 |
|
|
0 commit comments