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 Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
cdn_endpoint.html.markdown Scaffold the AzureRM CDN Endpoint resource 2016-01-20 16:47:41 +00:00
cdn_profile.html.markdown provider/azurerm: Bump azure-sdk-for-go to 3.0.0-beta (#7420) 2016-06-30 15:36:08 +01:00
dns_a_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_aaaa_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_cname_record.html.markdown provider/azurerm: Add DNS CName Record Resource 2016-02-05 12:51:33 +00:00
dns_mx_record.html.markdown provider/azurerm: Add `azurerm_dns_mx_record` resource 2016-02-07 22:26:56 +00:00
dns_ns_record.html.markdown provider/azurerm: Add `azurerm_dns_ns_record` resource 2016-02-06 19:09:52 +00:00
dns_srv_record.html.markdown provider/azurerm: Add `azurerm_dns_srv_record` resource 2016-02-07 21:49:02 +00:00
dns_txt_record.html.markdown provider/azurerm: Add `azurerm_dns_ns_record` resource 2016-02-06 19:09:52 +00:00
dns_zone.html.markdown Update dns_zone.html.markdown (#8273) 2016-08-17 22:46:18 +01:00
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 Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
network_interface.html.markdown provider/azurerm: Add support for EnableIPForwarding to (#6807) 2016-05-20 22:43:18 +01:00
network_security_group.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
network_security_rule.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
public_ip.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
resource_group.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
route.html.markdown Scaffold the Azure RM Route Resource 2016-01-10 15:02:48 +00:00
route_table.html.markdown Adds the ability to tag more of the Azure RM Network resources 2016-01-18 20:55:28 +00:00
search_service.html.markdown provider/azurerm: Add documentation for the `azurerm_search_service` 2016-02-19 00:57:51 +00:00
servicebus_namespace.html.markdown provider/azurerm: expose default keys for servicebus_namespace 2016-10-05 22:12:28 +01:00
servicebus_subscription.html.markdown provider/azurerm: add servicebus_subscription resource 2016-10-03 15:27:28 +01:00
servicebus_topic.html.markdown provider/azurerm: fix servicebus_topic updating values (#9323) 2016-10-25 16:34:08 +01:00
sql_database.html.markdown provider/azurerm: Support AzureRM Sql Database DataWarehouse 2016-10-04 14:38:51 +01:00
sql_firewall_rule.html.markdown Website: Adding an import section to the bottom of the page of importable resources (#7703) 2016-07-19 17:22:30 +01:00
sql_server.html.markdown provider/azurerm: Adding azurerm_sql_database resource 2016-02-04 23:36:50 +00:00
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 Azure blob contents can be copied from an existing blob (#8126) 2016-08-14 11:14:41 +01:00
storage_container.html.markdown AzureRM storage container and blob tests and documentation 2016-01-27 00:23:57 +00:00
storage_queue.html.markdown Azure RM Storage Queue: 2016-01-27 12:27:58 +00:00
storage_share.html.markdown provider/azurerm: Implement azurerm_storage_share 2016-10-11 11:41:21 +02:00
storage_table.html.markdown provider/azurerm: `azurerm_storage_table` resource (#7327) 2016-07-27 22:49:43 +01:00
subnet.html.markdown Organises the AzureRM layout to Network and Virtual Machine resources 2016-01-10 01:09:14 +00:00
template_deployment.html.markdown Corrected some ARM documentation 2016-07-05 10:46:14 +01:00
traffic_manager_endpoint.html.markdown provider/azurerm: add traffic manager resources (#7826) 2016-07-31 23:46:15 +01:00
traffic_manager_profile.html.markdown provider/azurerm: add traffic manager resources (#7826) 2016-07-31 23:46:15 +01:00
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 docs/azurerm: prefixes removed from `azurerm_virtual_machine_scale_set` (#7752) 2016-07-21 18:21:03 +01:00
virtual_network.html.markdown Specified a variable's contents 2016-10-13 17:20:09 -06:00
virtual_network_peering.html.markdown provider/azurerm: create virtual_network_peering resource (#8168) 2016-08-13 22:37:46 +04:00