We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please correct the naming convention for azurerm_monitor_activity_log_alert
The naming convention can follow the pattern of azurerm_monitor_metric_alert. slug as per the definition is incorrect and represents ADF MySQL
{ "name": "azurerm_monitor_activity_log_alert", "min_length": 1, "max_length": 260, "validation_regex": ""^[^<>*%:&?#\\\\+\\\\/]{0,259}[^<>*%:&.?#\\\\+\\\\/]$"", "scope": "parent", "slug": "adfmysql", "dashes": true, "lowercase": false, "regex": ""[^0-9A-Za-z<>*%:&?#\\\\+\\\\/]"" },
Advance Thanks Sijo John
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please correct the naming convention for azurerm_monitor_activity_log_alert
The naming convention can follow the pattern of azurerm_monitor_metric_alert.
slug as per the definition is incorrect and represents ADF MySQL
{
"name": "azurerm_monitor_activity_log_alert",
"min_length": 1,
"max_length": 260,
"validation_regex": ""^[^<>*%:&?#\\\\+\\\\/]{0,259}[^<>*%:&.?#\\\\+\\\\/]$"",
"scope": "parent",
"slug": "adfmysql",
"dashes": true,
"lowercase": false,
"regex": ""[^0-9A-Za-z<>*%:&?#\\\\+\\\\/]""
},
Advance Thanks
Sijo John
The text was updated successfully, but these errors were encountered: