Skip to content

Commit 0428662

Browse files
[Resource] Fix #32786: az bicep publish: Correct placement of --force in help example (#33517)
Co-authored-by: titanniya542-spec <titanniya542-spec@users.noreply.github.com>
1 parent 7b06eac commit 0428662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/azure-cli/azure/cli/command_modules/resource

src/azure-cli/azure/cli/command_modules/resource/_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2427,7 +2427,7 @@
24272427
- name: Publish a bicep file.
24282428
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}"
24292429
- name: Publish a bicep file overwriting an existing tag.
2430-
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag} --force"
2430+
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}" --force
24312431
- name: Publish a bicep file with documentation uri.
24322432
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}" --documentation-uri {documentation_uri}
24332433
- name: Publish a bicep file with documentation uri and include source code

0 commit comments

Comments
 (0)