From 99b97969afefe6f1ae562d19f8b5597410944b1a Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Mon, 26 Feb 2018 16:51:58 -0700 Subject: [PATCH] disable on AD --- apis/management.cattle.io/v3/schema/schema.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/management.cattle.io/v3/schema/schema.go b/apis/management.cattle.io/v3/schema/schema.go index db60014f..47808beb 100644 --- a/apis/management.cattle.io/v3/schema/schema.go +++ b/apis/management.cattle.io/v3/schema/schema.go @@ -260,6 +260,7 @@ func authnTypes(schemas *types.Schemas) *types.Schemas { MustImportAndCustomize(&Version, v3.ActiveDirectoryConfig{}, func(schema *types.Schema) { schema.BaseType = "authConfig" schema.ResourceActions = map[string]types.Action{ + "disable": {}, "testAndApply": { Input: "activeDirectoryTestAndApplyInput", },