Skip to content

Commit f4b02e2

Browse files
luxiong-msjr-MSjsquire
authored
fix changelog of anomaly detector (Azure#32964)
* fix changelog * Update sdk/anomalydetector/Azure.AI.AnomalyDetector/CHANGELOG.md Co-authored-by: Jesse Squire <jesse.squire@gmail.com> * Update sdk/anomalydetector/Azure.AI.AnomalyDetector/CHANGELOG.md Co-authored-by: Jesse Squire <jesse.squire@gmail.com> Co-authored-by: jr-MS <81400625+jr-MS@users.noreply.github.com> Co-authored-by: Jesse Squire <jesse.squire@gmail.com>
1 parent e1a711d commit f4b02e2

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

sdk/anomalydetector/Azure.AI.AnomalyDetector/CHANGELOG.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,38 @@
11
# Release History
22

3-
## 3.0.0-preview.6 (2022-12-06)
3+
## 3.0.0-preview.6 (2022-12-08)
44
**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`.
78

89
**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`
1736

1837
## 3.0.0-preview.5 (2022-01-23)
1938

0 commit comments

Comments
 (0)