Skip to content

Commit 205afd5

Browse files
authored
Azure Monitor Query - July Patch Release (#29843)
1 parent d33d3c8 commit 205afd5

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<dependency>
259259
<groupId>com.azure</groupId>
260260
<artifactId>azure-monitor-query</artifactId>
261-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
261+
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
262262
</dependency>
263263
<dependency>
264264
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ com.azure:azure-mixedreality-authentication;1.2.3;1.3.0-beta.1
116116
com.azure:azure-mixedreality-remoterendering;1.1.8;1.2.0-beta.1
117117
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.5;1.0.0-beta.6
118118
com.azure:azure-monitor-ingestion;1.0.0-beta.1;1.0.0-beta.2
119-
com.azure:azure-monitor-query;1.0.7;1.1.0-beta.1
119+
com.azure:azure-monitor-query;1.0.7;1.0.8
120120
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
121121
com.azure:azure-perf-test-parent;1.0.0-beta.1;1.0.0-beta.1
122122
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2

sdk/monitor/azure-monitor-query-perf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.azure</groupId>
3333
<artifactId>azure-monitor-query</artifactId>
34-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
34+
<version>1.0.8</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.azure</groupId>

sdk/monitor/azure-monitor-query/CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.8 (2022-07-07)
104

115
### Other Changes
126

7+
#### Dependency updates
8+
- Upgraded `azure-core` to version `1.30.0`.
9+
- Upgraded `azure-core-http-netty` to version `1.12.3`.
10+
1311
## 1.0.7 (2022-06-09)
1412

1513
### Bugs Fixed

sdk/monitor/azure-monitor-query/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ add the direct dependency to your project as follows.
6464
<dependency>
6565
<groupId>com.azure</groupId>
6666
<artifactId>azure-monitor-query</artifactId>
67-
<version>1.0.7</version>
67+
<version>1.0.8</version>
6868
</dependency>
6969
```
7070

@@ -85,7 +85,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
8585
<dependency>
8686
<groupId>com.azure</groupId>
8787
<artifactId>azure-identity</artifactId>
88-
<version>1.5.2</version>
88+
<version>1.5.3</version>
8989
</dependency>
9090
```
9191
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.

sdk/monitor/azure-monitor-query/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

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

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

0 commit comments

Comments
 (0)