Skip to content

Commit bd3979b

Browse files
Merge pull request #231883 from spelluru/patch-171
missing \
2 parents 3f20721 + 0be301b commit bd3979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-federation-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A subscription with a respective rule can be easily added to any topic using the
5050
```azurecli
5151
5252
az servicebus topic subscription rule create --resource-group myresourcegroup \
53-
--namespace mynamespace --topic-name mytopic
53+
--namespace mynamespace --topic-name mytopic \
5454
--subscription-name replication --name replication \
5555
--action-sql-expression "set replication = 1" \
5656
--filter-sql-expression "replication IS NULL"

0 commit comments

Comments
 (0)