fix: downmerging main to dev - #683
Merged
Merged
Conversation
fix: merging dev to main
- Replace deprecated gpt-4.1-mini (2025-04-14) with gpt-5-mini (2025-08-07) in main.bicep/main.json, CI.yml, quota scripts and docs - Set AKS agent pool availabilityZones=[] to avoid AvailabilityZoneNotSupported in regions/subs without zones - Change AKS VM size Standard_D4ds_v5 -> Standard_D4ds_v6 (v5 not allowed in subscription) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: Update Owners ID for Vinay and Prajwal
fix: gptmodel update
Priyanka2-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
dgp10801,
nchandhi and
toherman-msft
as code owners
July 24, 2026 09:16
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the solution’s default Azure OpenAI GPT model configuration to deploy/use gpt-5-mini (with version 2025-08-07) across infrastructure templates, deployment/CI scripts, and documentation, and adds a small VM scale set/agent pool configuration tweak for broader regional compatibility.
Changes:
- Updated default GPT model name from
gpt-4.1-minitogpt-5-miniand default model version to2025-08-07across infra + automation. - Updated docs and quota-check guidance/examples to reference
gpt-5-mini. - Added an explicit empty
availabilityZonesarray to the VMSS/agent pool configuration to avoid zonal placement incompatibilities.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| infra/main.json | Updates default GPT model/version, quota usageName, and adds availabilityZones: [] in agent pool settings. |
| infra/main.bicep | Updates default GPT model/version and adds availabilityZones: [] for the primary agent pool. |
| docs/QuotaCheck.md | Updates quota-check instructions/examples to gpt-5-mini. |
| docs/CustomizingAzdParameters.md | Updates parameter documentation defaults to gpt-5-mini and 2025-08-07. |
| docs/AVMPostDeploymentGuide.md | Updates recommended quota table to gpt-5-mini. |
| Deployment/quota_check_params.sh | Updates default model-capacity pair to gpt-5-mini:150. |
| Deployment/checkquota.ps1 | Updates quota name key to OpenAI.GlobalStandard.gpt-5-mini. |
| .github/workflows/CI.yml | Updates CI deployment parameters to use gpt-5-mini and version 2025-08-07. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
Jul 24, 2026
Avijit-Microsoft
approved these changes
Jul 24, 2026
Roopan-Microsoft
had a problem deploying
to
production
July 30, 2026 02:15 — with
GitHub Actions
Failure
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.
Purpose
This pull request updates the default GPT model used throughout the deployment scripts, infrastructure templates, and documentation from
gpt-4.1-minitogpt-5-mini, along with updating the default model version and related references. It also introduces a minor infrastructure improvement to VM scale set configuration. These changes ensure the deployment uses the latest GPT model and reflect this update consistently across code and docs.Model Update and Configuration:
gpt-4.1-minitogpt-5-miniand updated the default version to2025-08-07in all infrastructure templates (main.bicep,main.json), deployment scripts, and workflow files. [1] [2] [3] [4] [5] [6] [7]Documentation Updates:
gpt-5-miniinstead ofgpt-4.1-mini, including quota recommendations, parameter guides, and usage examples. [1] [2] [3] [4] [5]Infrastructure Improvements:
availabilityZonesarray to the VM scale set configuration to improve compatibility across regions and subscriptions. [1] [2]Other Adjustments:
main.jsondue to the above changes.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information