[azure-ai-projects] Fix README context-manager snippets, a typo, and non-canonical env var names in samples#48124
Open
kkchandi wants to merge 4 commits into
Open
[azure-ai-projects] Fix README context-manager snippets, a typo, and non-canonical env var names in samples#48124kkchandi wants to merge 4 commits into
kkchandi wants to merge 4 commits into
Conversation
… typo Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 77e272d0-4d0f-42cf-b18b-50a5ab5b60e5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 77e272d0-4d0f-42cf-b18b-50a5ab5b60e5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 77e272d0-4d0f-42cf-b18b-50a5ab5b60e5
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 77e272d0-4d0f-42cf-b18b-50a5ab5b60e5
kkchandi
requested review from
bobogogo1990,
dargilco,
glharper,
howieleung,
kingernupur,
nick863,
trangevi and
trrwilson
as code owners
July 18, 2026 00:07
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes documentation and sample consistency in azure-ai-projects.
Changes:
- Adds bodies to context-manager snippets and corrects a README delimiter.
- Standardizes evaluation sample environment variables.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
README.md |
Updates context-manager examples and logging comment. |
sample_evaluations_score_model_grader_with_image_model_target.py |
Renames project and model environment variables. |
sample_evaluations_score_model_grader_with_audio.py |
Renames project, grader, and audio model variables. |
sample_evaluations_score_model_grader_with_audio_model_target.py |
Renames project, grader, and audio model variables. |
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.
Documentation-only fixes in the
azure-ai-projectspackage. No library code changes.README.md
):with no body, which is aSyntaxErrorif copy-pasted. Add a placeholder body (...) so the snippets run.`azure.ai.projects'->`azure.ai.projects`.samples/evaluations/ (3 files)
AZURE_AI_PROJECT_ENDPOINT->FOUNDRY_PROJECT_ENDPOINTandAZURE_AI_MODEL_DEPLOYMENT_NAME->FOUNDRY_MODEL_NAME(the audio variant becomesFOUNDRY_MODEL_NAME_FOR_AUDIO). Docstrings and code are updated together so each sample stays self-consistent.