From c6ccdaab155f40fa84df7ba7d6130cbdce30faba Mon Sep 17 00:00:00 2001 From: Kris Baranek <20225789+krbar@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:06:06 +0200 Subject: [PATCH] test: fixed metadata of a test case --- avm/res/event-grid/namespace/README.md | 6 +++--- .../event-grid/namespace/tests/e2e/mqttnt/main.test.bicep | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/avm/res/event-grid/namespace/README.md b/avm/res/event-grid/namespace/README.md index 68fe8bf4f3..664aad8ec0 100644 --- a/avm/res/event-grid/namespace/README.md +++ b/avm/res/event-grid/namespace/README.md @@ -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_ @@ -1214,9 +1214,9 @@ param topicSpacesState = 'Enabled'

-### 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.

diff --git a/avm/res/event-grid/namespace/tests/e2e/mqttnt/main.test.bicep b/avm/res/event-grid/namespace/tests/e2e/mqttnt/main.test.bicep index e2a8332ca0..ec0407199f 100644 --- a/avm/res/event-grid/namespace/tests/e2e/mqttnt/main.test.bicep +++ b/avm/res/event-grid/namespace/tests/e2e/mqttnt/main.test.bicep @@ -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 //