Skip to content

Commit 3e72868

Browse files
Rakshith Bhyravabhotlascottaddie
andauthored
Monitor Prep release (#21003)
* Monitor Prep release * Update sdk/monitor/azure-monitor-query/README.md Co-authored-by: Scott Addie <[email protected]> Co-authored-by: Scott Addie <[email protected]>
1 parent 31f1e7b commit 3e72868

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

sdk/monitor/azure-monitor-query/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0b5 (2021-10-05)
3+
## 1.0.0 (2021-10-05)
44

55
### Features Added
66

sdk/monitor/azure-monitor-query/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ except HttpResponseError as err:
152152

153153
#### Handle logs query response
154154

155-
The `query_workspace` API returns a union of `LogsQueryResult` and `LogsQueryPartialResult` objects, while the `batch_query` API returns list of `LogsQueryResult`, `LogsQueryPartialResult`, and `LogsQueryError` objects. Here's a hierarchy of the response:
155+
The `query_workspace` API returns either a `LogsQueryResult` or a `LogsQueryPartialResult` object. The `batch_query` API returns a list that may contain `LogsQueryResult`, `LogsQueryPartialResult`, and `LogsQueryError` objects. Here's a hierarchy of the response:
156156

157157
```
158158
LogsQueryResult

sdk/monitor/azure-monitor-query/azure/monitor/query/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "1.0.0b5"
8+
VERSION = "1.0.0"

sdk/monitor/azure-monitor-query/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
author_email='[email protected]',
6262
url='https://github.com/Azure/azure-sdk-for-python',
6363
classifiers=[
64-
"Development Status :: 4 - Beta",
64+
"Development Status :: 5 - Production/Stable",
6565
'Programming Language :: Python',
6666
'Programming Language :: Python :: 2',
6767
'Programming Language :: Python :: 2.7',
@@ -70,6 +70,7 @@
7070
'Programming Language :: Python :: 3.7',
7171
'Programming Language :: Python :: 3.8',
7272
'Programming Language :: Python :: 3.9',
73+
'Programming Language :: Python :: 3.10',
7374
'License :: OSI Approved :: MIT License',
7475
],
7576
zip_safe=False,

0 commit comments

Comments
 (0)