Connection string parser doesn't remove "tcp:" from server name, which fails the request to add firewall rule. The automated test run can't reliably check this since the IP address isn't always blocked.
I updated the unit tests to use a more specific expect.toBe instead of expect.toMatch which may not match the whole string.
Connection string parser doesn't remove "tcp:" from server name, which fails the request to add firewall rule. The automated test run can't reliably check this since the IP address isn't always blocked.
I updated the unit tests to use a more specific
expect.toBe
instead ofexpect.toMatch
which may not match the whole string.