terraform/builtin/providers/azurerm
Andreas Kyrris da2bb09a32 Update tests to include capitalisation of resource group names.
Some azurerm resources store resource_group_name in lowercase only.
Other store resource_group_name using lower and upper case.
Ensure that all test cases use capitalisation in resource_group_name
to find errors in diffs due to capitalisation.

Some resource_group_name were refactored to match naming scheme
across the azurerm tests.
2016-10-03 15:46:34 +01:00
..
config.go provider/azurerm: add servicebus_topic resource 2016-10-03 11:25:50 +01:00
import_arm_availability_set_test.go Fix import of resource group name for azurerm_availability_set. 2016-10-03 15:46:34 +01:00
import_arm_dns_zone_test.go Fix import of resource group name for azurerm_dns_zone. 2016-10-03 15:46:34 +01:00
import_arm_local_network_gateway_test.go Fix import of resource group name for azurerm_local_network_gateway. 2016-10-03 15:46:34 +01:00
import_arm_network_security_group_test.go Fix import of resource group name for azurerm_network_security_group. 2016-10-03 15:46:34 +01:00
import_arm_network_security_rule_test.go Fix import of resource group name for azurerm_network_security_group_rule. 2016-10-03 15:46:34 +01:00
import_arm_public_ip_test.go Check state of resource_group_name on import. 2016-10-03 15:46:34 +01:00
import_arm_resource_group_test.go Update import_arm_resource_group_test.go 2016-07-11 13:33:39 +01:00
import_arm_servicebus_topic_test.go provider/azurerm: add servicebus_topic resource 2016-10-03 11:25:50 +01:00
import_arm_sql_firewall_rule_test.go Fix import of resource group name for azurerm_sql_firewall_rule. 2016-10-03 15:46:34 +01:00
import_arm_storage_account_test.go Check state of resource_group_name on import. 2016-10-03 15:46:34 +01:00
import_arm_traffic_manager_endpoint_test.go Fix import of resource group name for azurerm_traffic_manager_endpoint. 2016-10-03 15:46:34 +01:00
import_arm_traffic_manager_profile_test.go Fix import of resource group name for azurerm_traffic_manager_profile. 2016-10-03 15:46:34 +01:00
import_arm_virtual_network_peering_test.go Fix import of resource group name for azurerm_virtual_network_peering. 2016-10-03 15:46:34 +01:00
import_arm_virtual_network_test.go Fix import of resource group name for azurerm_virtual_network. 2016-10-03 15:46:34 +01:00
network_security_rule.go Scaffold the Azure RM Network Security Rule resource 2016-01-09 00:06:58 +00:00
network_security_rule_test.go Scaffold the Azure RM Network Security Rule resource 2016-01-09 00:06:58 +00:00
provider.go Supress diffs for differences in resource_group_name capitalisation. 2016-10-03 15:46:34 +01:00
provider_test.go provider/azurerm: Clean up work for base provider 2015-12-15 18:31:02 -05:00
resource_arm_availability_set.go Fix import of resource group name for azurerm_availability_set. 2016-10-03 15:46:34 +01:00
resource_arm_availability_set_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_cdn_endpoint.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_cdn_endpoint_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_cdn_profile.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_cdn_profile_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_a_record.go provider/azurerm: Add the DNS A Record Resource 2016-02-05 11:28:48 +00:00
resource_arm_dns_a_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_aaaa_record.go provider/azurerm: Add AzureRM AAAA DNS Record resource 2016-02-05 12:14:09 +00:00
resource_arm_dns_aaaa_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_cname_record.go provider/azurerm: DNS CNAME resource wasn't posting records (#7113) 2016-06-10 23:53:32 +02:00
resource_arm_dns_cname_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_mx_record.go provider/azurerm: Add `azurerm_dns_mx_record` resource 2016-02-07 22:26:56 +00:00
resource_arm_dns_mx_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_ns_record.go provider/azurerm: Add `azurerm_dns_srv_record` resource 2016-02-07 21:49:02 +00:00
resource_arm_dns_ns_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_srv_record.go provider/azurerm: Add `azurerm_dns_mx_record` resource 2016-02-07 22:26:56 +00:00
resource_arm_dns_srv_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_txt_record.go provider/azurerm: Add `azurerm_dns_txt_record` resource 2016-02-06 18:43:53 +00:00
resource_arm_dns_txt_record_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_dns_zone.go Fix import of resource group name for azurerm_dns_zone. 2016-10-03 15:46:34 +01:00
resource_arm_dns_zone_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_local_network_gateway.go Fix import of resource group name for azurerm_local_network_gateway. 2016-10-03 15:46:34 +01:00
resource_arm_local_network_gateway_test.go provider/azurerm: update Azure SDK 2016-09-22 10:15:57 +01:00
resource_arm_network_interface_card.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_network_interface_card_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_arm_network_security_group.go Fix import of resource group name for azurerm_network_security_group. 2016-10-03 15:46:34 +01:00
resource_arm_network_security_group_test.go provider tests: Update to match new tags map in state 2016-06-10 10:07:02 -05:00
resource_arm_network_security_rule.go Fix import of resource group name for azurerm_network_security_group_rule. 2016-10-03 15:46:34 +01:00
resource_arm_network_security_rule_test.go provider/azurerm: Fix azurerm_network_security_group_rule 2016-06-01 19:52:56 -05:00
resource_arm_public_ip.go Set resource_group_name when reading from API. 2016-10-03 15:46:34 +01:00
resource_arm_public_ip_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_resource_group.go provider/azurerm: Support Import of `azurerm_resource_group` 2016-07-11 12:30:22 +01:00
resource_arm_resource_group_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_route.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_route_table.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_route_table_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_route_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_search_service.go Update CHANGELOG.md 2016-08-23 14:38:48 +02:00
resource_arm_search_service_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_servicebus_namespace.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_servicebus_namespace_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_servicebus_topic.go provider/azurerm: add servicebus_topic resource 2016-10-03 11:25:50 +01:00
resource_arm_servicebus_topic_test.go provider/azurerm: add servicebus_topic resource 2016-10-03 11:25:50 +01:00
resource_arm_sql_database.go provider/azurerm: Adding azurerm_sql_database resource 2016-02-04 23:36:50 +00:00
resource_arm_sql_database_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_sql_firewall_rule.go Fix import of resource group name for azurerm_sql_firewall_rule. 2016-10-03 15:46:34 +01:00
resource_arm_sql_firewall_rule_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_sql_server.go deps: Update jen20/riviera 2016-02-04 10:02:58 +00:00
resource_arm_sql_server_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_storage_account.go Supress diffs for differences in resource_group_name capitalisation. 2016-10-03 15:46:34 +01:00
resource_arm_storage_account_test.go provider/azurerm: Support Import `azurerm_storage_account` 2016-07-13 12:08:44 +01:00
resource_arm_storage_blob.go Azure blob contents can be copied from an existing blob (#8126) 2016-08-14 11:14:41 +01:00
resource_arm_storage_blob_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_storage_container.go provider/azurerm: Fix azurerm_storage_container 2016-06-01 19:52:56 -05:00
resource_arm_storage_container_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_storage_queue.go provider/azurerm: Use new library configuration 2016-06-01 19:52:55 -05:00
resource_arm_storage_queue_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_storage_table.go provider/azurerm: `azurerm_storage_table` resource (#7327) 2016-07-27 22:49:43 +01:00
resource_arm_storage_table_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_subnet.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_subnet_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_template_deployment.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_template_deployment_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_traffic_manager_endpoint.go Fix import of resource group name for azurerm_traffic_manager_endpoint. 2016-10-03 15:46:34 +01:00
resource_arm_traffic_manager_endpoint_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_traffic_manager_profile.go Fix import of resource group name for azurerm_traffic_manager_profile. 2016-10-03 15:46:34 +01:00
resource_arm_traffic_manager_profile_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_machine.go Merge conflict resolution of virtual_machine.html.markdown in AzureRM 2016-09-12 11:13:24 +01:00
resource_arm_virtual_machine_scale_set.go provider/azurerm: Reordering the checks after an Azure API Get 2016-09-01 15:31:42 +01:00
resource_arm_virtual_machine_scale_set_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_machine_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_network.go Fix import of resource group name for azurerm_virtual_network. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_network_peering.go Fix import of resource group name for azurerm_virtual_network_peering. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_network_peering_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resource_arm_virtual_network_test.go Update tests to include capitalisation of resource group names. 2016-10-03 15:46:34 +01:00
resourceid.go provider/azurerm: Parse "resourcegroups" in IDs 2016-01-19 11:32:16 -05:00
resourceid_test.go provider/azurerm: Parse "resourcegroups" in IDs 2016-01-19 11:32:16 -05:00
structure.go Add normalizeJsonString and validateJsonString functions. 2016-09-17 23:34:50 +01:00
structure_test.go Add normalizeJsonString and validateJsonString functions. 2016-09-17 23:34:50 +01:00
tags.go provider/azurerm: Add scaffolding to tags 2016-01-18 11:48:01 -05:00
tags_test.go provider/azurerm: Add tests for tag scaffolding 2016-01-18 12:28:04 -05:00
validators.go Add normalizeJsonString and validateJsonString functions. 2016-09-17 23:34:50 +01:00
validators_test.go Add normalizeJsonString and validateJsonString functions. 2016-09-17 23:34:50 +01:00