Skip to content
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