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
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
JSON and YAML templates imply that is should be possible to use an If condition as the value for a parameter. However, this fails parameter validation.
Add-VSConfigConfigurationRecorderRecordingGroup:
Line |
5 | … dingGroup = Add-VSConfigConfigurationRecorderRecordingGroup -AllSuppo …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| This parameter only accepts the following types: System.Boolean, Vaporshell.Function. The current types of the value are: Vaporshell.Condition.If, Vaporshell.Condition, System.Management.Automation.PSCustomObject, System.Object.
Related to #81 for handling of bool values in ValueIfTrue and ValueIfFalse.
The text was updated successfully, but these errors were encountered:
Description
JSON and YAML templates imply that is should be possible to use an If condition as the value for a parameter. However, this fails parameter validation.
Steps to reproduce
Expected result
Should allow a template to be generated containing the following content:
Actual result
An error is raised:
Related to #81 for handling of bool values in ValueIfTrue and ValueIfFalse.
The text was updated successfully, but these errors were encountered: