There was an error while loading. Please reload this page.
az bicep publish
--force
1 parent 7b06eac commit 0428662Copy full SHA for 0428662
1 file changed
src/azure-cli/azure/cli/command_modules/resource/_help.py
@@ -2427,7 +2427,7 @@
2427
- name: Publish a bicep file.
2428
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}"
2429
- name: Publish a bicep file overwriting an existing tag.
2430
- text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag} --force"
+ text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}" --force
2431
- name: Publish a bicep file with documentation uri.
2432
text: az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag}" --documentation-uri {documentation_uri}
2433
- name: Publish a bicep file with documentation uri and include source code
0 commit comments