Skip to content

Commit

Permalink
Merge branch 'main' into f/data_collection_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh authored Jan 11, 2024
2 parents 7075707 + db30ecc commit aa3f9e4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_cost_management_export_resource_group ||
|azurerm_custom_provider ||
|azurerm_dashboard ||
|azurerm_portal_dashboard ||
|azurerm_data_factory ||
|azurerm_data_factory_dataset_azure_blob ||
|azurerm_data_factory_dataset_cosmosdb_sqlapi ||
Expand Down Expand Up @@ -619,6 +620,7 @@ This is the current compreheensive status of the implemented resources in the pr
|azurerm_role_definition ||
|azurerm_route ||
|azurerm_route_filter ||
|azurerm_route_server ||
|azurerm_route_table ||
|azurerm_search_service ||
|azurerm_security_center_auto_provisioning ||
Expand Down
5 changes: 4 additions & 1 deletion azurecaf/models_generated.go

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

22 changes: 22 additions & 0 deletions resourceDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_route_server",
"min_length": 1,
"max_length": 80,
"validation_regex": "\"^[a-zA-Z0-9][a-zA-Z0-9-._]{0,78}[a-zA-Z0-9_]$\"",
"scope": "resourceGroup",
"slug": "rts",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z_.-]\""
},
{
"name": "azurerm_route_table",
"min_length": 1,
Expand Down Expand Up @@ -2918,6 +2929,17 @@
"lowercase": false,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_portal_dashboard",
"min_length": 3,
"max_length": 160,
"validation_regex": "\"^[a-zA-Z0-9-]{3,160}$\"",
"scope": "parent",
"slug": "dsb",
"dashes": true,
"lowercase": false,
"regex": "\"[^0-9A-Za-z-]\""
},
{
"name": "azurerm_signalr_service",
"min_length": 3,
Expand Down

0 comments on commit aa3f9e4

Please sign in to comment.