diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 293e107d81c..b200795ee6d 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -237,6 +237,7 @@ var ( Name: "dataConnectionsConsole", Description: "Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.", State: FeatureStateAlpha, + Owner: grafanaPluginsPlatformSquad, }, { Name: "internationalization", diff --git a/pkg/services/featuremgmt/toggles_gen_test.go b/pkg/services/featuremgmt/toggles_gen_test.go index 28e5b2cbfa2..ceab6979600 100644 --- a/pkg/services/featuremgmt/toggles_gen_test.go +++ b/pkg/services/featuremgmt/toggles_gen_test.go @@ -49,7 +49,6 @@ func TestFeatureToggleFiles(t *testing.T) { "prometheusWideSeries": true, "disableSecretsCompatibility": true, "logRequestsInstrumentedAsUnknown": true, - "dataConnectionsConsole": true, "cloudWatchCrossAccountQuerying": true, "redshiftAsyncQueryDataSupport": true, "athenaAsyncQueryDataSupport": true,