[Resource] Fix #32786: az bicep publish: Correct placement of --force in help example - #33517
Conversation
|
Validation for Azure CLI Full Test Starting...
Thanks for your contribution! |
|
Validation for Breaking Change Starting...
Thanks for your contribution! |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Fixes an az bicep publish help example where the --force flag was incorrectly included inside the --target string.
Changes:
- Corrected quoting/argument placement for the
--forceflag in the “overwrite existing tag” example.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
bicep |
Live test skipped⏭️ Skipping the live test for this revision because no new test file was added ( The live-test pipeline runs only the test files a PR changes, so there is nothing to execute for this commit. This is informational — a regression test is encouraged where it makes sense, but not required. If a test file is added in a later commit, the live test will run automatically. |
There was a problem hiding this comment.
CI Review Summary — PASS
All checks are green for this PR:
| Check | Status |
|---|---|
| azdev-linter | ✅ success |
| azdev-style | ✅ success |
| block-merge | ✅ success |
| license/cla | ✅ success |
This is a documentation-only change (fixing the az bicep publish --force example), so no runnable test files were affected and the live-test workflow was correctly skipped.
No further action needed from the automation side. Ready for maintainer merge decision.
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
: Correct placement of --force in help example
: Correct placement of --force in help exampleaz bicep publish: Correct placement of --force in help example
|
/azp run |
|
Azure Pipelines: Successfully started running 3 pipeline(s). |
🤖 PR Validation — ️✔️ All clear
Summary
--forceoutside the quoted--targetvalue in theaz bicep publishhelp example.Fixes #32786.
Follow-up to MicrosoftDocs/azure-docs-cli#6015, where the generated docs were corrected and maintainers noted the source should be updated here.
Testing
rg -n "az bicep publish --file \{bicep_file\} --target" src\azure-cli\azure\cli\command_modules\resource\_help.pygit diff --checkAI disclosure
This pull request was prepared with assistance from OpenAI Codex.