Skip to content

Commit

Permalink
azurerm_portal_dashboard added (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Lheureux <[email protected]>
  • Loading branch information
rfernandezdo and arnaudlh authored Jan 11, 2024
1 parent 83bb244 commit db30ecc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 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
3 changes: 2 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 @@ -2929,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 db30ecc

Please sign in to comment.