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
Why are the keys and values in single quotes after converted to powershell hash table? It would be better when we remove those single quotes, so that we can use more types of variables in hash table other than String without conversion, such as Array and Hashtable:
|script|
|testScenario|!{field1:!-@{a=1;b=2}-!,field2:!-"item1","item2","item3"-!}|
The text was updated successfully, but these errors were encountered:
Why are the keys and values in single quotes after converted to powershell hash table? It would be better when we remove those single quotes, so that we can use more types of variables in hash table other than String without conversion, such as Array and Hashtable:
|script|
|testScenario|!{field1:!-@{a=1;b=2}-!,field2:!-"item1","item2","item3"-!}|
The text was updated successfully, but these errors were encountered: