Skip to content

Commit

Permalink
Adding the new field to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Jul 5, 2017
1 parent da0eb1e commit 55a30f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/r/servicebus_topic.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ description: |-

Create a ServiceBus Topic.

**Note** Topics can only be created in Namespaces with an SKU of `standard` or
higher.
**Note** Topics can only be created in Namespaces with an SKU of `standard` or higher.

## Example Usage

Expand Down Expand Up @@ -58,6 +57,8 @@ The following arguments are supported:
* `resource_group_name` - (Required) The name of the resource group in which to
create the namespace. Changing this forces a new resource to be created.

* `status` - (Optional) The Status of the Service Bus Topic. Acceptable values are `Active` or `Disabled`. Defaults to `Active`.

* `auto_delete_on_idle` - (Optional) The idle interval after which the
Topic is automatically deleted, minimum of 5 minutes. Provided in the [TimeSpan](#timespan-format)
format.
Expand Down

0 comments on commit 55a30f0

Please sign in to comment.