Skip to content

Commit 9cc3afa

Browse files
authored
Merge pull request #32868 from ludstuen90/patch-2
Remove an extra space in resources key
2 parents db62f5b + 6041cc5 commit 9cc3afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-resource-manager-namespace-topic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The Service Bus API version of the template.
9595
Creates a standard Service Bus namespace of type **Messaging**, with topic and subscription.
9696

9797
```json
98-
"resources ": [{
98+
"resources": [{
9999
"apiVersion": "[variables('sbVersion')]",
100100
"name": "[parameters('serviceBusNamespaceName')]",
101101
"type": "Microsoft.ServiceBus/Namespaces",

0 commit comments

Comments
 (0)