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"-!}|
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"-!}|