Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-QlikNode -customProperties not work #204

Open
despot84 opened this issue Mar 28, 2023 · 1 comment
Open

New-QlikNode -customProperties not work #204

despot84 opened this issue Mar 28, 2023 · 1 comment

Comments

@despot84
Copy link

despot84 commented Mar 28, 2023

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?

@ahaydon
Copy link
Owner

ahaydon commented Mar 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants