Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/terraform/get-started-azapi-update-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In this article, you learn how to use the [AzAPI Terraform provider](https://reg
Run [az eventhubs namespace network-rule list](/cli/azure/eventhubs/namespace/network-rule-set#az-eventhubs-namespace-network-rule-set-list) to display the Event Hubs Namespace network rules.

```azurecli
az eventhubs namespace network-rule-set list --name <resource_group_name> --namespace-name <namespace_name>
az eventhubs namespace network-rule list --resource-group <resource_group_name> --namespace-name <namespace_name>
```

**Key points:**
Expand Down