From e161ab38530bc402d970513ff4d0d920c2c58757 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:16:22 +0000 Subject: [PATCH 1/2] Initial plan From 5a1fc3389f134614e43182fa6965b77e7c611b50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:21:32 +0000 Subject: [PATCH 2/2] Fix filename and add copyright header to exporters __init__.py Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com> --- .../observability/core/exporters/{__init__py => __init__.py} | 3 +++ 1 file changed, 3 insertions(+) rename libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/{__init__py => __init__.py} (68%) diff --git a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__.py similarity index 68% rename from libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py rename to libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__.py index 2867652c..83b84bcb 100644 --- a/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__py +++ b/libraries/microsoft-agents-a365-observability-core/microsoft_agents_a365/observability/core/exporters/__init__.py @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. + # Agent365Exporter is not exported intentionally. # It should only be used internally by the observability core module. __all__ = ["Agent365ExporterOptions"]