From cc27375e1334683f636066595153e4be8ff0e27c Mon Sep 17 00:00:00 2001 From: Jochen Rauschenbusch Date: Wed, 1 Jul 2020 18:55:07 +0200 Subject: [PATCH] refactor docs --- ...database_principal_assignment.html.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/r/kusto_database_principal_assignment.html.markdown b/website/docs/r/kusto_database_principal_assignment.html.markdown index 2b091b2a51de6..df643441ba00c 100644 --- a/website/docs/r/kusto_database_principal_assignment.html.markdown +++ b/website/docs/r/kusto_database_principal_assignment.html.markdown @@ -3,12 +3,12 @@ subcategory: "Data Explorer" layout: "azurerm" page_title: "Azure Resource Manager: azurerm_kusto_database_principal_assignment" description: |- - Manages a Kusto Database Principal Assignment. + Manages a Kusto / Data Explorer Database Principal Assignment --- # azurerm_kusto_database_principal_assignment -Manages a Kusto Database Principal Assignment. +Manages a Kusto (also known as Azure Data Explorer) Database Principal Assignment. ## Example Usage @@ -78,22 +78,22 @@ In addition to the Arguments listed above - the following Attributes are exporte * `id` - The ID of the Kusto Database Principal Assignment. -* `principal_name` - The computed name of the principal. +* `principal_name` - The name of the principal. -* `tenant_name` - The computed name of the tenant. +* `tenant_name` - The name of the tenant. ## Timeouts The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/docs/configuration/resources.html#timeouts) for certain actions: -* `create` - (Defaults to 1 hour) Used when creating the Data Explorer. -* `read` - (Defaults to 5 minutes) Used when retrieving the Data Explorer. -* `update` - (Defaults to 1 hour) Used when updating the Data Explorer. -* `delete` - (Defaults to 1 hour) Used when deleting the Data Explorer. +* `create` - (Defaults to 1 hour) Used when creating the Kusto Database Principal Assignment. +* `read` - (Defaults to 5 minutes) Used when retrieving the Kusto Database Principal Assignment. +* `update` - (Defaults to 1 hour) Used when updating the Kusto Database Principal Assignment. +* `delete` - (Defaults to 1 hour) Used when deleting the Kusto Database Principal Assignment. ## Import -Data Explorers can be imported using the `resource id`, e.g. +Kusto Database Principal Assignment can be imported using the `resource id`, e.g. ```shell terraform import azurerm_kusto_database_principal_assignment.example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Kusto/Clusters/cluster1/Databases/database1/PrincipalAssignments/assignment1