Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/azure-cli/azure/cli/command_modules/resource/_help.py
Co-authored-by: Xing Zhou <[email protected]>
  • Loading branch information
shenglol and zhoxing-ms authored Feb 18, 2021
commit 3208dddbec1267a12fbde523a2fd985ef5351226
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@
short-summary: Build one or more Bicep files.
examples:
- name: Build a Bicep file.
text: az bicep build --files <bicep_file>
text: az bicep build --files {bicep-file}
- name: Build multiple Bicep files.
text: az bicep build --files <bicep_file1> <bicep_file2>
- name: Build a Bicep file and prints all output to stdout.
Expand Down