Replace hardcoded Azure OpenAI model names/versions with generic placeholders#511
Draft
Replace hardcoded Azure OpenAI model names/versions with generic placeholders#511
Conversation
…eholders Addresses dotnet/docs-aspire#5512 - specific model names and versions (gpt-4.5-preview, 2025-02-27) can become retired/outdated. Replaced with generic placeholders and added links to the Azure OpenAI available models documentation where users can find current models and versions. Co-authored-by: IEvangelist <7679720+IEvangelist@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix model names and versions to be generic placeholders
Replace hardcoded Azure OpenAI model names/versions with generic placeholders
Mar 5, 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.
Specific model name
gpt-4.5-previewand version2025-02-27in Azure OpenAI docs can become retired, breaking the samples for users. Replaced with generic placeholders and linked to the canonical models reference.azure-openai-get-started.mdxandazure-openai-host.mdx: replaced hardcoded values with<deployment-name>,<model-name>,<model-version>azure-openai-host.mdx: same placeholder treatment💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.