terraform/website/source/docs/providers/azurerm/r
Peter McAtominey c199d1fde2 provider/azurerm: fix servicebus_topic updating values (#9323)
enable_partitioning set to ForceNew
requires_duplicate_detection set to ForceNew

max_size_in_megabytes would cause a loop if enable_partitioning was true as this
causes the value to be multiplied by 16 for it's effective value, this computed
value is then returned by the ARM API in the same field which caused Terraform
to always detect a change

```
TF_ACC=1 go test ./builtin/providers/azurerm -v -run TestAccAzureRMServiceBusTopic -timeout 120m
=== RUN   TestAccAzureRMServiceBusTopic_importBasic
--- PASS: TestAccAzureRMServiceBusTopic_importBasic (345.08s)
=== RUN   TestAccAzureRMServiceBusTopic_basic
--- PASS: TestAccAzureRMServiceBusTopic_basic (342.23s)
=== RUN   TestAccAzureRMServiceBusTopic_update
--- PASS: TestAccAzureRMServiceBusTopic_update (359.56s)
=== RUN   TestAccAzureRMServiceBusTopic_enablePartitioning
--- PASS: TestAccAzureRMServiceBusTopic_enablePartitioning (362.80s)
=== RUN   TestAccAzureRMServiceBusTopic_enableDuplicateDetection
--- PASS: TestAccAzureRMServiceBusTopic_enableDuplicateDetection (364.97s)
PASS
ok  	github.com/hashicorp/terraform/builtin/providers/azurerm	1774.657s
```
2016-10-25 16:34:08 +01:00
..
availability_set.html.markdown
cdn_endpoint.html.markdown
cdn_profile.html.markdown
dns_a_record.html.markdown
dns_aaaa_record.html.markdown
dns_cname_record.html.markdown
dns_mx_record.html.markdown
dns_ns_record.html.markdown
dns_srv_record.html.markdown
dns_txt_record.html.markdown
dns_zone.html.markdown
eventhub_namespace.html.markdown provider/azurerm: Event Hub Namespaces (#9297) 2016-10-25 15:50:07 +01:00
key_vault.html.markdown provider/azurerm: fix key_vault docs mentioning ServiceBus 2016-10-25 13:56:22 +01:00
loadbalancer.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
loadbalancer_backend_address_pool.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
loadbalancer_nat_pool.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
loadbalancer_nat_rule.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
loadbalancer_probe.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
loadbalancer_rule.html.markdown provider/azurerm: Add Load Balancer resources (#9199) 2016-10-07 14:14:26 -04:00
local_network_gateway.html.markdown
network_interface.html.markdown
network_security_group.html.markdown
network_security_rule.html.markdown
public_ip.html.markdown
resource_group.html.markdown
route.html.markdown
route_table.html.markdown
search_service.html.markdown
servicebus_namespace.html.markdown provider/azurerm: expose default keys for servicebus_namespace 2016-10-05 22:12:28 +01:00
servicebus_subscription.html.markdown
servicebus_topic.html.markdown provider/azurerm: fix servicebus_topic updating values (#9323) 2016-10-25 16:34:08 +01:00
sql_database.html.markdown
sql_firewall_rule.html.markdown
sql_server.html.markdown
storage_account.html.markdown provider/azurerm: add account_kind and access_tier to storage_account resource 2016-10-17 17:49:07 +01:00
storage_blob.html.markdown
storage_container.html.markdown
storage_queue.html.markdown
storage_share.html.markdown provider/azurerm: Implement azurerm_storage_share 2016-10-11 11:41:21 +02:00
storage_table.html.markdown
subnet.html.markdown
template_deployment.html.markdown
traffic_manager_endpoint.html.markdown
traffic_manager_profile.html.markdown
virtual_machine.html.markdown provider/azurerm: arm_virtual_machine diagnostics_profile was causing a 2016-10-07 19:36:45 +01:00
virtual_machine_scale_sets.html.markdown
virtual_network.html.markdown Specified a variable's contents 2016-10-13 17:20:09 -06:00
virtual_network_peering.html.markdown