Skip to content

Commit

Permalink
Azure Monitor Query - July Patch Release (#29843)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar committed Jul 7, 2022
1 parent d33d3c8 commit 205afd5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 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 @@ -258,7 +258,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-monitor-query;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 @@ -116,7 +116,7 @@ com.azure:azure-mixedreality-authentication;1.2.3;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.8;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
com.azure:azure-monitor-ingestion;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-monitor-query;1.0.7;1.1.0-beta.1
com.azure:azure-monitor-query;1.0.7;1.0.8
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
12 changes: 5 additions & 7 deletions sdk/monitor/azure-monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.0.8 (2022-07-07)

### Other Changes

#### Dependency updates
- Upgraded `azure-core` to version `1.30.0`.
- Upgraded `azure-core-http-netty` to version `1.12.3`.

## 1.0.7 (2022-06-09)

### Bugs Fixed
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 @@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</dependency>
```

Expand All @@ -85,7 +85,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
```
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET.
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-query</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->

<name>Microsoft Azure SDK for Azure Monitor Logs and Metrics Query</name>
<description>This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources.</description>
Expand Down

0 comments on commit 205afd5

Please sign in to comment.