Security Zones with multiple addresses

When I create a Security Zones with identifiers IP Addresse as 10.16.101.1-126
and another Security Zones with identifiers IP Addresse as 173.34..
Above works fine for both Security Zones

But when create a Security Zones using comma sperated IP Addresse as 10.16.101.1-126,173.34..
It doesn’t work for none of the IP ranges.
What I’m doing wrong?

A list of IP addresses (comma separated) is permitted. Perhaps some of the qualifiers are not met in the combined zone? Double-check your service security to see if another zone has a higher-ranking policy configured?

I ran into a similar issue when setting up a scheduled gateway script in my project to run at two different times every hour.

What I discovered is that putting a space after the comma caused the problem. Removing the space, it worked fine.