terraform/website/source/docs/providers
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
..
archive provider/archive: Converting to datasource. (#8492) 2016-10-25 15:59:06 +01:00
atlas
aws Exposed aws_api_gw_domain_name.certificate_upload_date attribute (#9533) 2016-10-25 16:07:08 +01:00
azure
azurerm provider/azurerm: fix servicebus_topic updating values (#9323) 2016-10-25 16:34:08 +01:00
bitbucket adds missing `language` argument 2016-10-22 18:35:37 +02:00
chef
clc
cloudflare
cloudstack
cobbler
consul
datadog
dme
dnsimple
do Allow resizing DigitalOcean Droplets without increasing disk size. 2016-10-24 20:00:04 -04:00
docker
dyn
fastly
github
google Fix link pointing to GCE docs 2016-10-22 18:34:59 +01:00
grafana
heroku
influxdb
librato
logentries
mailgun
mysql
openstack provider/openstack: gophercloud migration: Removing APIKey Attribute 2016-10-23 02:38:17 +00:00
packet
pagerduty Add support for teams in escalation policies & vendor support 2016-10-24 15:01:35 +02:00
postgresql
powerdns
rabbitmq
random
rundeck
scaleway Merge pull request #9321 from Zhebr/patch-1 2016-10-25 14:39:49 +01:00
softlayer
statuscake
template
terraform Update remote_state.html.md 2016-10-24 14:14:49 -07:00
tls
triton
ultradns
vcd
vsphere
index.html.markdown