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.
1 parent a274c84 commit b1c6c20Copy full SHA for b1c6c20
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