Skip to content

Commit

Permalink
Azure Monitor Query: prepare for beta 2 release of batch metrics (#36750
Browse files Browse the repository at this point in the history
)
  • Loading branch information
srnagar authored Sep 13, 2023
1 parent 06625b5 commit d9f1c1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Release History

## 1.3.0-beta.2 (Unreleased)
## 1.3.0-beta.2 (2023-09-13)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added `MetricsQueryOptions` to `MetricsBatchQueryClient` and `MetricsBatchQueryAsyncClient` to support batch querying metrics with
additional options.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.42.0` to version `1.43.0`.
- Upgraded `azure-core-http-netty` from `1.13.6` to version `1.13.7`.

## 1.2.4 (2023-08-18)

### Other Changes
Expand Down
4 changes: 2 additions & 2 deletions sdk/monitor/azure-monitor-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.3.0-beta.1</version>
<version>1.3.0-beta.2</version>
</dependency>
```

Expand All @@ -87,7 +87,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit d9f1c1b

Please sign in to comment.