I was trying to deploy as Service Bus Namespace and Topic with a Subscription using a SQL Filter with this example Service Bus Topic Subscription SqlFilter template, I get the Namespace, the Topic, the Subscription and the SQL Filter created well, but the condition of the SQL Filter is the default (1=1), not the condition that I added on my template (ex: [property-name] = 'value').
What I'm doing wrong?