Skip to content

fix: downmerge from main to dev - #180

Merged
Avijit-Microsoft merged 14 commits into
devfrom
main
Aug 26, 2026
Merged

fix: downmerge from main to dev#180
Avijit-Microsoft merged 14 commits into
devfrom
main

Conversation

@Priyanka2-Microsoft

Copy link
Copy Markdown

Purpose

  • ...
    This pull request updates the default OpenAI model used throughout the documentation, infrastructure, and quota check scripts from gpt-4.1-mini to gpt-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:

  • Updated the default model in infra/main.bicepparam to use gpt-5-mini with the new version 2025-08-07.
  • Changed all references, examples, and default values in scripts/quota_check.sh, scripts/quota_check.ps1, and docs/quota_check.md to use gpt-5-mini instead of gpt-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:

  • Deleted the .github/workflows/create-release.yml file, removing the automated release creation workflow.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.bicepparam default chat model name/version to gpt-5-mini / 2025-08-07.
  • Updated bash + PowerShell quota check scripts and documentation examples to reference gpt-5-mini by 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.

Comment thread scripts/quota_check.sh
Comment thread scripts/quota_check.ps1
Comment thread docs/quota_check.md
@Avijit-Microsoft
Avijit-Microsoft merged commit 0fbb131 into dev Aug 26, 2026
54 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants