Skip to content

Issue with non english characters like german umlaut #40

@RudolfAchter

Description

@RudolfAchter

When Creating or Setting Objects with New-nbObject or Set-nbObject you get JSON Encoding Errors. For Example whent you do something like this:

$nbVMObject= New-Object -Type PSObject -Property @{
	name="VMName"
	status="active"
	site="Datacenter in Brühl"
	cluster=1
	role=1
	vcpus=2
	memory=1024
	disk=10
	comments="Beschreibung für ein deusches System mit deutschn Umlauten äöüÄÖÜ"
}

New-nbVirtualMachine -Object $nbVMObject

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions