Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
release
  • Loading branch information
lzchen committed Nov 4, 2024
commit 17e189871017f1e36a00161327d6a61bc036bb35
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# Release History

## 1.0.0b32 (Unreleased)

### Features Added
## 1.0.0b32 (2024-11-04)

### Breaking Changes

- Serialize complex objects provided as log or event bodies to JSON and
fall back to string representation if they are not serializable.
([37694](https://github.com/Azure/azure-sdk-for-python/pull/37694))

### Bugs Fixed
([#37694](https://github.com/Azure/azure-sdk-for-python/pull/37694))

### Other Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(self, **kwargs: Any) -> None:
self._base_monitoring_data_point = MonitoringDataPoint(
version=_get_sdk_version(),
# Invariant version 5 indicates filtering is supported
invariant_version=5,
invariant_version=2,
instance=part_a_fields.get(ContextTagKeys.AI_CLOUD_ROLE_INSTANCE, ""),
role_name=part_a_fields.get(ContextTagKeys.AI_CLOUD_ROLE, ""),
machine_name=platform.node(),
Expand Down