-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix container tags comments #6747
base: main
Are you sure you want to change the base?
Conversation
@eerhardt I couldn't understand some of your comments on the other PR, like #6718 (comment) and #6718 (comment). I don't any issue with these. |
For the comment For the 2 in AzureOpenAIDeployment - you can see on the docs site that it isn't working: |
Thanks. The missing resolution in the docs site is probably something to fix in the docs generation, and if we can't then we may want to change this in the code and remove these substitutions. I checked for the tags and they don't work either, assuming that the docs are based on release/9.0 and not main. @IEvangelist do you think there is a possibility this gets fixed in the docs. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@IEvangelist any opinion? It's a free space, you can be honest ;) |
Yeah, we reported a bug in the platform to state that there are limitations with the rendering of those values. I believe there are 3 issues raised, 2 by @gewarren and 1 by me. One thing I believe we should do whenever this is working, is to format the container images as follows:
As that's the most commonly expected format for a fully qualified container image. Like I've done in a personal project here: https://github.com/IEvangelist/profanity-filter/blob/main/src/ProfanityFilter.Hosting/ProfanityFilterResourceBuilderExtensions.cs#L16 |
Description
Some changes that were done in release/9.0 were not merged back to main due to conflicts. This is fixing it. This should supersede #6718 which was opting to point to the
<summary/>
tag instead, but this would be opposite to what we have in release/9.0.Fixes # (issue)
Checklist
<remarks />
and<code />
elements on your triple slash comments?breaking-change
template):doc-idea
template):Microsoft Reviewers: Open in CodeFlow