Skip to content

Commit

Permalink
Merge branch 'schoenr79-feature/issue-212'
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Nov 29, 2022
2 parents 7dad5bf + 02270a8 commit ddea3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions azurecaf/models_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -2077,12 +2077,12 @@
"name": "azurerm_shared_image",
"min_length": 1,
"max_length": 80,
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9._]{0,78}[a-zA-Z0-9]$\"",
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9-_.]{0,78}[a-zA-Z0-9_]$\"",
"scope": "parent",
"slug": "si",
"dashes": false,
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.]\""
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_virtual_hub",
Expand Down

0 comments on commit ddea3d2

Please sign in to comment.