diff --git a/provider/azure/common.go b/provider/azure/config.go similarity index 98% rename from provider/azure/common.go rename to provider/azure/config.go index 02386c889..34c13713e 100644 --- a/provider/azure/common.go +++ b/provider/azure/config.go @@ -27,7 +27,7 @@ import ( "gopkg.in/yaml.v2" ) -// Config represents common config items for Azure DNS and Azure Private DNS +// config represents common config items for Azure DNS and Azure Private DNS type config struct { Cloud string `json:"cloud" yaml:"cloud"` Environment azure.Environment `json:"-" yaml:"-"` diff --git a/provider/azure/common_test.go b/provider/azure/config_test.go similarity index 100% rename from provider/azure/common_test.go rename to provider/azure/config_test.go