Skip to content

Commit

Permalink
(GH-1181) Document self-service source requirement
Browse files Browse the repository at this point in the history
Note what version of the business edition is necessary including what
feature needs to be turned on for it to work.
  • Loading branch information
ferventcoder committed Mar 21, 2017
1 parent d12c94c commit 5b2b442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public virtual void configure_argument_parser(OptionSet optionSet, ChocolateyCon
"Bypass Proxy - Should this source explicitly bypass any explicitly or system configured proxies? Defaults to false. Available in 0.10.4+.",
option => configuration.SourceCommand.BypassProxy = option != null)
.Add("allowselfservice|allow-self-service",
"Allow Self-Service - Should this source be allowed to be used with self-service? Requires business edition. Defaults to false. Available in 0.10.4+.",
"Allow Self-Service - Should this source be allowed to be used with self-service? Requires business edition (v1.10.0+) with feature 'useBackgroundServiceWithSelfServiceSourcesOnly' turned on. Defaults to false. Available in 0.10.4+.",
option => configuration.SourceCommand.AllowSelfService = option != null)
;
}
Expand Down

0 comments on commit 5b2b442

Please sign in to comment.