Skip to content

Commit 3de9ded

Browse files
Merge pull request #250954 from polatengin/enpolat/bicep-cli-fixing-typos
fixing typos on bicep cli documentation
2 parents e6d6380 + d88913b commit 3de9ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/bicep/bicep-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ For more information about using this command, see [Decompiling ARM template JSO
8888
The `decompile-params` command decompile a JSON parameters file to a _.bicepparam_ parameters file.
8989

9090
```azurecli
91-
az bicep decompile-params -- file azuredeploy.parameters.json --bicep-file ./dir/main.bicep
91+
az bicep decompile-params --file azuredeploy.parameters.json --bicep-file ./dir/main.bicep
9292
```
9393

94-
This command decompiles a _azuredeploy.parameters.json_ parameters file into a _azuredeploy.parameters.bicepparam_ file. `-bicep-file` specifies the path to the Bicep file (relative to the .bicepparam file) that is referenced in the `using` declaration.
94+
This command decompiles a _azuredeploy.parameters.json_ parameters file into a _azuredeploy.parameters.bicepparam_ file. `--bicep-file` specifies the path to the Bicep file (relative to the .bicepparam file) that is referenced in the `using` declaration.
9595

9696
## generate-params
9797

0 commit comments

Comments
 (0)