I created a service blueprint and am having difficulty executing it via CloudClient. One of the properties is an Array of type string, but whatever I type on the command line comes up as no value in Orchestrator. For example, I'm using "vra catalog request submit" to execute the service blueprint from CloudClient. The "--properties" parameter is used to pass properties to the catalog item. One of the properties in my service blueprint is an Array of type string, but I can't seem to get the syntax right as Orchestrator is seeing the value as "Not Set":
> vra catalog request item --id "blah blah" --groupid "blah blah" --resaon "blah blah" --properties "region=blue,items=aaa"
The "items=aaa" name/value pair is the Array/string that the blueprint expects. I've tried "items=aaa" and "items=[aaa]" and a couple other things, but nothing seems to work.