Alerting: Create feature toggle for provisioning (#47167)

* Create feature flag for alerting provisioning

* Fix tabs for golint compliance
This commit is contained in:
Alexander Weaver
2022-04-01 01:32:00 -05:00
committed by GitHub
parent 38dc34359b
commit b8e277ee4c
4 changed files with 25 additions and 2 deletions

View File

@@ -117,7 +117,11 @@ func generateRegistry(t *testing.T) string {
var buff bytes.Buffer
buff.WriteString(`// NOTE: This file is autogenerated
buff.WriteString(`// NOTE: This file was auto generated. DO NOT EDIT DIRECTLY!
// To change feature flags, edit:
// pkg/services/featuremgmt/registry.go
// Then run tests in:
// pkg/services/featuremgmt/toggles_gen_test.go
package featuremgmt