fix: downmerge from main to dev - #180
Merged
Merged
Conversation
chore: remove create-release.yml workflow file
refactor: Upgrade gpt-4.1 mini model to gpt-5-mini
chore: Update Owners ID for Vinay and Prajwal
Priyanka2-Microsoft
requested review from
Avijit-Microsoft,
Roopan-Microsoft,
Anish Arora (aniaroramsft),
dgp10801 and
Todd Herman (toherman-msft)
as code owners
August 25, 2026 13:09
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the accelerator’s default Azure OpenAI chat model from gpt-4.1-mini to gpt-5-mini across infrastructure parameters, quota-check scripts, and documentation, and removes the automated release workflow.
Changes:
- Updated
infra/main.bicepparamdefault chat model name/version togpt-5-mini/2025-08-07. - Updated bash + PowerShell quota check scripts and documentation examples to reference
gpt-5-miniby default. - Removed
.github/workflows/create-release.yml.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/quota_check.sh | Switches default model references to gpt-5-mini and updates related help/comment text. |
| scripts/quota_check.ps1 | Switches default model references to gpt-5-mini and updates related help/comment text. |
| infra/main.bicepparam | Updates the default deployed chat model name/version to gpt-5-mini / 2025-08-07. |
| docs/quota_check.md | Updates documentation examples and sample output headers to gpt-5-mini. |
| .github/workflows/create-release.yml | Removes the automated release creation workflow. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Roopan-Microsoft
approved these changes
Aug 26, 2026
Avijit-Microsoft
approved these changes
Aug 26, 2026
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 OpenAI model used throughout the documentation, infrastructure, and quota check scripts from
gpt-4.1-minitogpt-5-mini. All references, default parameters, example usages, and related comments have been updated to reflect this change. Additionally, the release workflow configuration file has been removed.Model update from gpt-4.1-mini to gpt-5-mini:
infra/main.bicepparamto usegpt-5-miniwith the new version2025-08-07.scripts/quota_check.sh,scripts/quota_check.ps1, anddocs/quota_check.mdto usegpt-5-miniinstead ofgpt-4.1-mini, including help text, parameter defaults, and sample outputs. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Release workflow removal:
.github/workflows/create-release.ymlfile, removing the automated release creation workflow.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information