feat: document Foundry project ownership boundary - #9513
Draft
Hui Miao (huimiu) wants to merge 2 commits into
Draft
feat: document Foundry project ownership boundary#9513Hui Miao (huimiu) wants to merge 2 commits into
Hui Miao (huimiu) wants to merge 2 commits into
Conversation
|
Azure Pipelines: 22 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Hui Miao (huimiu)
force-pushed
the
hui/foundry-agents-delegation
branch
from
August 10, 2026 10:56
555fc80 to
127ffd5
Compare
Hui Miao (huimiu)
force-pushed
the
hui/foundry-ownership-documentation
branch
from
August 10, 2026 10:58
2ed2df6 to
5430292
Compare
Hui Miao (huimiu)
force-pushed
the
hui/foundry-agents-delegation
branch
from
August 10, 2026 13:19
127ffd5 to
1077cbd
Compare
Hui Miao (huimiu)
force-pushed
the
hui/foundry-ownership-documentation
branch
from
August 10, 2026 13:33
5430292 to
39035f3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why this is needed
The Foundry ownership boundary must be understandable to users and extension authors:
azure.ai.projectsowns project identity and managed model deployments, whileazure.ai.agentsdelegates those operations and continues to own agent services. Documentation must also describe the actual compatibility contract after removing the unnecessary core dependency.Why this approach
The documentation describes the existing
WorkflowService.Runcompletion contract, the versioned input-only request file, and the successful-operation state reread through Project and Environment APIs. It documents empty-string tombstones as the representation for no-longer-configured project-owned environment values and removes claims aboutEnvironment.UnsetValue, structured workflow error protobufs, result files, or mandatory core upgrades.The changes cover:
cli/azd/docs/environment-variables.mdanddocs/reference/environment-variables.mdfor project-owned values and tombstone semantics.docs/README.mdfor the ownership model and project commands.docs/architecture/extension-framework.mdfor the extension delegation contract.docs/reference/feature-status.mdfor the project commands' beta status.This is the top layer and targets
hui/foundry-agents-delegationfrom PR #9512.