Skip to content

Commit 394468e

Browse files
authored
Update version to prepare for GA release (Azure#24634)
1 parent 4625e0e commit 394468e

File tree

7 files changed

+21
-11
lines changed

7 files changed

+21
-11
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<dependency>
245245
<groupId>com.azure</groupId>
246246
<artifactId>azure-monitor-query</artifactId>
247-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
247+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
248248
</dependency>
249249
<dependency>
250250
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ com.azure:azure-messaging-webpubsub;1.0.0-beta.3;1.0.0-beta.4
103103
com.azure:azure-mixedreality-authentication;1.1.2;1.2.0-beta.1
104104
com.azure:azure-mixedreality-remoterendering;1.1.0;1.1.1
105105
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.4;1.0.0-beta.5
106-
com.azure:azure-monitor-query;1.0.0-beta.4;1.0.0-beta.5
106+
com.azure:azure-monitor-query;1.0.0-beta.4;1.0.0
107107
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1
108108
com.azure:azure-quantum-jobs;1.0.0-beta.1;1.0.0-beta.2
109109
com.azure:azure-search-documents;11.4.3;11.5.0-beta.4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>com.azure</groupId>
2929
<artifactId>azure-monitor-query</artifactId>
30-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
30+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3131
</dependency>
3232
<dependency>
3333
<groupId>com.azure</groupId>

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

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

3-
## 1.0.0-beta.5 (Unreleased)
3+
## 1.0.0 (2021-10-07)
44

55
### Features Added
6+
- Added `getMetricByName` API on `MetricsQueryResult` to get the metric result for a specific metric name.
7+
- Added `LogsQueryStatus` enum to specify if the query was successful, partially successful or failed.
68

79
### Breaking Changes
8-
9-
### Bugs Fixed
10+
- Changed `query` API name in `LogsQuery*Client` to `queryWorkspace`
11+
- Changed `query` API name in `MetricsQuery*Client` to `queryResource`
12+
- Changed `addQuery` API name in `LogsQueryBatch` to `addWorkspaceQuery`
13+
- Removed `status` from `LogsBatchQueryResult`
14+
- Throws exception if a logs query is partially successful with an option in `LogsQueryOptions` to disable this
15+
behavior.
1016

1117
### Other Changes
1218

19+
#### Dependency Updates
20+
- Upgraded `azure-core` to `1.21.0`.
21+
- Upgraded `azure-core-http-netty` to `1.11.1`.
22+
1323
## 1.0.0-beta.4 (2021-09-10)
1424

1525
### Features Added
@@ -23,8 +33,8 @@
2333
### Other Changes
2434

2535
#### Dependency Updates
26-
- Upgraded `azure-core` from `1.18.0` to `1.19.0`.
27-
- Upgraded `azure-core-http-netty` from `1.10.1` to `1.10.2`.
36+
- Upgraded `azure-core` from `1.19.0` to `1.20.0`.
37+
- Upgraded `azure-core-http-netty` from `1.10.2` to `1.11.0`.
2838

2939

3040
## 1.0.0-beta.3 (2021-08-11)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Install the Azure Monitor Query client library for Java by adding the following
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-monitor-query</artifactId>
35-
<version>1.0.0-beta.4</version>
35+
<version>1.0.0</version>
3636
</dependency>
3737
```
3838

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.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
14+
<version>1.0.0</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>

sdk/monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-monitor-query</artifactId>
29-
<version>1.0.0-beta.5</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
29+
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-monitor-query;current} -->
3030
</dependency>
3131
</dependencies>
3232

0 commit comments

Comments
 (0)