[azure.ai.agents] Register update for 1.0.0-beta.3 and beta.4#8973
Conversation
There was a problem hiding this comment.
Pull request overview
Registers azure.ai.agents extension releases 1.0.0-beta.3 and 1.0.0-beta.4 in the local extension registry so azd can install those versions, and updates the Fig completion snapshot to reflect the new azure.yaml sample template type surfaced by the extension.
Changes:
- Add
azure.ai.agents1.0.0-beta.3and1.0.0-beta.4entries (artifacts/checksums, required azd version, capabilities, providers, dependencies) tocli/azd/extensions/registry.json. - Update the
azd ai agent sample list --typedescription snapshot to includeazure.yamlin supported values.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| cli/azd/extensions/registry.json | Appends 1.0.0-beta.3 and 1.0.0-beta.4 release metadata and artifacts for azure.ai.agents to the extension registry. |
| cli/azd/cmd/testdata/TestFigSpec.ts | Updates the Fig spec snapshot string for --type to include azure.yaml as a supported template type. |
jongio
left a comment
There was a problem hiding this comment.
Verified both release tags exist with all platform artifacts, registry entry structure matches the established beta.2 pattern, and the FigSpec snapshot update is correct.
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
|
/check-enforcer override |
Fixes: #8974
Combines the two automated single-version registry updates into one PR so
azure.ai.agents1.0.0-beta.3and1.0.0-beta.4land together for the Beta AI Agents release.Changes
cli/azd/extensions/registry.json: add the1.0.0-beta.3and1.0.0-beta.4version entries forazure.ai.agents(appended after1.0.0-beta.2).cli/azd/cmd/testdata/TestFigSpec.ts: update theazd ai agent sample list --typedescription snapshot toagent, azd, azure.yaml.TestFigSpecinstalls the latest extension from the local registry, so once beta.4 resolves it pulls in the newazure.yamltemplate type.Supersedes
[azure.ai.agents] Registry update for 1.0.0-beta.3[azure.ai.agents] Registry update for 1.0.0-beta.4The combined diff equals both bot PRs together:
registry.json+176 (88 + 88) and the same single-line snapshot update.