mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 14:13:16 -06:00
7f948f0ca7
Fixes #7374 The introduction of the AzureRM SDK 3.0.0-beta means that the `name_servers` for the DNS Zone are returned from the API This PR has a dependency on #7420 being merged first ``` make testacc TEST=./builtin/providers/azurerm TESTARGS='-run=TestAccAzureRMDnsZone_' ==> Checking that code complies with gofmt requirements... /Users/stacko/Code/go/bin/stringer go generate $(go list ./... | grep -v /vendor/) 2016/06/30 15:20:01 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/azurerm -v -run=TestAccAzureRMDnsZone_ -timeout 120m === RUN TestAccAzureRMDnsZone_basic --- PASS: TestAccAzureRMDnsZone_basic (92.42s) PASS ok github.com/hashicorp/terraform/builtin/providers/azurerm 92.444s ``` |
||
---|---|---|
.. | ||
api.go | ||
create_dns_a_recordset.go | ||
create_dns_aaaa_recordset.go | ||
create_dns_cname_recordset.go | ||
create_dns_mx_recordset.go | ||
create_dns_ns_recordset.go | ||
create_dns_srv_recordset.go | ||
create_dns_txt_recordset.go | ||
create_dns_zone.go | ||
delete_dns_recordset.go | ||
delete_dns_zone.go | ||
get_dns_a_recordset.go | ||
get_dns_aaaa_recordset.go | ||
get_dns_cname_recordset.go | ||
get_dns_mx_recordset.go | ||
get_dns_ns_recordset.go | ||
get_dns_soa_recordset.go | ||
get_dns_srv_recordset.go | ||
get_dns_txt_recordset.go | ||
get_dns_zone.go | ||
update_dns_soa_recordset.go |