Skip to content

Commit

Permalink
Prepare for May patch release MA (#28768)
Browse files Browse the repository at this point in the history
  • Loading branch information
samvaity authored May 11, 2022
1 parent f5adfe2 commit 0ad0548
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 15 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 @@ -53,7 +53,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.1.3</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.4;3.0.0-beta.5
com.azure:azure-ai-formrecognizer;4.0.0-beta.4;4.0.0-beta.5
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.1.2;1.2.0-beta.1
com.azure:azure-ai-metricsadvisor;1.1.2;1.1.3
com.azure:azure-ai-metricsadvisor-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-textanalytics;5.1.8;5.2.0-beta.3
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 @@ -29,7 +29,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
</dependencies>
</project>
11 changes: 4 additions & 7 deletions sdk/metricsadvisor/azure-ai-metricsadvisor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 1.2.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.1.3 (2022-05-11)

### Other Changes
#### Dependency Updates
- Updated `azure-core` to `1.28.0`.
- Updated `azure-core-http-netty` to `1.12.0`.

## 1.1.2 (2022-04-07)

Expand Down
6 changes: 3 additions & 3 deletions sdk/metricsadvisor/azure-ai-metricsadvisor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Metrics Advisor client library for Java
Azure Metrics Advisor is a new Cognitive Service that uses time series based decision AI to identify and assist
trouble shooting the incidents of online services, and monitor the business health by automating the slice and dice
troubleshooting the incidents of online services, and monitor the business health by automating the slice and dice
of business dataFeedMetrics.

[Source code][source_code] | [Package (Maven)][mvn_package] | [API reference documentation][api_reference_doc] | [Product Documentation][product_documentation] | [Samples][samples]
Expand Down Expand Up @@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-metricsadvisor</artifactId>
<version>1.1.1</version>
<version>1.1.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -112,7 +112,7 @@ Authentication with AAD requires some initial setup:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.6</version>
<version>1.5.1</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.1.3</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
<version>1.1.3</version> <!-- {x-version-update;com.azure:azure-ai-metricsadvisor;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 0ad0548

Please sign in to comment.