[microsoft.foundry] register microsoft.foundry meta-package 1.0.0-beta.2#9278
Open
huimiu wants to merge 1 commit into
Open
[microsoft.foundry] register microsoft.foundry meta-package 1.0.0-beta.2#9278huimiu wants to merge 1 commit into
huimiu wants to merge 1 commit 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. |
huimiu
marked this pull request as ready for review
July 23, 2026 08:53
huimiu
requested review from
JeffreyCA,
RickWinter,
XiaofuHuang,
achauhan-scc,
anchenyi,
glharper,
hemarina,
hund030,
kingernupur,
richardpark-msft,
saanikaguptamicrosoft,
tg-msft,
therealjohn,
trangevi,
trrwilson and
vhvb1989
as code owners
July 23, 2026 08:53
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
|
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. |
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.
Adds the
microsoft.foundry1.0.0-beta.2entry tocli/azd/extensions/registry.json.Why: The
microsoft.foundryprovisioning provider is being moved fromazure.ai.agentstoazure.ai.projects(source change in #9133).Merge order (blocked until dependencies land)
TestRegistryFileIsValidwill stay red until the two dependency versions exist inregistry.json:azure.ai.agents1.0.0-beta.7registry entryazure.ai.projects1.0.0-beta.3registry entryLocal validation confirms the entry is otherwise well-formed: the only two failures are the not-yet-published
~1.0.0-beta.7and~1.0.0-beta.3dependencies. Once #9276 and #9273 merge, this entry resolves and the test passes.