Ciprian Gologan

Results 3 issues of Ciprian Gologan

Regx limits for max and min were reversed between linux and windows

Existing regx for "Resource": "Logic/integrationAccounts/maps", "Resource": "Logic/integrationAccounts/certificates", are generating errors: Invalid pattern '^[a-zA-Z0-9_-\.()]{1,80}$' at offset 15. [x-y] range in reverse order.

Existing Regex gives error in case you want to generate a name: Invalid pattern '^[a-zA-Z0-9_-.]{1,64}$' at offset 15. [x-y] range in reverse order