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
This is expected. A string in powershell does not have quotes, unless the quotes are part of the literal string. Is the issue that when serializing back to yaml, the quotes are no longer there?
In its current implementation, convertfrom-yaml will strip quotes from quoted values. Example follows:
"Test: 'foo'" | convertfrom-yaml
Result
Expected
The text was updated successfully, but these errors were encountered: