Skip to content

Commit 5ccd1c8

Browse files
authored
Merge pull request #90092 from DustinEwers/patch-1
CLI command had an incorrectly cased parameter
2 parents 5321dc9 + b1c6c20 commit 5ccd1c8

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)