chore: Update AI model name and change SKU to GlobalStandard#143
Open
Shreyas-Microsoft wants to merge 5 commits intov2-external-memoryfrom
Open
chore: Update AI model name and change SKU to GlobalStandard#143Shreyas-Microsoft wants to merge 5 commits intov2-external-memoryfrom
Shreyas-Microsoft wants to merge 5 commits intov2-external-memoryfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Azure Bicep infrastructure templates to align AI model deployment defaults with newer model naming/version conventions and an updated embedding SKU.
Changes:
- Updated default chat model name from
GPT5.1togpt-5.1in bothinfra/main.bicepandinfra/main_custom.bicep. - Updated default chat model version from
2025-04-16to2025-11-13in both Bicep files. - Changed embedding deployment SKU from
StandardtoGlobalStandard(in one deployment path) ininfra/main.bicep.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| infra/main_custom.bicep | Updates default AI model name/version and related azd usage metadata. |
| infra/main.bicep | Updates default AI model name/version and adjusts embedding deployment SKU to GlobalStandard (partial path). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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 AI model deployment configuration in both
infra/main.bicepandinfra/main_custom.bicepto use the latest model naming conventions, default model version, and SKU settings. These changes help ensure consistency with the latest OpenAI model releases and Azure deployment standards.Model and deployment configuration updates:
'GPT5.1'to'gpt-5.1'and updated references in bothinfra/main.bicepandinfra/main_custom.bicepto use the new naming convention. [1] [2] [3] [4]'2025-04-16'to'2025-11-13'in both Bicep files, reflecting the latest available version. [1] [2]'Standard'to'GlobalStandard'ininfra/main.bicepto align with the current Azure SKU naming.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information