diff --git a/website/docs/r/notification_hub_authorization_rule.html.markdown b/website/docs/r/notification_hub_authorization_rule.html.markdown index 244bcdd91f743..5e94363fd6cd9 100644 --- a/website/docs/r/notification_hub_authorization_rule.html.markdown +++ b/website/docs/r/notification_hub_authorization_rule.html.markdown @@ -24,8 +24,7 @@ resource "azurerm_notification_hub_namespace" "example" { resource_group_name = azurerm_resource_group.example.name location = azurerm_resource_group.example.location namespace_type = "NotificationHub" - - sku_name = "Free" + sku_name = "Free" } resource "azurerm_notification_hub" "example" { diff --git a/website/docs/r/notification_hub_namespace.html.markdown b/website/docs/r/notification_hub_namespace.html.markdown index ace589dae1231..e38ed7cb27302 100644 --- a/website/docs/r/notification_hub_namespace.html.markdown +++ b/website/docs/r/notification_hub_namespace.html.markdown @@ -24,8 +24,7 @@ resource "azurerm_notification_hub_namespace" "example" { resource_group_name = azurerm_resource_group.example.name location = azurerm_resource_group.example.location namespace_type = "NotificationHub" - - sku_name = "Free" + sku_name = "Free" } ```