From c90a8440584e8a1e0c3538287a906123155a88bb Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Thu, 13 Feb 2020 18:36:46 +0100 Subject: [PATCH] notificationhub: fixing docs --- .../docs/r/notification_hub_authorization_rule.html.markdown | 3 +-- website/docs/r/notification_hub_namespace.html.markdown | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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" } ```