terraform/website/source/docs/providers/azurerm/r
Laurens Vanderhoven 4940fd64f1 provider/azurerm: Remove location argument from azurerm_lb_* (#11969)
* provider/azurerm: Remove location argument from loadbalancer_backend_address_pool

Applying a Terraform execution plan containing a loadbalancer_backend_address_pool
with a location argument throws a warning:

----
Warnings:

  * azurerm_lb_backend_address_pool.test: "location": [DEPRECATED] location is no longer used

  No errors found. Continuing with 1 warning(s).
----

* provider/azurerm: Remove location argument from azurerm_lb_rule

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_rule
with a location argument throws a warning:

```
Warnings:

  * azurerm_lb_rule.test: "location": [DEPRECATED] location is no longer used

No errors found. Continuing with 1 warning(s).
```

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.

* provider/azurerm: Remove location argument from azurerm_lb_probe

(Similar to https://github.com/hashicorp/terraform/pull/11963)

Applying a Terraform execution plan containing a azurerm_lb_probe
with a location argument throws a warning:

```
Warnings:

  * azurerm_lb_probe.test: "location": [DEPRECATED] location is no longer used

No errors found. Continuing with 1 warning(s).
```

Removing the (required) location argument from the documentation
as it is deprecated as per the warning.
2017-02-15 23:00:35 +00: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 provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
cdn_profile.html.markdown provider/azurerm: Container Registry (#10973) 2017-01-02 14:37:45 +00:00
container_registry.html.markdown provider/azurerm: Container Registry (#10973) 2017-01-02 14:37:45 +00:00
container_service.html.markdown provider/azurerm: Container Service (#10820) 2017-02-13 16:33:50 +00:00
dns_a_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_aaaa_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_cname_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_mx_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_ns_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_srv_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_txt_record.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
dns_zone.html.markdown Update dns_zone.html.markdown (#8273) 2016-08-17 22:46:18 +01:00
eventhub.html.markdown provider/azurerm: Event Hubs Consumer Groups (#9902) 2016-12-28 23:12:47 +00:00
eventhub_authorization_rule.html.markdown provider/azurerm: EventHub Authorization Rules (#10971) 2017-01-02 16:32:07 +00:00
eventhub_consumer_group.html.markdown Fixing the User Data Source docs (#11094) 2017-01-09 09:35:17 +01:00
eventhub_namespace.html.markdown provider/azurerm: EventHubs (#9889) 2016-11-07 10:19:59 +00: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: support import for load balancer and sub resources (#11610) 2017-02-01 17:17:51 +00:00
loadbalancer_backend_address_pool.html.markdown provider/azurerm: Remove location argument from loadbalancer_backend_address_pool (#11963) 2017-02-15 13:50:19 +00:00
loadbalancer_nat_pool.html.markdown provider/azurerm: support import for load balancer and sub resources (#11610) 2017-02-01 17:17:51 +00:00
loadbalancer_nat_rule.html.markdown provider/azurerm: support import for load balancer and sub resources (#11610) 2017-02-01 17:17:51 +00:00
loadbalancer_probe.html.markdown provider/azurerm: Remove location argument from azurerm_lb_* (#11969) 2017-02-15 23:00:35 +00:00
loadbalancer_rule.html.markdown provider/azurerm: Remove location argument from azurerm_lb_* (#11969) 2017-02-15 23:00:35 +00: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: enable import of more resources (#10195) 2016-11-22 14:13:11 +02: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
redis_cache.html.markdown provider/azurerm: Redis Cache (#10184) 2016-12-18 14:23:29 +00: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 provider/azurerm: support import of routes, fix route_table (#10389) 2016-11-28 17:35:55 +00:00
route_table.html.markdown provider/azurerm: support import of routes, fix route_table (#10389) 2016-11-28 17:35:55 +00:00
search_service.html.markdown
servicebus_namespace.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
servicebus_subscription.html.markdown provider/azurerm: enable import of more resources (#10195) 2016-11-22 14:13:11 +02:00
servicebus_topic.html.markdown provider/azurerm: fix servicebus_topic max_size_in_megabytes for premium namespaces (#10611) 2016-12-08 17:06:27 +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 Azure SQL Server name cannot be mixed case 2017-02-03 16:13:41 -05:00
storage_account.html.markdown [docs] Correct typo in azure storage account docs (#10508) 2016-12-02 19:29:13 +00: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
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 provider/azurerm: `azurerm_storage_table` resource (#7327) 2016-07-27 22:49:43 +01:00
subnet.html.markdown provider/azurerm: support importing of subnet resource (#9646) 2016-10-27 10:20:45 +01: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: add caching support for virtual_machine data_disks (#11142) 2017-01-12 15:52:40 +02:00
virtual_machine_extension.html.markdown provider/azurerm: add virtual_machine_extension resource (#9962) 2016-11-09 15:13:48 +00:00
virtual_machine_scale_sets.html.markdown Fix azurerm_virtual_machine_scale_sets (#11516) 2017-01-31 12:57:11 +00: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