Skip to content

Set-nbObject LookUps not working #30

@steinbachio

Description

@steinbachio

In Set-nbObject.ps1

it is checking, if it needs to lookup for the value.

line 111-113:

Is

if ($name -in $lookup.keys) {
    $value = ConvertTo-nbID -source $value -value $name
}

Should be

if ($name -in $lookup.keys) {
    $value = ConvertTo-nbID -source $lookup[$name] -value $value
}

This result in lookups on not existing urls.

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