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
Is Your Feature Request Related To A Problem? Please describe.
CCM v0.10.0 added functionality for Basic deployment steps to include additional parameters, namely --pre and --version. The *-CCMDeploymentStep commands do not currently have functionality for these parameters.
Describe The Solution. Why is it needed?
Add extra parameters to the Basic parameter set for these commands and ensure they are passed into the API correctly.
API expects the additional parameters to be provided as part of the script value in the JSON input, so the format is now $ChocoCommand|$PackageName|$Version|$AllowPrerelease (although I believe omitting the latter two portions entirely is acceptable for backwards compat reasons if neither needs to be provided?)
Is Your Feature Request Related To A Problem? Please describe.
CCM v0.10.0 added functionality for Basic deployment steps to include additional parameters, namely
--pre
and--version
. The*-CCMDeploymentStep
commands do not currently have functionality for these parameters.Describe The Solution. Why is it needed?
Add extra parameters to the
Basic
parameter set for these commands and ensure they are passed into the API correctly.API expects the additional parameters to be provided as part of the
script
value in the JSON input, so the format is now$ChocoCommand|$PackageName|$Version|$AllowPrerelease
(although I believe omitting the latter two portions entirely is acceptable for backwards compat reasons if neither needs to be provided?)Related Issues
The text was updated successfully, but these errors were encountered: