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

[monitor-query] Updating changelog with date and feature added #16072

Merged
merged 1 commit into from
Jun 29, 2021
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
9 changes: 3 additions & 6 deletions sdk/monitor/monitor-query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@

### Features Added

### Breaking Changes

### Key Bugs Fixed

### Fixed

- The `include-render` header can now be specified via `QueryLogsOption.includeVisualization`, allowing
visualization information to be returned in `QueryLogsResult.visualization`. The results are currently
unmodeled and reflect the underlying JSON structure.

## 1.0.0-beta.2 (2021-06-15)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { AzureLogAnalyticsOptionalParams } from "./models";

const packageName = "monitor-log-query";
const packageVersion = "1.0.0";
const packageVersion = "1.0.0-beta.3";

/** @hidden */
export class AzureLogAnalyticsContext extends coreHttp.ServiceClient {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { ApiVersion201801, MonitorManagementClientOptionalParams } from "./models";

const packageName = "monitor-metrics";
const packageVersion = "1.0.0";
const packageVersion = "1.0.0-beta.3";

/** @hidden */
export class MonitorManagementClientContext extends coreHttp.ServiceClient {
Expand Down