-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Customer feedback | az bicep publish | quoting error in example #30335
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botAzure Deploymentsaz deployment/bicep/stack/deployment-scripts/ts/group exportaz deployment/bicep/stack/deployment-scripts/ts/group exportService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botAzure Deploymentsaz deployment/bicep/stack/deployment-scripts/ts/group exportaz deployment/bicep/stack/deployment-scripts/ts/group exportService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-codegen-extensibility-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Describe the bug
This issue is being moved from MicrosoftDocs/azure-docs-cli issue 4766.
Engineering request
Please fix the quoting error seen in this example. The parameter

--forceshould be OUTSIDE the double quotes.Customer feedback
Type of issue
Code doesn't work
Feedback
Code sample:
az bicep publish --file {bicep_file} --target "br:{registry}/{module_path}:{tag} --force"--forceshall be out side of ""Page URL
https://learn.microsoft.com/en-us/cli/azure/bicep?view=azure-cli-latest
Content source URL
https://github.com/MicrosoftDocs/azure-docs-cli/blob/main/latest/docs-ref-autogen/bicep.yml
Document Id
60edc003-8f74-62af-e9fd-79efb5a77d9f
Related command
az bicep publish
Errors
.
Issue script & Debug output
.
Expected behavior
.
Environment Summary
Azure CLI 2.66.0
Additional context
No response