Skip to content

Commit 7efe3d1

Browse files
authored
1 parent 21c9d5f commit 7efe3d1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/monitor/Azure.Monitor.Query/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
# Release History
22

3-
## 1.6.0-beta.1 (Unreleased)
3+
## 1.6.0 (2024-12-03)
44

55
### Features Added
66
- Add 'StartTime' and 'EndTime' parameters to 'MetricsQueryResourcesOptions' to allow for querying a specific time range
7-
### Breaking Changes
8-
97
### Bugs Fixed
108
- Fix bug in 'MetricsClient' QueryResourceAsync method where the 'QueryTimeRange' parameter was incorrectly set
119

12-
### Other Changes
13-
1410
## 1.5.0 (2024-08-21)
1511
### Bugs Fixed
1612
- Fix bug in `LogsQueryClient` that defaulted to `Azure.PublicCloud`. `Audience` is now determined from the `endpoint` parameter.

sdk/monitor/Azure.Monitor.Query/src/Azure.Monitor.Query.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>A library for querying Azure Monitor's Logs and Metrics data sources.</Description>
44
<AssemblyTitle>Azure Monitor Query client library</AssemblyTitle>
5-
<Version>1.6.0-beta.1</Version>
5+
<Version>1.6.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.5.0</ApiCompatVersion>
88
<PackageTags>Azure Monitor Query</PackageTags>

0 commit comments

Comments
 (0)