Skip to content

Commit b1c6c20

Browse files
authored
CLI command had an incorrectly cased parameter
The az cli command should be publisherName not publishername. A straight copy/paste doesn't work correctly.
1 parent a274c84 commit b1c6c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/quickstart-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more in
4646
```azurecli
4747
az group create --name exampleRG --location eastus
4848
49-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters publisherEmail=<publisher-email> publishername=<publisher-name>
49+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters publisherEmail=<publisher-email> publisherName=<publisher-name>
5050
```
5151
5252
# [PowerShell](#tab/PowerShell)

0 commit comments

Comments
 (0)