Skip to content

Commit

Permalink
Merge pull request #132 from aztfmod/sm-aml-compute-instance
Browse files Browse the repository at this point in the history
Adding azurerm_machine_learning_compute_instance and azurerm_communication_service
  • Loading branch information
arnaudlh committed Nov 17, 2021
2 parents 4e123ca + 2f87dc3 commit a41d026
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_cdn_profile ||
|azurerm_client_config ||
|azurerm_cognitive_account ||
|azurerm_communication_service ||
|azurerm_consumption_budget_resource_group ||
|azurerm_consumption_budget_subscription ||
|azurerm_container_group ||
Expand Down Expand Up @@ -439,6 +440,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_logic_app_trigger_http_request ||
|azurerm_logic_app_trigger_recurrence ||
|azurerm_logic_app_workflow ||
|azurerm_machine_learning_compute_instance ||
|azurerm_machine_learning_workspace ||
|azurerm_maintenance_assignment_dedicated_host ||
|azurerm_maintenance_assignment_virtual_machine ||
Expand Down
6 changes: 5 additions & 1 deletion azurecaf/models_generated.go

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

24 changes: 23 additions & 1 deletion resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -2617,5 +2617,27 @@
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
}
},
{
"name": "azurerm_machine_learning_compute_instance",
"min_length": 1,
"max_length": 16,
"validation_regex": "\"^[a-zA-Z0-9][a-z0-9-]{0,14}[a-zA-Z0-9]$\"",
"scope": "parent",
"slug": "amlci",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9a-z-]\""
},
{
"name": "azurerm_communication_service",
"min_length": 1,
"max_length": 64,
"validation_regex": "\"^[a-zA-Z0-9_-]{1,64}$\"",
"scope": "parent",
"slug": "acs",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_-]\""
}
]

0 comments on commit a41d026

Please sign in to comment.