Skip to content

Commit

Permalink
refactor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauschenbusch committed Jul 1, 2020
1 parent 7775e5e commit cc27375
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions website/docs/r/kusto_database_principal_assignment.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cc27375

Please sign in to comment.