Skip to content

fix: remove deprecated runtimes (Python 3.11/3.12, .NET 8/9) from agent init#8293

Open
v1212 wants to merge 2 commits into
Azure:mainfrom
v1212:fix/remove-old-runtimes
Open

fix: remove deprecated runtimes (Python 3.11/3.12, .NET 8/9) from agent init#8293
v1212 wants to merge 2 commits into
Azure:mainfrom
v1212:fix/remove-old-runtimes

Conversation

@v1212
Copy link
Copy Markdown
Collaborator

@v1212 v1212 commented May 21, 2026

Summary

  • Removes Python 3.11, Python 3.12, .NET 8, and .NET 9 from the runtime selection in azd ai agent init
  • Keeps only Python 3.13, Python 3.14, and .NET 10
  • Updates no-prompt defaults to Python 3.13 and .NET 10

…nt init

Keep only Python 3.13, 3.14 and .NET 10 as supported runtime options.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the azd ai agent init (code deploy) runtime selection to remove deprecated Python/.NET runtime options, and aligns the non-interactive defaults with the remaining supported runtimes.

Changes:

  • Removed Python 3.11/3.12 and .NET 8/9 from the interactive runtime selection list.
  • Updated --no-prompt defaults to Python 3.13 (non-dotnet-only) and .NET 10 (dotnet-only).
  • Simplified the interactive default selection logic now that older runtimes are no longer offered.

Comment thread cli/azd/extensions/azure.ai.agents/internal/cmd/init_from_code.go Outdated
@github-actions github-actions Bot added the ext-agents azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes} extensions label May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ext-agents azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes} extensions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants