Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure.Monitor.Query] Release patch #47401

Merged
merged 1 commit into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
wip
  • Loading branch information
nisha-bhatia committed Dec 3, 2024
commit 32189cc71d7b87c1ebbef4ab7275ca1937bb8070
6 changes: 1 addition & 5 deletions sdk/monitor/Azure.Monitor.Query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Release History

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

### Features Added
- Add 'StartTime' and 'EndTime' parameters to 'MetricsQueryResourcesOptions' to allow for querying a specific time range
### Breaking Changes

### Bugs Fixed
- Fix bug in 'MetricsClient' QueryResourceAsync method where the 'QueryTimeRange' parameter was incorrectly set

### Other Changes

## 1.5.0 (2024-08-21)
### Bugs Fixed
- Fix bug in `LogsQueryClient` that defaulted to `Azure.PublicCloud`. `Audience` is now determined from the `endpoint` parameter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>A library for querying Azure Monitor's Logs and Metrics data sources.</Description>
<AssemblyTitle>Azure Monitor Query client library</AssemblyTitle>
<Version>1.6.0-beta.1</Version>
<Version>1.6.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.5.0</ApiCompatVersion>
<PackageTags>Azure Monitor Query</PackageTags>
Expand Down
Loading