Skip to content

Commit

Permalink
Adding support for #59
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Aug 24, 2021
1 parent baa90f6 commit 1edc838
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_monitor_scheduled_query_rules_log ||
|azurerm_monitor_smart_detector_alert_rule ||
|azurerm_mssql_database ||
|azurerm_mssql_mi ||
|azurerm_mssql_database_extended_auditing_policy ||
|azurerm_mssql_database_vulnerability_assessment_rule_baseline ||
|azurerm_mssql_elasticpool ||
Expand Down
4 changes: 3 additions & 1 deletion azurecaf/models_generated.go

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

11 changes: 11 additions & 0 deletions resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1790,6 +1790,17 @@
"lowercase": true,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_mssql_mi",
"min_length": 1,
"max_length": 63,
"validation_regex": "\"^[a-z0-9][a-z0-9-]{0,61}[a-z0-9]$\"",
"scope": "global",
"slug": "sqlmi",
"dashes": true,
"lowercase": true,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_mssql_database",
"min_length": 1,
Expand Down

0 comments on commit 1edc838

Please sign in to comment.