We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a6274 commit 0ecf9e8Copy full SHA for 0ecf9e8
1 file changed
internal/pkg/services/sqlserverflex/client/client.go
@@ -21,8 +21,7 @@ func ConfigureClient(p *print.Printer) (*sqlserverflex.APIClient, error) {
21
p.Debug(print.ErrorLevel, "configure authentication: %v", err)
22
return nil, &errors.AuthError{}
23
}
24
- region := viper.GetString(config.RegionKey)
25
- cfgOptions = append(cfgOptions, authCfgOption, sdkConfig.WithRegion(region))
+ cfgOptions = append(cfgOptions, authCfgOption)
26
27
customEndpoint := viper.GetString(config.SQLServerFlexCustomEndpointKey)
28
0 commit comments