Skip to content

Conversation

Roopan-Microsoft
Copy link
Contributor

Purpose

  • This pull request introduces changes to standardize the SKU naming convention for OpenAI models by replacing Standard with GlobalStandard across infrastructure configuration and scripts. It ensures consistency in model definitions and quota checks. Below is a breakdown of the most important changes:

Infrastructure Configuration Updates:

  • Updated the SKU name from 'Standard' to 'GlobalStandard' in the defaultOpenAiDeployments definition in infra/main.bicep.
  • Modified the SKU name in infra/main.json to reflect the change from 'Standard' to 'GlobalStandard' and updated the templateHash value accordingly. [1] [2]

Script Adjustments:

  • Updated the MIN_CAPACITY model key in scripts/checkquota.sh to use the GlobalStandard prefix for text-embedding-ada-002.
  • Simplified the logic in scripts/quota_check_params.sh by removing the conditional check for text-embedding-ada-002 and ensuring both standard and globalstandard model types are included in the MODEL_TYPES array.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft changed the title chore: OpenAI models by replacing Standard with GlobalStandard across infrastructure chore: OpenAI models by replacing Standard with GlobalStandard across infrastructure in the Bicep Jul 22, 2025
@Roopan-Microsoft Roopan-Microsoft added this pull request to the merge queue Jul 24, 2025
Merged via the queue into main with commit 248de84 Jul 24, 2025
12 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.

2 participants