Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: avm/res/event-grid/namespace - fixed duplicate metadata of a test case #3613

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions avm/res/event-grid/namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following section provides usage examples for the module, which were used to
- [Using only defaults](#example-1-using-only-defaults)
- [Using large parameter set](#example-2-using-large-parameter-set)
- [MQTT Broker with routing to a namespace topic](#example-3-mqtt-broker-with-routing-to-a-namespace-topic)
- [MQTT Broker with routing to a namespace topic](#example-4-mqtt-broker-with-routing-to-a-namespace-topic)
- [MQTT Broker with routing to a custom topic](#example-4-mqtt-broker-with-routing-to-a-custom-topic)
- [WAF-aligned](#example-5-waf-aligned)

### Example 1: _Using only defaults_
Expand Down Expand Up @@ -1214,9 +1214,9 @@ param topicSpacesState = 'Enabled'
</details>
<p>

### Example 4: _MQTT Broker with routing to a namespace topic_
### Example 4: _MQTT Broker with routing to a custom topic_

This instance deploys the module as a MQTT Broker with routing to a topic within the same Eventgrid namespace.
This instance deploys the module as a MQTT Broker with routing to a custom topic.


<details>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetScope = 'subscription'

metadata name = 'MQTT Broker with routing to a namespace topic'
metadata description = 'This instance deploys the module as a MQTT Broker with routing to a topic within the same Eventgrid namespace.'
metadata name = 'MQTT Broker with routing to a custom topic'
metadata description = 'This instance deploys the module as a MQTT Broker with routing to a custom topic.'

// ========== //
// Parameters //
Expand Down