Skip to content

Commit

Permalink
[MA] Increment MA version to 1.0.0 for July Release (#22846)
Browse files Browse the repository at this point in the history
* [ma]: updating changelog for changes made after 1.0.0-beta.4

* [MA]: Updating the version_client.txt for GAing MA
  • Loading branch information
anuchandy authored Jul 8, 2021
1 parent 5bc8c64 commit c6be7be
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ com.azure:azure-ai-anomalydetector;3.0.0-beta.2;3.0.0-beta.3
com.azure:azure-ai-formrecognizer;3.0.8;3.1.0
com.azure:azure-ai-formrecognizer-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-documenttranslator;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-metricsadvisor;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-ai-metricsadvisor;1.0.0;1.0.0
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-textanalytics;5.0.6;5.1.0
com.azure:azure-ai-textanalytics-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/azure-ai-metricsadvisor-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
</dependencies>

Expand Down
24 changes: 23 additions & 1 deletion sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0 (2021-07-08)

### Features added

- Added `getAdmins` and `setAdmins` methods to `NotificationHook` model
- Added the `getMeasureType` and `setMeasureType` to `MetricBoundaryCondition` model
- Added `getViewers` and `setViewers` methods to `DataFeedOptions` model

### Breaking changes

- Removed the prefix `Anomaly` from all Alert Configuration APIs
- Removed the prefix `MetricAnomaly` from all Detection Configuration APIs
- Renamed `MetricAnomalyAlertConfiguration` to `MetricAlertConfiguration`
- Renamed `DetectionConditionsOperator` to `DetectionConditionOperator`
- Renamed the `getDimensionsToSplitAlert` method in the model `AnomalyAlertConfiguration` to `getDimensionsToSplitAlert`
- Renamed the `setDimensionsToSplitAlert` method in the model `AnomalyAlertConfiguration` to `setDimensionsToSplitAlert`
- Updated the model getter and setter methods for primitive types to use corresponding reference types
- Renamed `setCrossConditionOperator` method in all detection configuration condition models to `setConditionOperator`
- Renamed `getCrossConditionOperator` method in all detection configuration condition models to `getConditionOperator`
- Updated the constructors of `DataFeedMetric`, `DataFeedDimension`, `ChangeThresholdCondition`, `HardThresholdCondition`, `SmartDetectionCondition`, `SeverityCondition`, `MetricAnomalyAlertSnoozeCondition` and `TopNGroupScope` to take required parameters.
- Removed `SingleBoundaryCondition` model
- Removed `setSingleBoundary` and `setBothBoundary` methods in `MetricBoundaryCondition` model
- Replaced `listAnomalies` API with `listAnomaliesForAlert` and `listAnomaliesForDetectionConfig`
- Replaced `listIncidents` API with `listIncidentsForAlert` and `listIncidentsForDetectionConfig`

## 1.0.0-beta.4 (2021-06-09)

Expand Down
4 changes: 2 additions & 2 deletions sdk/metricsadvisor/azure-ai-metricsadvisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ of business dataFeedMetrics.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.0.0-beta.3</version>
<version>1.0.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -81,7 +81,7 @@ Authentication with AAD requires some initial setup:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.3</version>
<version>1.3.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/azure-ai-metricsadvisor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->

<name>Microsoft Azure client library for Metrics Advisor</name>
<description>This package contains the Microsoft Azure Cognitive Services Metrics Advisor SDK.</description>
Expand Down
2 changes: 1 addition & 1 deletion sdk/metricsadvisor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit c6be7be

Please sign in to comment.