You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
r.logger.Info(context.Background(),"template uses rich parameters which can't be used together with legacy parameters")
755
-
returnnil,nil,xerrors.Errorf("invalid use of rich parameters")
754
+
returnnil,nil,xerrors.Errorf(`rich parameters can't be used together with legacy parameters, set the coder provider flag "feature_use_managed_variables = true" to enable managed variables`)