Skip to content

Commit a94ce8c

Browse files
authored
Update Azure.Monitor.Query version back to beta (Azure#26015)
1 parent ba12154 commit a94ce8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Release History
22

3-
## 1.1.0 (2021-12-07)
3+
## 1.1.0-beta.1 (2021-12-07)
4+
45
### Features Added
56
- Added `LogsTable` and `LogsTableRow` to `MonitorQueryModelFactory`
67

7-
88
## 1.0.1 (2021-11-09)
99

1010
### Bugs Fixed

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.1.0</Version>
5+
<Version>1.1.0-beta.1</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.1</ApiCompatVersion>
88
<PackageTags>Azure Monitor Query</PackageTags>

0 commit comments

Comments
 (0)