Skip to content

Commit 6041cc5

Browse files
authored
Remove an extra space in resources key
The resouces key has an extra space in it, that it should not. Proposing to take this out.
1 parent 7042ec2 commit 6041cc5

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)