Skip to content

Commit 8236d61

Browse files
Updating changelog with date and feature added and running PrepareRelease. (Azure#16072)
1 parent d4d5002 commit 8236d61

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

sdk/monitor/monitor-query/CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Key Bugs Fixed
10-
11-
### Fixed
12-
7+
- The `include-render` header can now be specified via `QueryLogsOption.includeVisualization`, allowing
8+
visualization information to be returned in `QueryLogsResult.visualization`. The results are currently
9+
unmodeled and reflect the underlying JSON structure.
1310

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

sdk/monitor/monitor-query/src/generated/logquery/src/azureLogAnalyticsContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010
import { AzureLogAnalyticsOptionalParams } from "./models";
1111

1212
const packageName = "monitor-log-query";
13-
const packageVersion = "1.0.0";
13+
const packageVersion = "1.0.0-beta.3";
1414

1515
/** @hidden */
1616
export class AzureLogAnalyticsContext extends coreHttp.ServiceClient {

sdk/monitor/monitor-query/src/generated/metrics/src/monitorManagementClientContext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
1010
import { ApiVersion201801, MonitorManagementClientOptionalParams } from "./models";
1111

1212
const packageName = "monitor-metrics";
13-
const packageVersion = "1.0.0";
13+
const packageVersion = "1.0.0-beta.3";
1414

1515
/** @hidden */
1616
export class MonitorManagementClientContext extends coreHttp.ServiceClient {

0 commit comments

Comments
 (0)