We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5321dc9 + b1c6c20 commit 5ccd1c8Copy full SHA for 5ccd1c8
articles/api-management/quickstart-bicep.md
@@ -46,7 +46,7 @@ You can use Azure CLI or Azure PowerShell to deploy the Bicep file. For more in
46
```azurecli
47
az group create --name exampleRG --location eastus
48
49
- az deployment group create --resource-group exampleRG --template-file main.bicep --parameters publisherEmail=<publisher-email> publishername=<publisher-name>
+ az deployment group create --resource-group exampleRG --template-file main.bicep --parameters publisherEmail=<publisher-email> publisherName=<publisher-name>
50
```
51
52
# [PowerShell](#tab/PowerShell)
0 commit comments