Skip to content

Commit 87f4e34

Browse files
nikhilNavaCopilot
andauthored
Update libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2742afa commit 87f4e34

File tree

1 file changed

+1
-1
lines changed
  • libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core

1 file changed

+1
-1
lines changed

libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def configure(
6666
:param cluster_category: (Deprecated) Environment / cluster category (e.g. "prod").
6767
Use exporter_options instead.
6868
:param exporter_options: Agent365ExporterOptions instance for configuring the exporter.
69-
If provided, token_resolver and cluster_category parameters are ignored.
69+
If provided, exporter_options takes precedence. If exporter_options is None, the token_resolver and cluster_category parameters are used as fallback/legacy support to construct a default Agent365ExporterOptions instance.
7070
:return: True if configuration succeeded, False otherwise.
7171
"""
7272
try:

0 commit comments

Comments
 (0)