Skip to content

Commit d7223ac

Browse files
authored
update (Azure#25686)
1 parent a13a526 commit d7223ac

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md

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

3-
## 1.0.0b7 (Unreleased)
3+
## 1.0.0b7 (2022-08-12)
44

55
### Features Added
66

@@ -19,8 +19,6 @@
1919
- Opentelemetry span events have wrong ParentId in Azure Monitor logs
2020
([#25369](https://github.com/Azure/azure-sdk-for-python/pull/25369))
2121

22-
### Other Changes
23-
2422
## 1.0.0b6 (2022-06-10)
2523

2624
### Features Added

sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use this package, you must have:
3030
Interaction with Azure monitor exporter starts with an instance of the `AzureMonitorTraceExporter` class for distributed tracing, `AzureMonitorLogExporter` for logging and `AzureMonitorMetricExporter` for metrics. You will need a **connection_string** to instantiate the object.
3131
Please find the samples linked below for demonstration as to how to construct the exporter using a connection string.
3232

33-
#### Logging
33+
#### Logging (experimental)
3434

3535
NOTE: The logging signal for the `AzureMonitorLogExporter` is currently in an EXPERIMENTAL state. Possible breaking changes may ensue in the future.
3636

sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
"Development Status :: 4 - Beta",
6060
'Programming Language :: Python',
6161
'Programming Language :: Python :: 3',
62-
'Programming Language :: Python :: 3.6',
6362
'Programming Language :: Python :: 3.7',
6463
'Programming Language :: Python :: 3.8',
6564
'Programming Language :: Python :: 3.9',
65+
'Programming Language :: Python :: 3.10',
6666
'License :: OSI Approved :: MIT License',
6767
],
6868
zip_safe=False,
@@ -78,7 +78,7 @@
7878
package_data={
7979
'pytyped': ['py.typed'],
8080
},
81-
python_requires=">=3.6.0",
81+
python_requires=">=3.7",
8282
install_requires=[
8383
"azure-core<2.0.0,>=1.23.0",
8484
"msrest>=0.6.10",

0 commit comments

Comments
 (0)