Hi, I want to create a correlation filter on a service bus topic using Azure CLI but everytime I stumble into this error:
"BadRequest: Value cannot be null.
Parameter name: sqlExpression CorrelationId: a14dcc41-7626-4f06-8f26-33df172d9c90"
In the github repo for az-cli, there are two existing bugs for the same issue and they are open for more than 9 months now approx. I have tried playing with all possible parameters mentioned here https://docs.microsoft.com/en-us/cli/azure/servicebus/topic/subscription/rule?view=azure-cli-latest#az_servicebus_topic_subscription_rule_create but no luck.
I can however create a correlation filter through C# or using Service Bus Explorer. We are blocked at the moment because we use az cli scripts to create our infra in azure through devops pipelines. Any help/pointers would be highly appreciated. Thanks,
Cheers,
Usman