Skip to content

chore: Update AI model name and change SKU to GlobalStandard#143

Open
Shreyas-Microsoft wants to merge 5 commits intov2-external-memoryfrom
psl-infra-changes
Open

chore: Update AI model name and change SKU to GlobalStandard#143
Shreyas-Microsoft wants to merge 5 commits intov2-external-memoryfrom
psl-infra-changes

Conversation

@Shreyas-Microsoft
Copy link
Collaborator

Purpose

This pull request updates the AI model deployment configuration in both infra/main.bicep and infra/main_custom.bicep to 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:

  • Changed the default AI model name from 'GPT5.1' to 'gpt-5.1' and updated references in both infra/main.bicep and infra/main_custom.bicep to use the new naming convention. [1] [2] [3] [4]
  • Updated the default AI model version from '2025-04-16' to '2025-11-13' in both Bicep files, reflecting the latest available version. [1] [2]
  • Changed the SKU name for the embedding model deployment from 'Standard' to 'GlobalStandard' in infra/main.bicep to align with the current Azure SKU naming.

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

Copy link
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

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.1 to gpt-5.1 in both infra/main.bicep and infra/main_custom.bicep.
  • Updated default chat model version from 2025-04-16 to 2025-11-13 in both Bicep files.
  • Changed embedding deployment SKU from Standard to GlobalStandard (in one deployment path) in infra/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.

Shreyas-Microsoft and others added 2 commits March 18, 2026 10:12
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.

2 participants