When attempting to validate an image, we have run into some situations where we cannot perform the validation due to the last character being a hyphen (-).
An example of the error message:
Error: Resource name val-ABCDE- is invalid. The name can be up to 80 characters long. It must begin with a word character, and it must end with a word character or with '_'. The name may contain word characters or '.', '-', '_'.
Is this a limitation of Azure or Nerdio? Can the validation process do a check on the name and handle anything with a trailing hyphen, or other unsupported trailing character?
Comments (1 comment)