Skip to content

Commit

Permalink
Merge pull request #88 from ciprianglg/bug/updateRegx-DevTestLab/labs…
Browse files Browse the repository at this point in the history
…/virtualmachines

Bug/update DevTestLab/labs/virtualmachines resource type
  • Loading branch information
jamasten committed Jun 21, 2024
2 parents 391fcef + 55bb142 commit ed82e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/repository/resourcetypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -2941,7 +2941,7 @@
"invalidCharactersStart": "",
"invalidCharactersEnd": "",
"invalidCharactersConsecutive": "",
"regx": "^(?![0-9]+$)([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,13}[a-zA-Z0-9])$",
"regx": "^(?![0-9]+$)([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,62}[a-zA-Z0-9])$",
"staticValues": ""
},
{
Expand All @@ -2960,7 +2960,7 @@
"invalidCharactersStart": "",
"invalidCharactersEnd": "",
"invalidCharactersConsecutive": "",
"regx": "^(?![0-9]+$)([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,62}[a-zA-Z0-9])$",
"regx": "^(?![0-9]+$)([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9-]{0,13}[a-zA-Z0-9])$",
"staticValues": ""
},
{
Expand Down

0 comments on commit ed82e1a

Please sign in to comment.