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
Validate JSON before parsing config in Invoke-ListExtensionsConfig
Added a check using Test-Json to ensure the config is valid JSON before attempting to parse it. This prevents errors when the config is not in JSON format and returns an empty object if validation fails.
0 commit comments