-
Couldn't load subscription status.
- Fork 9
Closed
Description
As Is
Currently it is assumed that all values within the JSON property files are string values. JSON boolean values (see example below) are not and cause an ValueError: Missing configured property 'enabled' error
{
"properties": {
"enabled": false
}
}
To Be
The configuration tool has to support the boolean values for properties.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request