Skip to content

Commit 354f5c7

Browse files
authored
Update changelog (Azure#32492)
1 parent 9c6b46d commit 354f5c7

File tree

1 file changed

+35
-12
lines changed

1 file changed

+35
-12
lines changed

sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,51 @@
11
# Release History
22

3-
## 3.0.0-beta.5 (2022-12-06)
3+
## 3.0.0-beta.5 (2022-12-08)
44

55
### Features Added
66

77
- Added `OneTable` and `MultiTable` two data schemas.
8-
- Added `topContributorCoun` in the request body for `getMultivariateBatchDetectionResult`, `detectMultivariateBatchAnomaly` and `detectMultivariateLastAnomaly`.
8+
- Added Azure Managed Identity data reader access for Azure Blob Storage.
9+
- Added `topContributorCount` in the request body for `getMultivariateBatchDetectionResult`, `detectMultivariateBatchAnomaly` and `detectMultivariateLastAnomaly`.
910

1011
### Breaking Changes
1112

12-
- Renamed `trainMultivariateModelWithResponse` to `trainMultivariateModel`
13-
- Renamed `detectAnomalyWithResponse` to `detectMultivariateBatchAnomaly`
14-
- Renamed `getDetectionResult` to `getMultivariateBatchDetectionResult`
15-
- Renamed `listMultivariateModel` to `listMultivariateModels`
16-
- Renamed `lastDetectAnomalyWithResponse` to `detectMultivariateLastAnomaly`
17-
- Renamed `detectEntireSeries` to `detectUnivariateEntireSeries`
18-
- Renamed `detectLastPoint` to `detectUnivariateLastPoint`
19-
- Renamed `detectChangePoint` to `detectUnivariateChangePoint`
20-
- Removed `exportModelWithResponse`
13+
- Renamed `Model` to `AnomalyDetectionModel`.
14+
- Renamed `DetectionRequest` to `MultivariateBatchDetectionOptions`.
15+
- Renamed `DetectionResult` to `MultivariateDetectionResult`.
16+
- Renamed `DetectionStatus` to `MultivariateBatchDetectionStatus`.
17+
- Renamed `DetectionResultSummary` to `MultivariateBatchDetectionResultSummary`.
18+
- Renamed `FillNaMethod` to `FillNAMethod`.
19+
- Renamed `LastDetectionRequest` to `MultivariateLastDetectionOptions`.
20+
- Renamed `LastDetectionResult` to `MultivariateLastDetectionResult`.
21+
- Replaced `ModelSnapshot` with `AnomalyDetectionModel` in `listMultivariateModel`.
22+
- Renamed `trainMultivariateModelWithResponse` to `trainMultivariateModel`.
23+
- Renamed `detectAnomalyWithResponse` to `detectMultivariateBatchAnomaly`.
24+
- Renamed `getDetectionResult` to `getMultivariateBatchDetectionResult`.
25+
- Renamed `listMultivariateModel` to `listMultivariateModels`.
26+
- Renamed `lastDetectAnomalyWithResponse` to `detectMultivariateLastAnomaly`.
27+
- Renamed `DetectRequest` to `UnivariateDetectionOptions`.
28+
- Renamed `EntireDetectResponse` to `UnivariateEntireDetectionResult`.
29+
- Renamed `LastDetectResponse` to `UnivariateLastDetectionResult`.
30+
- Renamed `ChangePointDetectRequest` to `UnivariateChangePointDetectionOptions`.
31+
- Renamed `ChangePointDetectResponse` to `UnivariateChangePointDetectionResult`.
32+
- Renamed `detectEntireSeries` to `detectUnivariateEntireSeries`.
33+
- Renamed `detectLastPoint` to `detectUnivariateLastPoint`.
34+
- Renamed `detectChangePoint` to `detectUnivariateChangePoint`.
35+
- Added `DataSchema` to `ModelInfo`
36+
- Removed `AnomalyDetectorError`.
37+
- Removed `AnomalyDetectorErrorCodes`.
38+
- Removed `AnomalyDetectorErrorException`.
39+
- Removed `ErrorResponseException`.
40+
- Removed `TrainMultivariateModelHeaders` in `trainMultivariateModelWithResponse`.
41+
- Removed `TrainMultivariateModelResponse` in `trainMultivariateModelWithResponse`.
42+
- Removed `DetectAnomalyHeader` in `detectAnomalyWithResponse`.
43+
- Removed `DetectAnomalyResponse` in `detectAnomalyWithResponse`.
44+
- Removed `exportModelWithResponse`.
2145
- Removed `changedvalue` in the inference response body.
2246
- Removed `detectingPoints` in the sync inference request body.
2347

2448

25-
2649
## 3.0.0-beta.4 (2022-01-23)
2750

2851
- Fix release issues

0 commit comments

Comments
 (0)