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
A mildly complex state exceeds the hard-coded depth of 10 in the convert-to/from JSON calls in the save/restore state cmdlets. This makes it impossible to save/restore such state. Please increase the depth for these commands to the maximums (1024/100 for from/to in PS core).
Steps To Reproduce
Create a state variable with a depth > 10 and then save/restore of state fails.
Expected Behavior
Maximum depth for JSON should be supported or perhaps settable via the save/restore cmdlets.
The text was updated successfully, but these errors were encountered:
Describe the Bug
A mildly complex state exceeds the hard-coded depth of 10 in the convert-to/from JSON calls in the save/restore state cmdlets. This makes it impossible to save/restore such state. Please increase the depth for these commands to the maximums (1024/100 for from/to in PS core).
Steps To Reproduce
Create a state variable with a depth > 10 and then save/restore of state fails.
Expected Behavior
Maximum depth for JSON should be supported or perhaps settable via the save/restore cmdlets.
The text was updated successfully, but these errors were encountered: