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
I noticed that Get-AutomationVariable in PowerShell 7.1 returns a normal string for a string variable:
Value
But in PowerShell 7.2 the returned string contains quotation marks as part of the variable itself:
"Value"
I'm not sure if this is due to the implementation of Get-AutomationVariable or something in the new PowerShell version, but it seems like you should not have to strip quotation marks from a string variable prior to using it.
The text was updated successfully, but these errors were encountered:
I noticed that Get-AutomationVariable in PowerShell 7.1 returns a normal string for a string variable:
But in PowerShell 7.2 the returned string contains quotation marks as part of the variable itself:
I'm not sure if this is due to the implementation of Get-AutomationVariable or something in the new PowerShell version, but it seems like you should not have to strip quotation marks from a string variable prior to using it.
The text was updated successfully, but these errors were encountered: