Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
22 changes: 22 additions & 0 deletions copilot-agent-strategy/agent-365-lifecycle-atlas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to the Agent 365 Lifecycle Atlas are documented here.

## 1.3.0 - 2026-09-22

- Corrected `a365 setup all` runtime-configuration synchronization: it depends on
detecting a supported project (with a configuration-file-directory fallback),
not on a project-path flag alone, so the config-free path can still write
configuration and only `--agent-registration-only` deliberately skips it.
- Scoped the setup sequence diagram, heading, and accessible description to the
default standard-agent, non-AI-teammate path, and clarified that `--aiteammate`
provisions only the blueprint and permissions during setup.
- Clarified language-specific generated defaults: .NET `TokenValidation.Enabled =
false` and `EnableAgent365Exporter ??= false` (explicit values preserved);
Node.js/Python `ENABLE_A365_OBSERVABILITY_EXPORTER=false`. Noted that written
configuration does not prove the SDK, token validation, or exporter is active.
- Corrected observability identity binding so `gen_ai.agent.id` equals the agent's
authenticated `appId` / OAuth `client_id`, never the Entra object or blueprint
ID, and added per-request identity resolution for shared multi-instance hosts.
- Added a "What changes in my code?" runtime-integration architecture diagram and
illustrative code-area table describing customer-hosted integration boundaries.
- Labeled the package lifecycle specifically as Microsoft 365 package distribution.
- Corrections grounded in public Microsoft Learn and the pinned public
`microsoft/Agent365-devTools` source reviewed on September 22, 2026.

## 1.2.3 - 2026-09-16

- Aligned connected-platform registry sync labels with the public Microsoft
Expand Down
22 changes: 20 additions & 2 deletions copilot-agent-strategy/agent-365-lifecycle-atlas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ summary: >-
Explore Agent 365 lifecycles, discovery, identity, tooling, telemetry, admin
actions, and 18 public API endpoints in one atlas.
author: Alejandro Lopez
version: 1.2.3
version: 1.3.0
published: "2026-09-10"
updated: "2026-09-16"
updated: "2026-09-22"
tags:
- agent-365
- architecture
Expand Down Expand Up @@ -59,6 +59,24 @@ The atlas keeps generally available, preview, and beta capabilities visibly
separate. Preview and beta details must be checked against current Microsoft
documentation for the target tenant, cloud, and scenario before implementation.

## September 22, 2026 runtime-integration update

This update corrects the `a365 setup all` runtime-configuration behavior and adds
a "What changes in my code?" runtime-integration diagram. Runtime-config
synchronization now depends on detecting a supported project (with a
configuration-file-directory fallback), not simply on a project-path flag, so the
config-free path can still write configuration; only `--agent-registration-only`
deliberately skips it. The setup sequence is scoped to the default standard-agent,
non-AI-teammate path. Language-specific generated defaults are clarified: .NET sets
`TokenValidation.Enabled = false` and applies `EnableAgent365Exporter ??= false`
(preserving explicit values), while Node.js and Python set
`ENABLE_A365_OBSERVABILITY_EXPORTER=false`. The observability guidance now binds
`gen_ai.agent.id` to the agent's authenticated `appId` / OAuth `client_id` rather
than the Entra object or blueprint ID, with per-request identity resolution for
shared multi-instance hosts. Package lifecycle is labeled Microsoft 365 package
distribution. These corrections are grounded in public Microsoft Learn and the
pinned public `microsoft/Agent365-devTools` source reviewed on September 22, 2026.

## September 16, 2026 setup update

This additive update explains the seven stages behind `a365 setup all`, including
Expand Down
Loading
Loading