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
I added a fix for this issue and released it as v1.22.1-beta1, it can be downloaded from the releases of this project. Please confirm if this fixes your issue.
If you normally install using the Install-Module command let me know as I need to fix an issue with the CI pipeline which is breaking the publish to PowerShell Gallery.
Example case ModuleVersion = 1.22.0:
Step1:
Script:
$objectTypes = "App", "ServerNodeConfiguration", "Stream"
$chouceValue = "DEVELOPING", "ISOLATED", "PRODUCTION", "TASK"
New-QlikCustomProperty -name "BALANCING_TYPE" -valueType "Text" -choiceValues $chouceValue -objectTypes $objectTypes
Result: customProperties added
Step2:
Script:
New-QlikNode -hostname qlik_dev.local -name DEV1 -nodePurpose Both -engineEnabled -printingEnabled -customProperties "BALANCING_TYPE=DEVELOPING"
Result: rim node added with out customProperties. Why with out customProperties?
The text was updated successfully, but these errors were encountered: