Skip to content

How To Update A Node? #177

Answered by erwinvanhunen
kkowal89 asked this question in Q&A
Jan 26, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I just checked but have no problems with calling the update method on the node object in PowerShell 7.0.3, PowerShell 7.1.1 nor PowerShell 5. In all environments the node object is being returned a NavigationNode object.

Are you running the code in a separate job within your function? And does that job return the node? PowerShell can serialize and deserialize the object between a job and the main calling script, which could explain the Deserialized. prefix in PS 7 in your Azure function.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kkowal89
Comment options

@erwinvanhunen
Comment options

Answer selected by kkowal89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants