Clarify that env-vars is ignored unless image is specified for contai… - #34079
Open
Alabi Toluwaleke (fvlga) wants to merge 1 commit into
Open
Alabi Toluwaleke (fvlga) wants to merge 1 commit into
Alabi Toluwaleke (fvlga) wants to merge 1 commit into
Conversation
…nerapp job create
Alabi Toluwaleke (fvlga)
requested review from
a team,
Greedygre (Greedygre),
Zunli Hu (Juliehzl) and
Hong Wang (howang-ms)
as code owners
September 15, 2026 01:28
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
microsoft-github-policy-service
Bot
requested review from
Yu Chen (jsntcy),
ZelinWang (wangzelin007),
Julie Zhu (yanzhudd) and
Yong Zhang (yonzhan)
September 15, 2026 01:28
Copilot started reviewing on behalf of
Alabi Toluwaleke (fvlga)
September 15, 2026 01:29
View session
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
Help text-only change with no unresolved issues.
Pull request overview
Clarifies that --env-vars is ignored for az containerapp job create unless --image is specified.
Changes:
- Adds command-scoped help text for this behavior.
File summaries
| File | Description |
|---|---|
src/azure-cli/azure/cli/command_modules/containerapp/_params.py |
Updates job-create environment variable help text. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Collaborator
|
containerapp |
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.
Related command
az containerapp job create
Description
Addressing #32574.
The
--env-varsparameter onaz containerapp job createis silentlyignored unless
--imageis also provided. This adds a note to the--env-varshelp text specifically forcontainerapp job create(via a command-scoped
argument_contextoverride) clarifying thisbehavior, without affecting the
--env-varshelp text used by othercontainerapp commands.
Testing Guide
Ran
az containerapp job create --helpand confirmed the--env-varshelp text now includes the note about it being ignored unless
--imageis specified. No functional/behavioral change — help textonly.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.