Skip to content

Remove 0.25 CPU option for hosted agents#8271

Merged
trangevi merged 2 commits into
mainfrom
copilot/remove-025-cpu-option
May 21, 2026
Merged

Remove 0.25 CPU option for hosted agents#8271
trangevi merged 2 commits into
mainfrom
copilot/remove-025-cpu-option

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 20, 2026

Remove the 0.25 cores, 0.5Gi memory tier from the hosted agent init flow resource selection prompt.

  • Update DefaultCpu from "0.25" to "0.5" and DefaultMemory from "0.5Gi" to "1Gi"
  • Remove the corresponding entry from ResourceTiers

All call sites (init_from_code.go, listen.go) reference the constants, so they pick up the new defaults automatically.

Update DefaultCpu from 0.25 to 0.5 and DefaultMemory from 0.5Gi to 1Gi.
Remove the 0.25 cores, 0.5Gi memory entry from ResourceTiers.

Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/489bc895-9932-43a0-93ac-baea94db4b97

Co-authored-by: therealjohn <1501196+therealjohn@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove the 0.25 CPU option for hosted agents Remove 0.25 CPU option for hosted agents May 20, 2026
Copilot AI requested a review from therealjohn May 20, 2026 17:01
@therealjohn therealjohn marked this pull request as ready for review May 20, 2026 18:58
Copilot AI review requested due to automatic review settings May 20, 2026 18:58
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 Azure AI Agents extension’s default hosted-agent container resource settings by removing the smallest tier (0.25 CPU / 0.5Gi) from the preset selection list and making 0.5 CPU / 1Gi the new default.

Changes:

  • Updated DefaultCpu from 0.25 to 0.5 and DefaultMemory from 0.5Gi to 1Gi.
  • Removed the now-redundant explicit 0.5 CPU / 1Gi entry from ResourceTiers, since it’s covered by the new defaults.

@JeffreyCA JeffreyCA added the ext-agents azure.ai.{agents,connections,inspector,projects,routines,skills,toolboxes} extensions label May 20, 2026
@github-actions
Copy link
Copy Markdown

📋 Prioritization Note

Thanks for the contribution! The linked issue isn't in the current milestone yet.
Review may take a bit longer — reach out to @rajeshkamal5050 or @kristenwomack if you'd like to discuss prioritization.

@trangevi trangevi enabled auto-merge (squash) May 21, 2026 19:31
@trangevi
Copy link
Copy Markdown
Member

/check-enforcer override

@trangevi trangevi merged commit e867b6f into main May 21, 2026
21 of 23 checks passed
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.

Remove the 0.25 CPU option for hosted agents

5 participants